Changes between Version 290 and Version 291 of doc/app/runtime_parameters


Ignore:
Timestamp:
Oct 25, 2018 12:49:49 PM (7 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v290 v291  
    5858The default assignment is:\\\\
    5959'' ' u v ' ''\\
    60 '' ' pt ', ''\\
    61 '' ' w"pt" w*pt* w*pt*BC wpt wptBC ', ''\\
     60'' ' theta ', ''\\
     61'' ' w"theta" w*theta* w*theta*BC wtheta wthetaBC ', ''\\
    6262'' ' w"u" w*u* wu w"v"w*v* wv ', ''\\
    6363'' ' km kh ', ''\\
     
    6767If output of vertical profiles is produced (see  [#data_output_pr data_output_pr]) the appropriate data are written to a NetCDF file. Simultaneously, the model produces an attribute in the header of the NetCDF file which describes the layout for a plot to be generated with the plot software '''palmplot'''. The parameter '''cross_profiles''' determines how many coordinate systems (panels) the plot contains and which profiles are supposed to be drawn into which panel. (Currently, '''palmplot''' is limited to three profiles per panel.) '''cross_profiles''' expects a character string (up to 100 characters long) for each coordinate system, which consists of the names of the profiles to be drawn into this system (all available profiles and their respective names are described at parameter [#data_output_pr data_output_pr]). The single names have to be separated by one blank (' ') and a blank must be spent also at the beginning and at the end of the string.\\\\
    6868Example:
    69    '''cross_profiles''' = '' ' u v ', ' pt ' ''
    70 In this case, the plot consists of two coordinate systems (panels) with the first panel containing the profiles of the horizontal velocity components ('' 'u' '' and '' 'v' '') of all output times (see [#dt_dopr dt_dopr]) and the second one containing the profiles of the potential temperature ('' 'pt' '').\\\\
     69   '''cross_profiles''' = '' ' u v ', ' theta ' ''
     70In this case, the plot consists of two coordinate systems (panels) with the first panel containing the profiles of the horizontal velocity components ('' 'u' '' and '' 'v' '') of all output times (see [#dt_dopr dt_dopr]) and the second one containing the profiles of the potential temperature ('' 'theta' '').\\\\
    7171Whether the coordinate systems are actually drawn, depends on whether data of the appropriate profiles were output during the run (profiles to be output have to be selected with the parameter [#data_output_pr data_output_pr]). For example, if '''data_output_pr''' = '' 'u', 'v' '' was assigned, then the plot only consists of one panel, since no profiles of the potential temperature were output. On the other hand, if profiles were assigned to '''data_output_pr''' whose names do not appear in '''cross_profiles''', this profiles will be plotted separately behind the profiles defined in [#cross_profiles cross_profiles].\\\\
    7272The arrangement of the panels in the plot can be controlled with the parameters [#profile_columns profile_columns] and [#profile_rows profile_rows]. Up to 100 panels systems are allowed in a plot (however, they may be distributed on several pages).
     
    9090||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||='''Remarks''' =||
    9191||e  ||SGS turbulence kinetic energy||m^2^/s^2^ || ||
    92 ||lpt ||liquid water potential temperature ||K ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.''||
     92||thetal ||liquid water potential temperature ||K ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.''||
    9393||lwp* ||liquid water path ||kg/m^2^ ||only horizontal cross section is allowed, requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.'' ||
    9494||nr ||rain drop number density ||1/m^3^ ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.'' and [[../inipar#cloud_scheme|cloud_scheme]] = ''seifert_beheng'' and [[../inipar#precipitation|precipitation]] = ''.T.''||
     
    100100||prr* ||precipitation rate ||mm/s ||only horizontal cross section is allowed, requires [[../inipar#cloud_scheme|cloud_scheme]] = ''kessler'' and [[../inipar#precipitation|precipitation]] = ''.T.'' ||
    101101||prr ||precipitation rate ||kg/kg m/s ||requires [[../inipar#cloud_scheme|cloud_scheme]] = ''seifert_beheng'' and [[../inipar#precipitation|precipitation]] = ''.T.''||
    102 ||pt ||potential temperature ||K || ||
     102||theta ||potential temperature ||K || ||
    103103||q ||water vapor mixing ratio (or total water mixing ratio if cloud physics is switched on) ||kg/kg ||requires [[../inipar#humidity|humidity]] = ''.T.'' ||
    104104||qc ||cloud water mixing ratio ||kg/kg ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.'' and [[../inipar#cloud_scheme|cloud_scheme]] = ''seifert_beheng'' ||
     
    117117||t* ||(near surface) characteristic temperature ||K ||only horizontal cross section is allowed ||
    118118||u ||u-component of the velocity ||m/s || ||
    119 ||u* ||(near surface) friction velocity ||m/s ||only horizontal cross section is allowed ||
     119||us* ||(near surface) friction velocity ||m/s ||only horizontal cross section is allowed ||
    120120||v ||v-component of the velocity ||m/s || ||
    121 ||vpt ||virtual potential temperature ||K ||requires [[../inipar#humidity|humidity]] = ''.T.'' ||
     121||thetav ||virtual potential temperature ||K ||requires [[../inipar#humidity|humidity]] = ''.T.'' ||
    122122||w ||w-component of the velocity ||m/s || ||
    123123||z0* ||roughness length ||m || ||
     
    168168By assigning the pure strings from the above table, 3d volume data is output. Cross section data can be output by appending the string '_xy', '_xz', or '_yz' to the respective quantities. Time-averaged output is created by appending the string '_av' (for cross section data, this string must be appended to the cross section string). Cross section data can also be (additionally) averaged along the direction normal to the respective section (see below). Assignments of quantities can be given in arbitrary order:\\\\
    169169Example:
    170    '''data_output''' = '' 'u', 'pt_xz_av', 'w_xy', 'u_av' ''.
     170   '''data_output''' = '' 'u', 'theta_xz_av', 'w_xy', 'u_av' ''.
    171171This example will create the following output: instantaneous 3d volume data of u-velocity component (by default on file [[../iofiles#DATA_3D_NETCDF|DATA_3D_NETCDF]]), temporally averaged 3d volume data of u-velocity component (by default on file [[../iofiles#DATA_3D_AV_NETCDF|DATA_3D_AV_NETCDF]]), instantaneous horizontal cross section data of w-velocity component (by default on file [[../iofiles#DATA_2D_XY_NETCDF|DATA_2D_XY_NETCDF]]), and temporally averaged vertical cross section data of potential temperature (by default on file [[../iofiles#DATA_2D_XZ_AV_NETCDF|DATA_2D_XZ_AV_NETCDF]]).\\\\
    172172The user is allowed to extend the above list of quantities by defining his own output quantities (see the user-parameter [[../userpar#data_output_user|data_output_user]]).\\\\
     
    200200||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||='''Remarks''' =||
    201201||e  ||SGS turbulence kinetic energy|| m^2^/s^2^ || ||
    202 ||lpt ||liquid water potential temperature ||K ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.''||
     202||thetal ||liquid water potential temperature ||K ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.''||
    203203||nr ||rain drop number density ||1/m^3^ ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.'' and [[../inipar#cloud_scheme|cloud_scheme]] = ''seifert_beheng'' and [[../inipar#precipitation|precipitation]] = ''.T.''||
    204204||p ||perturpation pressure ||N/m^2^, Pa || ||
    205205||pc ||particle/droplet concentration ||#/gridbox || ||
    206206||pr ||mean particle/droplet radius ||m || ||
    207 ||pt ||potential temperature ||K || ||
     207||theta ||potential temperature ||K || ||
    208208||q ||water vapor mixing ratio (or total water mixing ratio if cloud physics is switched on) ||kg/kg ||requires [[../inipar#humidity|humidity]] = ''.T.'' ||
    209209||qc ||cloud water mixing ratio ||kg/kg ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.'' and [[../inipar#cloud_scheme|cloud_scheme]] = ''seifert_beheng'' ||
     
    219219||u ||u-component of the velocity ||m/s || ||
    220220||v ||v-component of the velocity ||m/s || ||
    221 ||vpt ||virtual potential temperature ||K ||requires [[../inipar#humidity|humidity]] = ''.T.'' ||
     221||thetav ||virtual potential temperature ||K ||requires [[../inipar#humidity|humidity]] = ''.T.'' ||
    222222||w ||w-component of the velocity ||m/s || ||
    223223'''Example:'''
    224224  '''data_output_masks(1,:)''' = '' 'u', 'v', 'u_av', 'v_av', ''\\
    225225  '''data_output_masks(2,:)''' = '' 'w', 'w_av', ''\\
    226   '''data_output_masks(3,:)''' = '' 'pt', 'u', 'v', 'w', ''\\\\
     226  '''data_output_masks(3,:)''' = '' 'theta', 'u', 'v', 'w', ''\\\\
    227227  This example will create the following output:\\
    228228  '''Mask 1''': Instantaneous data of u- and v-velocity component (by default on file [[../iofiles#DATA_MASK_01_NETCDF|DATA_MASK_01_NETCDF]]) and temporally averaged
     
    262262||[[span(w ,style=color: green)]] ||w-component of the velocity ||m/s ||
    263263||[[span(w_subs ,style=color: red)]] ||large-scale vertical velocity ||m/s ||
    264 ||[[span(pt ,style=color: red)]] ||Potential temperature ||K ||
    265 ||[[span(vpt ,style=color: red)]] ||Virtual potential temperature ||K ||
    266 ||[[span(lpt ,style=color: red)]] ||Liquid water potential temperature ||K ||
     264||[[span(theta ,style=color: red)]] ||Potential temperature ||K ||
     265||[[span(thetav ,style=color: red)]] ||Virtual potential temperature ||K ||
     266||[[span(thetal ,style=color: red)]] ||Liquid water potential temperature ||K ||
    267267||[[span(q ,style=color: red)]] ||Total water mixing ratio ||kg/kg ||
    268268||[[span(qv ,style=color: red)]] ||Water vapor mixing ratio ||kg/kg ||
    269269||[[span(ql ,style=color: red)]] ||Liquid water mixing ratio ||kg/kg ||
    270270||[[span(hyp ,style=color: red)]] ||Hydrostatic Pressure ||hPa ||
    271 ||[[span(rho_air ,style=color: red)]] ||Air Density ||kg/m^3^ ||
    272 ||[[span(rho_ocean ,style=color: red)]] ||Ocean Density ||kg/m^3^ ||
     271||[[span(rho ,style=color: red)]] ||Air Density ||kg/m^3^ ||
     272||[[span(rho_sea_water ,style=color: red)]] ||Ocean Density ||kg/m^3^ ||
    273273||[[span(prho ,style=color: red)]] ||Potential density ||kg/m^3^ ||
    274274||[[span(s ,style=color: red)]] ||Scalar concentration (requires [[../inipar#passive_scalar|passive_scalar]] = ''.T.'')  ||kg m^-3^ or ppm ||
     
    290290||[[span(w*v* ,style=color: green)]] ||Covariance or v-component of the resolved vertical momentum flux (in case of [../inipar#momentum_advec momentum_advec] = 'ws-scheme', see [../../tec/advection#statistical_evaluation details]) ||m^2^/s^2^ ||
    291291||[[span(wv ,style=color: green)]] ||v-component of the total vertical momentum flux (w"v" + w*v*) ||m^2^/s^2^ ||
    292 ||[[span(w"pt" ,style=color: green)]] ||Subgrid-scale vertical sensible heat flux ||K m/s ||
    293 ||[[span(w*pt* ,style=color: green)]] ||Covariance or resolved vertical sensible heat flux (in case of [../inipar#scalar_advec scalar_advec] = 'ws-scheme', see [../../tec/advection#statistical_evaluation details]) ||K m/s ||
    294 ||[[span(wpt ,style=color: green)]] ||Total vertical sensible heat flux (w"pt" + w*pt*) ||K m/s ||
    295 ||[[span(w*pt*BC ,style=color: green)]] ||Subgrid-scale vertical sensible heat flux using the Bott-Chlond scheme ||K m/s ||
    296 ||[[span(wptBC ,style=color: green)]] ||Total vertical sensible heat flux using the Bott-Chlond scheme (w"pt" + w*pt*BC) ||K m/s ||
    297 ||[[span(w"vpt" ,style=color: green)]] ||Subgrid-scale vertical buoyancy flux ||K m/s ||
    298 ||[[span(w*vpt* ,style=color: green)]] ||Resolved vertical buoyancy flux ||K m/s ||
    299 ||[[span(wvpt ,style=color: green)]] ||Total vertical buoyancy flux (w"vpt" + w*vpt*) ||K m/s ||
     292||[[span(w"theta" ,style=color: green)]] ||Subgrid-scale vertical sensible heat flux ||K m/s ||
     293||[[span(w*theta* ,style=color: green)]] ||Covariance or resolved vertical sensible heat flux (in case of [../inipar#scalar_advec scalar_advec] = 'ws-scheme', see [../../tec/advection#statistical_evaluation details]) ||K m/s ||
     294||[[span(wtheta ,style=color: green)]] ||Total vertical sensible heat flux (w"theta" + w*theta*) ||K m/s ||
     295||[[span(w*theta*BC ,style=color: green)]] ||Subgrid-scale vertical sensible heat flux using the Bott-Chlond scheme ||K m/s ||
     296||[[span(wthetaBC ,style=color: green)]] ||Total vertical sensible heat flux using the Bott-Chlond scheme (w"theta" + w*theta*BC) ||K m/s ||
     297||[[span(w"thetav" ,style=color: green)]] ||Subgrid-scale vertical buoyancy flux ||K m/s ||
     298||[[span(w*thetav* ,style=color: green)]] ||Resolved vertical buoyancy flux ||K m/s ||
     299||[[span(wthetav ,style=color: green)]] ||Total vertical buoyancy flux (w"thetav" + w*thetav*) ||K m/s ||
    300300||[[span(w"q" ,style=color: green)]] ||Subgrid-scale vertical water flux ||kg/kg m/s ||
    301301||[[span(w*q* ,style=color: green)]] ||Covariance or resolved vertical water flux (in case of [../inipar#scalar_advec scalar_advec] = 'ws-scheme', see [../../tec/advection#statistical_evaluation details]) ||kg/kg m/s ||
     
    314314||[[span(v*2 ,style=color: red)]] ||Variance or horizontal momentum flux (in case of [../inipar#momentum_advec momentum_advec] = 'ws-scheme', see [../../tec/advection#statistical_evaluation details]) of the v-velocity component (resolved) ||m^2^/s^2^ ||
    315315||[[span(w*2 ,style=color: green)]] ||Variance or vertical momentum flux (in case of [../inipar#momentum_advec momentum_advec] = 'ws-scheme', see [../../tec/advection#statistical_evaluation details]) of the w-velocity component (resolved) ||m^2^/s^2^ ||
    316 ||[[span(pt*2 ,style=color: red)]] ||Variance of the potential temperature (resolved) ||K^2^ ||
     316||[[span(theta*2 ,style=color: red)]] ||Variance of the potential temperature (resolved) ||K^2^ ||
    317317||[[span(q*2 ,style=color: red)]] ||Variance of the water vapor / total water mixing ratio (in case of  [../inipar#cloud_physics cloud_physics] = .T.) (resolved) ||kg^2^/kg^2^ ||
    318318||[[span(s*2 ,style=color: red)]] ||Variance of the passive scalar (resolved, requires [../inipar#passive_scalar passive_scalar] = .T.) ||(kg m^-3^)^2^ ||
    319319||[[span(w*3 ,style=color: green)]] ||Third moment of the w-velocity component (resolved) ||m^3^/s^3^ ||
    320320||[[span(Sw ,style=color: green)]] ||Skewness of the w-velocity component (resolved, Sw = w^3^/(w^2^)^1.5^) ||m^3^/s^2^ / (m^2^/s^2^)^1.5^ ||
    321 ||[[span(w*2pt* ,style=color: green)]] ||Third moment (resolved) ||K m^2^/s^2^ ||
    322 ||[[span(w*pt*2 ,style=color: green)]] ||Third moment (resolved) ||K^2^ m/s ||
     321||[[span(w*2theta* ,style=color: green)]] ||Third moment (resolved) ||K m^2^/s^2^ ||
     322||[[span(w*theta*2 ,style=color: green)]] ||Third moment (resolved) ||K^2^ m/s ||
    323323||[[span(w*u*u*:dz ,style=color: red)]] ||Transport of resolved-scale TKE due to turbulence (term in resolved TKE budget)||m^2^/s^3^ ||
    324324||[[span(w*p*:dz ,style=color: red)]] ||Transport of resolved-scale TKE due to pressure fluctuations (term in resolved TKE budget)||Pa m/s^2^ ||
    325325||[[span(hyp ,style=color: red)]] ||Hydrostatic pressure ||dbar ||
    326 ||[[span(td_lsa_lpt ,style=color: red)]] ||horizontal large scale advection tendency for temperature||K/s ||
     326||[[span(td_lsa_thetal ,style=color: red)]] ||horizontal large scale advection tendency for temperature||K/s ||
    327327||[[span(td_lsa_q ,style=color: red)]] ||horizontal large scale advection tendency for humidity||kg/(kg s) ||
    328 ||[[span(td_sub_lpt ,style=color: red)]] ||horizontal large scale subsidence tendency for temperature||K/s ||
     328||[[span(td_sub_thetal ,style=color: red)]] ||horizontal large scale subsidence tendency for temperature||K/s ||
    329329||[[span(td_sub_q ,style=color: red)]] ||horizontal large scale subsidence tendency for humidity||kg/(kg s) ||
    330 ||[[span(td_nud_lpt ,style=color: red)]] ||nudging tendency for temperature||K/s ||
     330||[[span(td_nud_thetal ,style=color: red)]] ||nudging tendency for temperature||K/s ||
    331331||[[span(td_nud_q ,style=color: red)]] ||nudging tendency for humidity||kg/(kg s) ||
    332332||[[span(td_nud_u ,style=color: red)]] ||nudging tendency for u-velocity component||m/s^2^ ||
     
    346346\\\\
    347347Beyond that, initial profiles (t=0) of some variables can additionally be output (this output is only done once with the first plot output and not repeated with the profile output at later times). The names of these profiles result from the ones specified above led by a hash "#".  Allowed values are:
    348    #u, #v, #pt, #km, #kh, #l, #lpt, #q, #qv, #s, #sa, #vpt (, #t_soil, #m_soil)
     348   #u, #v, #theta, #km, #kh, #l, #thetal, #q, #qv, #s, #sa, #thetav (, #t_soil, #m_soil)
    349349Profile names preceded by a hash automatically imply that profiles for these variables are also output at later times. It is not necessary and not allowed to specify the same profile name with and without hash simultaneously(this would lead to a netCDF error).\\\\
    350350These initial profiles have been either set by the user or have been calculated by a 1d-model prerun.\\\\
     
    537537||E* ||Resolved-scale turbulence kinetic energy of the flow (3D domain average) ||m^2^/s^2^ ||
    538538||dt ||Time step size ||s ||
    539 ||u* ||Friction velocity (horizontal average) ||m/s ||
     539||us* ||Friction velocity (horizontal average) ||m/s ||
    540540||w* ||Vertical velocity scale of the CBL (horizontal average) ||m/s ||
    541 ||th* ||Temperature scale (constant flux layer), defined as w"pt"0 / u* (horizontal average)||K ||
    542 ||q* ||Humidity scale (constant flux layer), defined as w"q"0 / u* (horizontal average)||kg/kg ||
     541||th* ||Temperature scale (constant flux layer), defined as w"theta"0 / us* (horizontal average)||K ||
     542||q* ||Humidity scale (constant flux layer), defined as w"q"0 / us* (horizontal average)||kg/kg ||
    543543||umax ||Maximum u-component of the velocity ||m/s ||
    544544||vmax ||Maximum v-component of the velocity ||m/s ||
     
    546546||div_old ||Divergence of the velocity field before the pressure solver has been called (normalized with respect to the total number of grid points) ||1/s ||
    547547||div_new ||Divergence of the velocity field after the pressure solver has been called (normalized with respect to the total number of grid points) ||1/s ||
    548 ||z_i_wpt ||Height of the convective boundary layer (horizontal average) determined by the height of the minimum sensible heat flux ||m ||
    549 ||z_i_pt ||Height of the convective boundary layer (horizontal average) determined by the temperature profile, following the criterion of Sullivan et al. (1998) ||m ||
    550 ||w"pt"0 ||Subgrid-scale sensible heat flux at k=0 (horizontal average) within the constant flux layer ||K m/s ||
    551 ||w"pt" ||Subgrid-scale heat flux (horizontal average) for z = zw(1) ||K m/s ||
    552 ||wpt ||Total heat flux (horizontal average) for z = zw(1) ||K m/s ||
     548||zi_wtheta ||Height of the convective boundary layer (horizontal average) determined by the height of the minimum sensible heat flux ||m ||
     549||zi_theta ||Height of the convective boundary layer (horizontal average) determined by the temperature profile, following the criterion of Sullivan et al. (1998) ||m ||
     550||w"theta"0 ||Subgrid-scale sensible heat flux at k=0 (horizontal average) within the constant flux layer ||K m/s ||
     551||w"theta" ||Subgrid-scale heat flux (horizontal average) for z = zw(1) ||K m/s ||
     552||wtheta ||Total heat flux (horizontal average) for z = zw(1) ||K m/s ||
    553553||w"u"0 ||Subgrid-scale momentum flux (u-component) at k=0 (horizontal average) within the constant flux layer||m^2^/s^2^ ||
    554554||w"v"0 ||Subgrid-scale momentum flux (v-component) at k=0 (horizontal average) within the constant flux layer ||m^2^/s^2^ ||
    555555||w"q"0 ||Subgrid-scale humidity flux at k=0 (horizontal average) within the constant flux layer, zero values are output if humidity is not used ||kg/kg m/s ||
    556 ||pt(0) ||Potential temperature at the surface (horizontal average) ||K ||
    557 ||pt(z_mo) ||Potential temperature for z = zu(1) (horizontal average) ||K ||
     556||theta(0) ||Potential temperature at the surface (horizontal average) ||K ||
     557||theta(z_mo) ||Potential temperature for z = zu(1) (horizontal average) ||K ||
    558558||ol ||Monin-Obukhov length ||m ||
    559559\\
     
    968968If output of horizontal cross sections is selected (see [#data_output data_output]), this parameter can be used to define the position(s) of the cross section(s). Up to 100 positions of cross sections can be selected by assigning '''section_xy''' the corresponding vertical grid point index/indices k of the requested cross section(s). The exact location (height level) of the cross section depends on the variable for which the output is made: zu(k) for scalars and horizontal velocities, zw(k) for the vertical velocity. Information about the exact location of the cross section is contained in the netCDF output file.\\\\
    969969Assigning '''section_xy''' = ''-1'' creates the output of horizontal cross sections averaged along z. In the netCDF output file these (averaged) cross sections are given the z-coordinate -1.0.\\\\
    970 Assignments to '''section_xy''' does not effect the output of horizontal cross sections of variable u* and theta* and the liquid water path lwp*. For these quantities always only one cross section (for z=zu(1)) is output.
     970Assignments to '''section_xy''' does not effect the output of horizontal cross sections of variable us* and theta* and the liquid water path lwp*. For these quantities always only one cross section (for z=zu(1)) is output.
    971971}}}
    972972|----------------