Changes between Version 299 and Version 300 of doc/app/initialization_parameters


Ignore:
Timestamp:
Sep 20, 2016 2:55:20 PM (8 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v299 v300  
    279279Parameter to choose large-scale forcing from an external file. By means of '''large_scale_forcing''' = ''.T.'' the time-dependent surface heat flux '''shf''', surface water flux '''qsws''', surface temperature '''pt_surface''', surface humidity and surface pressure '''surface_pressure''' as well as vertical profiles of the geostrophic wind components '''ug''' and '''vg''', the large-scale vertical subsidence profile '''w_subs''', the horizontal large-scale advection tendencies of temperature '''td_lsa_lpt''' and humidity '''td_lsa_q''' and the large-scale subsidence tendencies of temperature '''td_sub_lpt''' and humidity '''td_sub_q''' are provided in the simulation. An example can be found [../examples/lsf here].\\
    280280
    281 '''large_scale_forcing''' = ''.T.'' requires [#humidity humidity] = .T.. It is not implemented for [#ocean ocean] runs, and it does also not work for non-cyclic lateral boundary conditions and non-flat topography. It is possible to drive the simulations either by means of surface fluxes or by means of prescribed surface values for temperature and humidity. \\
    282 
    283 If  '''large_scale_forcing''' is set to ''.T.'' the input file [../iofiles#LSF_DATA LSF_DATA] is required. This file has to contain two kinds of information: time-dependent surface values and time-dependent profile information which can be provided by measurements or larger scale models.\\
     281'''large_scale_forcing''' = ''.T.'' requires [#humidity humidity] = .T.. It is not implemented for [#ocean ocean] runs, and it does also not work for non-cyclic lateral boundary conditions and non-flat topography. It is possible to drive the simulations either by means of surface fluxes or by means of prescribed surface values for temperature and humidity.\\
     282In case of simulating moderately tall buildings on otherwise flat terrain, the user might choose to nevertheless apply large_scale_forcing. This can be done by setting [#lsf_exception lsf_exception] = ''.T.''. However, it has not been tested so far and thus should be handled with care. \\
     283
     284If  '''large_scale_forcing''' = ''.T.'', the input file [../iofiles#LSF_DATA LSF_DATA] is required. This file has to contain two kinds of information: time-dependent surface values and time-dependent profile information which can be provided by measurements or larger scale models.\\
    284285
    285286In case large-scale forcing shall be used without nudging ([#nudging nudging] = .F.) initial profiles of potential temperature, humidity, and horizontal wind components have to be provided by means of [#pt_surface pt_surface], [#pt_vertical_gradient pt_vertical_gradient], [#pt_vertical_gradient_level pt_vertical_gradient_level] and so forth.
     
    306307'''Attention:'''\\
    307308The large-scale vertical motion is only applied to the prognostic equation for the scalar quantities (potential temperature, humidity if [#humidity humidity] = ''.T.'' or passive scalar if [#passive_scalar passive_scalar] = ''.T.''). It should not be applied to the momentum equations due to incompressibility. Applying it also to the horizontal velocity components would result in mass inconsistencies.
     309}}}
     310|----------------
     311{{{#!td style="vertical-align:top"
     312[=#lsf_exception '''lsf_exception''']
     313}}}
     314{{{#!td style="vertical-align:top"
     315L
     316}}}
     317{{{#!td style="vertical-align:top"
     318.F.
     319}}}
     320{{{#!td
     321Parameter to explicitly allow large-scale forcing in case of [#topography topography] /= '' 'flat' ''. \\
     322
     323So far, [#large_scale_forcing large_scale_forcing] is not implemented to be used together with topography. However, in case of simulating moderately tall buildings on otherwise flat terrain, the user might choose to nevertheless apply large_scale_forcing. This can be done by setting '''lsf_exception''' = ''.T.''.
     324
     325'''Attention:'''\\
     326This has not been tested so far and thus should be handled with care.
    308327}}}
    309328|----------------