Changes between Version 185 and Version 186 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 16, 2010 5:22:20 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v185 v186  
    748748}}}
    749749{{{#!td
    750 loop begin, end and stride for y-coordinates of
    751 mask locations for masks (in multiples of mask scale).
    752 The default results in output at every grid point along
    753 the respective dimension, i.e. from 0 to ny.
    754 Note: if mask_y is also specified,
    755 mask_y_loop will be ignored!
     750Loop begin, end and stride for y-coordinates of mask locations for masks (in multiples of [#mask_scale_y mask_scale_y]).\\\\
     751This parameter should be used, if masked data are to be output at periodic positions (e.g. every 100m along y-direction). The first parameter assigns the start position (e.g. 0m), the second one the end position (e.g. 2000m) and the third one the stride (e.g. 100m) -> '''mask_y_loop (1,:)''' = ''0.0,2000.,100.''.\\\\
     752For each mask a separate '''mask_y_loop''' has to be assigned.\\\\
     753The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\
     754'''Note:''' If mask_y is also specified, mask_y_loop will be ignored.\\\\
     755Further examples are given in [../maskedoutput#Examples Masked data output].
    756756}}}
    757757|----------------
     
    766766}}}
    767767{{{#!td
    768 loop begin, end and stride for z-coordinates of
    769 mask locations for masks (in multiples of mask scale).
    770 The default results in output at every grid point along
    771 the respective dimension, i.e. from 0 to nz.
    772 Note: if mask_z is also specified,
    773 mask_z_loop will be ignored!
     768Loop begin, end and stride for z-coordinates of mask locations for masks (in multiples of [#mask_scale_z mask_scale_z]).\\\\
     769This parameter should be used, if masked data are to be output at periodic positions (e.g. every 100m along z-direction). The first parameter assigns the start position (e.g. 0m), the second one the end position (e.g. 2000m) and the third one the stride (e.g. 100m) -> '''mask_z_loop (1,:)''' = ''0.0,2000.,100.''.\\\\
     770For each mask a separate '''mask_z_loop''' has to be assigned.\\\\
     771The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\
     772'''Note:''' If mask_z is also specified, mask_z_loop will be ignored. If you have assigned [../inipar#dz_stretch_level dz_stretch_level] '''mask_z_loop''' will fail above '''dz_stretch_level'''. If masked outputs are desired above '''dz_stretch_level''' you should user [#mask_z mask_z] instead.\\\\
     773Further examples are given in [../maskedoutput#Examples Masked data output].
    774774}}}
    775775|----------------