Changes between Version 34 and Version 35 of doc/app/runtime_parameters
- Timestamp:
- Sep 13, 2010 2:48:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v34 v35 89 89 This 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]]).\\\\ 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]]).\\\\ 91 The time interval of the output times is determined via [[dt_data_output]]. This is valid for all types of output quantities by default. Individual time intervals for instantaneous(!) 3d and section data can be declared using [[dt_do3d]], [[dt_do2d_xy]], [[dt_do2d_xz]], and [[dt_do2d_yz]].\\\\ 92 Also, an individual time interval for output of temporally averaged data can be assigned using parameter dt_data_output_av. This applies to both 3d volume and cross section data. The length of the averaging interval is controlled via parameter [#averaging_interval].\\\\ 91 93 }}} 92 94 |----------------