Changes between Version 291 and Version 292 of doc/app/runtime_parameters


Ignore:
Timestamp:
Oct 26, 2018 7:45:38 PM (7 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v291 v292  
    195195{{{#!td
    196196Quantities for which masked data are to be output.\\\\
    197 Unlimited different masks can be defined (see [../maskedoutput Masked data output]). For each mask different instantaneous or temporally averaged quantities (up to 100) 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]. It is possible to scale the masked data with a specified length for each direction (see [#mask_scale_x mask_scale_x], [#mask_scale_y mask_scale_y], and [#mask_scale_z mask_scale_z]).\\\\
     197Unlimited different masks can be defined (see [../maskedoutput Masked data output]). For each mask different instantaneous or temporally averaged quantities (up to 100) 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], [#mask_z_loop mask_z_loop], and [#mask_k_over_surface mask_k_over_surface]. It is possible to scale the masked data with a specified length for each direction (see [#mask_scale_x mask_scale_x], [#mask_scale_y mask_scale_y], and [#mask_scale_z mask_scale_z]).\\\\
    198198By 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]], ... . If the user has switched on the output of temporally averaged data, these are written separately 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]], ... . The file's format is netCDF. Further details about processing netCDF data are given in [../netcdf netCDF data output].\\\\
    199199The following quantities are available for output by default:\\\\
     
    676676|----------------
    677677{{{#!td style="vertical-align:top"
     678[=#mask_k_over_surface '''mask_k_over_surface''']
     679}}}
     680{{{#!td style="vertical-align:top"
     681I
     682}}}
     683{{{#!td style="vertical-align:top"
     684'''max_masks''' *100* -1.0
     685}}}
     686{{{#!td
     687Grid index above surface which to take for terrain-following masked output.\\\\
     688This parameter gives the vertical index of a grid-point layer above terrain which to output in the specified mask.\\\\
     689'''Example:'''
     690   '''mask_k_over_surface(1,:)''' = ''2, 5'' will result in an output of all specified variables in mask 1 at the second and fith grid point above the surface.
     691When '''mask_k_over_surface''' is specified for a mask, [#mask_z mask_z] and [#mask_z_loop mask_z_loop] are ignored for this mask.
     692}}}
     693|----------------
     694{{{#!td style="vertical-align:top"
    678695[=#mask_scale_x '''mask_scale_x''']
    679696}}}