Changes between Version 163 and Version 164 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 9:11:39 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v163 v164 139 139 {{{#!td 140 140 Quantities for which masked data are to be output.\\\\ 141 Up to 20 different locations for masked data can be defined (see [[../maskedoutput|Masked data output]]). For each location (up to 100) different instantaneous or temporally averaged quantities can be output. The locations are steered with the parameters [#mask_x mask_x], [#mask_y mask_y], [#mask_z mask_z], [#mask_x_loop mask_x_loop], [#mask_y_loop mask_y_loop] and [#mask_z_loop mask_z_loop].\\\\141 Up to 20 different masks can be defined (see [[../maskedoutput|Masked data output]]). For each mask (up to 100) different instantaneous or temporally averaged quantities can be output. The masks are steered with the parameters [#mask_x mask_x], [#mask_y mask_y], [#mask_z mask_z], [#mask_x_loop mask_x_loop], [#mask_y_loop mask_y_loop] and [#mask_z_loop mask_z_loop].\\\\ 142 142 By default, masked data are output to local files [[../iofiles#DATA_MASK_01_NETCDF|DATA_MASK_01_NETCDF]], [[../iofiles#DATA_MASK_02_NETCDF|DATA_MASK_02_NETCDF]], ... and [[../iofiles#DATA_MASK_20_NETCDF|DATA_MASK_20_NETCDF]]. If the user has switched on the output of temporally averaged data, these are written seperately to local files [[../iofiles#DATA_MASK_01_AV_NETCDF|DATA_MASK_01_AV_NETCDF]], [[../iofiles#DATA_MASK_02_AV_NETCDF|DATA_MASK_02_AV_NETCDF]], ... and [[../iofiles#DATA_MASK_20_AV_NETCDF|DATA_MASK_20_AV_NETCDF]]. The file's format is netCDF. Further details about processing netCDF data are given in chapter [[4.5.1]].\\\\ 143 143 The following quantities are available for output by default:\\\\ … … 166 166 '''data_output_masks(3,:)''' = '' 'pt', 'u', 'v', 'w' ''\\\\ 167 167 This example will create the following output:\\ 168 ''' Location 1''': Instantaneous data of u- and v-velocity component (by default on file [[../iofiles#DATA_MAKS_01_NETCDF|DATA_MAKS_01_NETCDF]]) and temporally averaged168 '''Mask 1''': Instantaneous data of u- and v-velocity component (by default on file [[../iofiles#DATA_MASK_01_NETCDF|DATA_MASK_01_NETCDF]]) and temporally averaged 169 169 data of u- and v-velocity component (by default on file [[../iofiles#DATA_MASK_01_AV_NETCDF|DATA_MASK_01_AV_NETCDF]])\\ 170 ''' Location2''': Instantaneous data of w-velocity component (by default on file [[../iofiles#DATA_MASK_02_NETCDF|DATA_MASK_02_NETCDF]]) and temporally averaged data of170 '''Mask 2''': Instantaneous data of w-velocity component (by default on file [[../iofiles#DATA_MASK_02_NETCDF|DATA_MASK_02_NETCDF]]) and temporally averaged data of 171 171 w-velocity component (by default on file [[../iofiles#DATA_MASK_02_AV_NETCDF|DATA_MASK_02_AV_NETCDF]])\\ 172 ''' Location3''': Instantaneous data of potential temperature, u-, v- and w-velocity component (by default on file173 [[../iofiles#DATA_MASK_0 3_NETCDF|DATA_MASK_03_NETCDF]])\\\\172 '''Mask 3''': Instantaneous data of potential temperature, u-, v- and w-velocity component (by default on file 173 [[../iofiles#DATA_MASK_02_NETCDF|DATA_MASK_03_NETCDF]])\\\\ 174 174 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]]).\\\\ 175 175 The time interval of the output times is determined via [#dt_domask dt_domask].\\ … … 644 644 }}} 645 645 {{{#!td 646 all x-coordinates of mask locations (in m) 646 All x-coordinates of mask locations (in m).\\\\ 647 This parameter defines all points in x-direction where quantities are to be output for masked data (see [#data_output_mask data_output_mask]). For each mask different mask_x can be assigned.\\\\ 648 '''Example:''' 649 mask_x(1,:) = 0., 50., 100., 500., 550., 600. 650 mask_x(2,:) = 1000. 651 mask_x(3,:) = 0., 200., 400., 600., 800., 1000., 652 This example will create outputs at the specified points (in m) of the model domain. 653 By default all points in x-direction are output. 647 654 }}} 648 655 |----------------