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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v164 v165  
    645645{{{#!td
    646646All x-coordinates of mask locations (in m).\\\\
    647 This 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.\\\\
     647This 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.\\\\
    648648'''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.,
     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.\\
    652652   This example will create outputs at the specified points (in m) of the model domain.
    653 By default all points in x-direction are output.   
     653By default all points in x-direction are taken for the output.   
    654654}}}
    655655|----------------