167 | | This example will create the following output for location 1: instantaneous 3d volume data of u-velocity and v-velocity component (by default on file DATA_MAKS_01_NETCDF), temporally averaged 3d volume data of u-velocity and v-velocity component (by default on file DATA_MASK_01_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). |
168 | | |
169 | | The user is allowed to extend the above list of quantities by defining his own output quantities (see the user-parameter data_output_user). |
| 167 | This example will create the following output:\\ |
| 168 | '''Location 1''': Instantaneous data of u- and v-velocity component (by default on file DATA_MAKS_01_NETCDF) and temporally averaged data of u- and v-velocity component (by default on file DATA_MASK_01_AV_NETCDF)\\ |
| 169 | '''Location 2''': Instantaneous data of w-velocity component (by default on file DATA_MASK_02_NETCDF) and temporally averaged data of w-velocity component (by default on file DATA_MASK_02_AV_NETCDF)\\ |
| 170 | '''Location 3''': Instantaneous data of potential temperature, u-, v- and w-velocity component (by default on file DATA_MASK_03_NETCDF)\\\\ |
| 171 | The user is allowed to extend the above list of quantities by defining his own output quantities (see the user-parameter [[../userpar#data_output_masks_user|data_output_masks_user]]).\\\\ |
412 | | If output of masked data is switched on (see [#data_output_mask data_output_mask]), this parameter can be used to assign the temporal interval at which these data shall be output. Output can be skipped at the beginning of a simulation using parameter [#skip_time_domask skip_time_domask], which has zero value by default. Reference time is the beginning of the simulation, i.e. output takes place at times t = '''skip_time_domask''' + '''dt_domask''', '''skip_time_domask''' + 2*'''dt_domask''', '''skip_time_domask''' + 3*'''dt_domask''', etc. Since output is only done at the discrete time levels given by the timestep used, the actual output times can slightly deviate from these theoretical values. |
| 414 | If output of masked data is switched on (see [#data_output_masks data_output_masks]), this parameter can be used to assign the temporal interval at which these data shall be output. Output can be skipped at the beginning of a simulation using parameter [#skip_time_domask skip_time_domask], which has zero value by default. Reference time is the beginning of the simulation, i.e. output takes place at times t = '''skip_time_domask''' + '''dt_domask''', '''skip_time_domask''' + 2*'''dt_domask''', '''skip_time_domask''' + 3*'''dt_domask''', etc. Since output is only done at the discrete time levels given by the timestep used, the actual output times can slightly deviate from these theoretical values. |