Changes between Version 205 and Version 206 of doc/app/initialization_parameters


Ignore:
Timestamp:
Jun 11, 2013 3:56:46 PM (12 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v205 v206  
    358358If a near surface heat flux is used as bottom boundary condition (see [#surface_heatflux surface_heatflux]), it is by default assumed to be horizontally homogeneous. Random perturbations can be imposed on the internal two-dimensional heat flux field '''shf''' by assigning '''random_heatflux''' = ''.T.''. The disturbed heat flux field is calculated by multiplying the values at each mesh point with a normally distributed random number with a mean value and standard deviation of 1. This is repeated after every timestep.\\\\
    359359In case of a non-flat topography, assigning '''random_heatflux''' = ''.T.'' imposes random perturbations on the combined heat flux field '''shf''' composed of surface_heatflux at the bottom surface and [#wall_heatflux wall_heatflux](0) at the topography top face.
     360}}}
     361|----------------
     362{{{#!td style="vertical-align:top"
     363[=#reference_state '''reference_state''']
     364}}}
     365{{{#!td style="vertical-align:top"
     366C*20
     367}}}
     368{{{#!td style="vertical-align:top"
     369'' 'initial_profile' ''
     370}}}
     371{{{#!td
     372This parameter defines what is used as reference state in the buoyancy term. There are three options:
     373
     374'' 'initial profile' ''\\
     375     The initial vertical potential temperature profile will be used. See [#pt_surface pt_surface] and [#pt_vertical_gradient pt_vertical_gradient] for how to set the initial profile. In case of runs with humidity, the virtual potential temperature will be used instead. In ocean runs, density is used (calculated from the initial potential temperature and salinity profile).
     376
     377'' 'horizontal_average' ''\\
     378     The instantaneous horizontally averaged potential temperature profile will be used. Please be aware that this causes the reference state to change in time. In case of runs with humidity, the virtual potential temperature will be used instead. In ocean runs, density is used.
     379
     380'' 'single_value' ''\\
     381     A constant single potential temperature value is used as reference state. The respective value can be defined with parameter [#pt_reference pt_reference].
     382     '''Warning:''' In case of runs with humidity, the virtual potential temperature is used, which is calculated from {{{pt_reference}}} and the surface specific humidity (see [#q_surface q_surface]).
     383     In ocean runs, the reference value cannot be explicitly set by the user. Instead, it is calculated as the vertical average of the initial potential density profile.
    360384}}}
    361385|----------------