Changes between Version 163 and Version 164 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 16, 2010 9:11:39 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v163 v164  
    139139{{{#!td
    140140Quantities 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].\\\\
     141Up 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].\\\\
    142142By 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]].\\\\
    143143The following quantities are available for output by default:\\\\
     
    166166  '''data_output_masks(3,:)''' = '' 'pt', 'u', 'v', 'w' ''\\\\
    167167  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 averaged
     168  '''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
    169169  data of u- and v-velocity component (by default on file [[../iofiles#DATA_MASK_01_AV_NETCDF|DATA_MASK_01_AV_NETCDF]])\\
    170   '''Location 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
     170  '''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
    171171  w-velocity component (by default on file [[../iofiles#DATA_MASK_02_AV_NETCDF|DATA_MASK_02_AV_NETCDF]])\\
    172   '''Location 3''': Instantaneous data of potential temperature, u-, v- and w-velocity component (by default on file
    173   [[../iofiles#DATA_MASK_03_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]])\\\\
    174174The 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]]).\\\\
    175175The time interval of the output times is determined via [#dt_domask dt_domask].\\
     
    644644}}}
    645645{{{#!td
    646 all x-coordinates of mask locations (in m)
     646All x-coordinates of mask locations (in m).\\\\
     647This 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.
     653By default all points in x-direction are output.   
    647654}}}
    648655|----------------