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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v166 v167  
    644644}}}
    645645{{{#!td
    646 All x-coordinates of mask locations (in m).\\\\
    647 This parameter defines all points in x-direction where quantities for masked data are output (see [#data_output_mask data_output_mask]). For each mask one '''mask_x''' can be assigned.\\\\
     646All x-coordinates of mask positions (in m).\\\\
     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 an own '''mask_x''' can be assigned.\\\\
    648648'''Example:'''
    649649   '''mask_x''' (1,:) = 0., 50., 100., 500., 550., 600.\\
    650    '''mask_x''' (2,:) = 1000.\\
    651    '''mask_x''' (3,:) = 0., 200., 400., 600., 800., 1000.\\
     650   '''mask_x''' (2,:) = 1000.\\\\
    652651   This example will create outputs at the specified points (in m) of the model domain.
    653 By default all points in x-direction are taken for the output. 
     652By default all grid points in x-direction are taken for the output.\\\\
     653If you want to output quantities at positions with constant space (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\
     654Locations 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].
    654655}}}
    655656|----------------