Changes between Version 171 and Version 172 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 16, 2010 2:05:34 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v171 v172  
    656656}}}
    657657{{{#!td
    658 All x-coordinates of mask positions (in m).\\\\
     658All x-coordinates of mask positions (in multiples of [#mask_scale_x mask_scale_x]).\\\\
    659659This 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.\\\\
    660660'''Example:'''
    661661   '''mask_x''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\
    662662   '''mask_x''' (2,:) = ''1000.''\\\\
    663    This example will create outputs at the specified points (in m) of the model domain.
    664 If 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.'').\\\\
    665 By default all grid points in x-direction are taken for output.\\\\
     663   This example will create outputs at the specified points (in m, if [#mask_scale_x mask_scale_x] is not used) of the model domain.
     664If you use [#mask_scale_x mask_scale_x] '''mask_x''' has to be assigned in "grid point position in x-direction [m]/'''mask_scale_x''' " (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
     665The default results in output at every grid point along the x-direction, i.e. from 0 to nx.\\\\
    666666If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\
    667 Locations 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].
     667Locations 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].\\\\
     668Further examples are given [../maskedoutput#Examples here].
    668669}}}
    669670|----------------
     
    678679}}}
    679680{{{#!td
    680 All y-coordinates of mask positions (in m).\\\\
     681All y-coordinates of mask positions (in multiples of [#mask_scale_y mask_scale_y]).\\\\
    681682This parameter defines all positions in y-direction where quantities for masked data are to be output (see [#data_output_mask data_output_mask]). For each mask a separate '''mask_y''' has to be assigned.\\\\
    682683'''Example:'''
     
    685686   This example will create outputs at the specified points (in m) of the model domain.
    686687If you use [#mask_scale_y mask_scale_y] '''mask_y''' has to be assigned in position[m]/'''mask_scale_y''' (e.g. '''mask_scale_y''' = ''10.0'' -> '''mask_y (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
    687 By default all grid points in y-direction are taken for output.\\\\
     688The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\
    688689If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_y_loop mask_y_loop].\\\\
    689690Locations for x-direction can be assigned with the parameters [#mask_x mask_x] or [#mask_x_loop mask_x_loop]. Locations for z-direction can be assigned with the parameters [#mask_z mask_z] or [#mask_z_loop mask_z_loop].
     
    700701}}}
    701702{{{#!td
    702 All z-coordinates of mask positions (in m).\\\\
     703All z-coordinates of mask positions (in multiples of [#mask_scale_z mask_scale_z]).\\\\
    703704This parameter defines all positions in z-direction where quantities for masked data are to be output (see [#data_output_mask data_output_mask]). For each mask a separate '''mask_z''' has to be assigned.\\\\
    704705'''Example:'''
     
    707708   This example will create outputs at the specified points (in m) of the model domain.
    708709If you use [#mask_scale_z mask_scale_z] '''mask_z''' has to be assigned in position[m]/'''mask_scale_z''' (e.g. '''mask_scale_z''' = ''10.0'' -> '''mask_z (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
    709 By default all grid points in z-direction are taken for output.\\\\
     710The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\
    710711If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\
    711712Locations for x-direction can be assigned with the parameters [#mask_x mask_x] or [#mask_x_loop mask_x_loop]. Locations for y-direction can be assigned with the parameters [#mask_y mask_y] or [#mask_y_loop mask_y_loop].
     
    722723}}}
    723724{{{#!td
    724 loop begin, end and stride for x-coordinates of
    725 mask locations for masks (in multiples of mask scale).
    726 The default results in output at every grid point along
    727 the respective dimension, i.e. from 0 to nx.
    728 Note: if mask_x is also specified,
    729 mask_x_loop will be ignored!
     725Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\
     726The default results in output at every grid point along the x-direction, i.e. from 0 to nx.
     727'''Note:''' If mask_x is also specified, mask_x_loop will be ignored!
    730728}}}
    731729|----------------