Changes between Version 167 and Version 168 of doc/app/runtime_parameters


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v167 v168  
    645645{{{#!td
    646646All x-coordinates of mask positions (in m).\\\\
    647 This parameter defines all positions in x-direction where quantities for masked data are to be output (see [#data_output_mask data_output_mask]). For each mask an own '''mask_x''' can be assigned.\\\\
     647This parameter defines all positions in x-direction where quantities for masked data are to be output (see [#data_output_mask data_output_mask]). For each mask a separate '''mask_x''' has to be assigned.\\\\
    648648'''Example:'''
    649    '''mask_x''' (1,:) = 0., 50., 100., 500., 550., 600.\\
    650    '''mask_x''' (2,:) = 1000.\\\\
     649   '''mask_x''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\
     650   '''mask_x''' (2,:) = ''1000.''\\\\
    651651   This example will create outputs at the specified points (in m) of the model domain.
    652 By default all grid points in x-direction are taken for the output.\\\\
    653 If you want to output quantities at positions with constant space (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\
     652If you use [#mask_scale_x mask_scale_x] '''mask_x''' has to be assigned in position[m]/'''mask_scale_x''' (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x (1,:)''' = ''0., 5., 10., 50., 55., 60.'').
     653By default all grid points in x-direction are taken for output.\\\\
     654If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\
    654655Locations for y-direction can be assigned with the parameters [#mask_y mask_y] or [#mask_y_loop mask_y_loop]. Locations for z-direction can be assigned with the parameters [#mask_z mask_z] or [#mask_z_loop mask_z_loop].
    655656}}}