Changes between Version 164 and Version 165 of doc/app/initialization_parameters


Ignore:
Timestamp:
Oct 14, 2011 7:27:25 AM (13 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v164 v165  
    18271827'' 'set_constant_profiles' ''\\\\
    18281828      A horizontal wind profile consisting of linear sections (see [#ug_surface ug_surface], [#ug_vertical_gradient ug_vertical_gradient], [#ug_vertical_gradient_level ug_vertical_gradient_level] and [#vg_surface vg_surface], [#vg_vertical_gradient vg_vertical_gradient], [#vg_vertical_gradient_level vg_vertical_gradient_level], respectively) as well as a vertical temperature (humidity) profile consisting of linear sections (see [#pt_surface pt_surface], [#pt_vertical_gradient pt_vertical_gradient], [#q_surface q_surface] and [#q_vertical_gradient q_vertical_gradient]) are assumed as initial profiles. The subgrid-scale TKE is set to 0 but K,,m,, and K,,h,, are set to very small values because otherwise no TKE would be generated.\\\\
     1829Instead of using the geostrophic wind for constructing the initial u,v-profiles, these profiles can also be directly set using parameters [#u_profile u_profile], [#v_profile v_profile], and [#uv_heights uv_heights], e.g. if observed profiles shall be used as initial values. In runs with non-cyclic horizontal boundary conditions these profiles are also used as fixed mean inflow profiles.\\\\
    18291830'' 'set_1d-model_profiles' ''\\\\
    18301831      The arrays of the 3d-model are initialized with the (stationary) solution of the [../../tec/1dmodel 1d-model]. These are the variables e, K,,h,,{{{,}}} K,,m,,{{{,}}} u, v and with Prandtl layer switched on rif, us, usws, vsws. The temperature (humidity) profile consisting of linear sections is set as for '' 'set_constant_profiles' '' and assumed as constant in time within the 1d-model. For steering of the 1d-model a set of parameters with suffix "_1d" (e.g. [#end_time_1d end_time_1d], [#damp_level_1d damp_level_1d]) is available.\\\\
     
    21642165'''Attention:'''\\
    21652166In case of ocean runs (see [#ocean ocean]), the (negative) height levels have to be assigned in descending order.
     2167}}}
     2168|----------------
     2169{{{#!td style="vertical-align:top"
     2170[=#u_profile '''u_profile''']
     2171}}}
     2172{{{#!td style="vertical-align:top"
     2173R(100)
     2174}}}
     2175{{{#!td style="vertical-align:top"
     2176100 * 9999999.9
     2177}}}
     2178{{{#!td
     2179Values of u-velocity component to be used as initial profile. The corresponding height levels have to be provided by parameter [#uv_heights uv_heights]. The first velocity value always has to be given for the surface and must be zero, i.e. {{{u_profile(1)}}} = 0.0. Velocity values for the model grid levels are calculated from the given values by linear interpolation. If the uppermost value is given for a height smaller than the domain height, this value will be used for all grid points above this level. In runs with non-cyclic horizontal boundary conditions this profile will be used as fixed mean inflow profile.
     2180}}}
     2181|----------------
     2182{{{#!td style="vertical-align:top"
     2183[=#u_profile '''v_profile''']
     2184}}}
     2185{{{#!td style="vertical-align:top"
     2186R(100)
     2187}}}
     2188{{{#!td style="vertical-align:top"
     2189100 * 9999999.9
     2190}}}
     2191{{{#!td
     2192Values of v-velocity component to be used as initial profile. The corresponding height levels have to be provided by parameter [#uv_heights uv_heights]. The first velocity value always has to be given for the surface and must be zero, i.e. {{{v_profile(1)}}} = 0.0. Velocity values for the model grid levels are calculated from the given values by linear interpolation. If the uppermost value is given for a height smaller than the domain height, this value will be used for all grid points above this level. In runs with non-cyclic horizontal boundary conditions this profile will be used as fixed mean inflow profile.
     2193}}}
     2194|----------------
     2195{{{#!td style="vertical-align:top"
     2196[=#u_profile '''uv_heights''']
     2197}}}
     2198{{{#!td style="vertical-align:top"
     2199R(100)
     2200}}}
     2201{{{#!td style="vertical-align:top"
     2202100 * 9999999.9
     2203}}}
     2204{{{#!td
     2205Height levels in ascending order, for which prescribed u,v-velocities are given (see [#u_profile u_profile], [#v_profile v_profile]. The first height level must always be zero, i.e. uv_heights(1) = 0.0.
    21662206}}}
    21672207[[BR]]