Changes between Version 33 and Version 34 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 13, 2010 2:42:23 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v33 v34  
    8383||z0* ||roughness length ||m || ||
    8484\\
    85 Multiple quantities can be assigned, e.g. '''data_output''' = '' 'e', 'u', 'w' ''.
     85Multiple quantities can be assigned, e.g. '''data_output''' = '' 'e', 'u', 'w' ''.\\\\
     86By 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 after 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:\\\\
     87Example:\\\\
     88'''data_output''' = '' 'u', 'pt_xz_av', 'w_xy', 'u_av' ''.\\\\
     89This example will create the following output: instantaneous 3d volume data of u-velocity component (by default on file [[DATA_3D_NETCDF]]), temporally averaged 3d volume data of u-velocity component (by default on file [[DATA_3D_AV_NETCDF]]), instantaneous horizontal cross section data of w-velocity component (by default on file [[DATA_2D_XY_NETCDF]]), and temporally averaged vertical cross section data of potential temperature (by default on file [[DATA_2D_XZ_AV_NETCDF]]).\\\\
     90The 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]]).\\\\
    8691}}}
    8792|----------------