Changes between Version 193 and Version 194 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 29, 2010 12:58:50 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v193 v194  
    132132}}}
    133133{{{#!td style="vertical-align:top"
    134 C *10 (20,100)
    135 }}}
    136 {{{#!td style="vertical-align:top"
    137 20*100 * ' '
     134C *10 ('''max_masks''', 100)
     135}}}
     136{{{#!td style="vertical-align:top"
     137'''max_masks''' *100 * ' '
    138138}}}
    139139{{{#!td
    140140Quantities for which masked data are to be output.\\\\
    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]. 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]).\\\\
    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 [../netcdf netCDF data output].\\\\
     141Unlimited 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]).\\\\
     142By 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 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]], ... . The file's format is netCDF. Further details about processing netCDF data are given in [../netcdf netCDF data output].\\\\
    143143The following quantities are available for output by default:\\\\
    144144||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||='''Remarks''' =||
     
    175175The time intervals of the output times for each mask are determined via [#dt_domask dt_domask].\\
    176176Individual time interval for output of temporally averaged data can be assigned using the parameter [#dt_data_output_av dt_data_output_av]. The length of the averaging interval is controlled via parameter [#averaging_interval averaging_interval]. No particular parameters are existent for steering the time averaged output of each separate mask.\\\\
    177 The parameter [#skip_time_domask skip_time_domask] can be used to shift data output activities for a given time interval.
     177The parameter [#skip_time_domask skip_time_domask] can be used to shift data output activities for a given time interval.\\\\
     178By default, up to 50 different masks can be assigned. If you wish to output more masks, change '''max_masks''' in {{{module.f90}}} to the desired value.
    178179}}}
    179180|----------------
     
    405406}}}
    406407{{{#!td style="vertical-align:top"
    407 R(20)
    408 }}}
    409 {{{#!td style="vertical-align:top"
    410 20* value of\\[#dt_data_output dt_data]\\[#dt_data_output _output]
     408R ('''max_masks''')
     409}}}
     410{{{#!td style="vertical-align:top"
     411'''max_masks''' * value of\\[#dt_data_output dt_data]\\[#dt_data_output _output]
    411412}}}
    412413{{{#!td