Changes between Version 89 and Version 90 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 14, 2010 1:25:07 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified doc/app/runtime_parameters

    v89 v90  
    424424ENDIF
    425425}}}
     426(which minimizes the number of calls of routine {{{flow_statistics}}}).\\\\
     427By default time series data is output to the local file [[../iofiles#DATA_1D_TS_NETCDF|DATA_1D_TS_NETCDF]]. Because of the default settings of '''dt_dots''', it will generally be created for each model run. The file's format is netCDF.  Further details about processing netCDF data are given in chapter [[4.5.1]].\\\\
     428The file contains the following timeseries quantities (the first column gives the name of the quantities as used in the netCDF file):\\\\
     429||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||
     430||E ||Total (resolved and subgrid-scale) kinetic energy of the flow ||m^2^/s^2^ (normalized with respect to the total number of grid points) ||
     431||E* ||Resolved-scale kinetic energy of the flow ||m^2^/s^2^ (normalized with respect to the total number of grid points) ||
     432dt
     433        Time step size (in s).
     434u*      Friction velocity (in m/s) (horizontal average).
     435w*      Vertical velocity scale of the CBL (in m/s) (horizontal average)
     436th*     Temperature scale (Prandtl layer), defined as w"pt"0 / u* (horizontal average) (in K).
     437umax
     438        Maximum u-component of the velocity (in m/s).
     439vmax
     440        Maximum v-component of the velocity (in m/s).
     441wmax
     442        Maximum w-component of the velocity (in m/s).
     443div_old
     444        Divergence of the velocity field before the pressure solver has been called (normalized with respect to the total number of grid points) (in 1/s).
     445div_new         Divergence of the velocity field after the pressure solver has been called (normalized with respect to the total number of grid points) (in 1/s).
     446z_i_wpt         Height of the convective boundary layer (horizontal average) determined by the height of the minimum sensible heat flux (in m).
     447z_i_pt  Height of the convective boundary layer (horizontal average) determined by the temperature profile, following the criterion of Sullivan et al. (1998) (in m).
     448w"pt"0  Subgrid-scale sensible heat flux at k=0 (horizontal average), constant within Prandtl-layer (in K m/s).
     449w"pt"   Subgrid-scale heat flux (horizontal average) for z = zw(1) (in K m/s).
     450wpt     Total heat flux (horizontal average) for z = zw(1) (in K m/s).
     451w"u"0   Subgrid-scale momentum flux (u-component) at k=0 (horizontal average), constant within Prandtl-layer (in m2/s2).
     452w"v"0   Subgrid-scale momentum flux (v-component) at k=0 (horizontal average), constant within Prandtl-layer (in m2/s2).
     453w"q"0   Subgrid-scale humidity flux at k=0 (horizontal average), constant within Prandtl-layer (in kg/kg m/s). Zero values are output if humidity is not used.
     454pt(0)   Potential temperature at the surface (horizontal average) (in K).
     455pt(zp)  Potential temperature for z = zu(1) (horizontal average) (in K).
     456L       Monin-Obukhov length.
    426457}}}
    427458|----------------