Changes between Version 68 and Version 69 of doc/app/runtime_parameters
- Timestamp:
- Sep 14, 2010 9:30:35 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v68 v69 86 86 By 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:\\\\ 87 87 Example:\\\\ 88 '''data_output''' = '' 'u', 'pt_xz_av', 'w_xy', 'u_av' ''.\\\\88 '''data_output''' = '' 'u', 'pt_xz_av', 'w_xy', 'u_av' ''.\\\\ 89 89 This 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]]).\\\\ 90 90 The 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]]).\\\\ … … 205 205 Beyond 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 leaded by a hash "#". Allowed values are:\\\\ 206 206 #u, #v, #pt, #km, #kh, #l, #lpt, #q, #qv, #s, #sa, #vpt\\\\ 207 Profile 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 an NetCDF error). 207 Profile 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 an netCDF error).\\\\ 208 These initial profiles have been either set by the user or have been calculated by a 1d-model prerun.\\\\ 209 The user is allowed to extend the above list of quantities by defining his own output quantities (see the user-parameter [[../userpar#data_output_pr_user|data_output_pr_user). 208 210 }}} 209 211 |----------------