Changes between Version 205 and Version 206 of doc/app/runtime_parameters


Ignore:
Timestamp:
Dec 17, 2010 9:42:16 AM (15 years ago)
Author:
helmke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v205 v206  
    738738{{{#!td
    739739Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\
    740 This parameter should be used, if masked data are to be output at periodic positions. 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_x_loop (1,:)''' = ''0.0,2000.,100.''. This example will create outputs every 100m along x-direction (at xu-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on the x-grid are shifted by half of the grid spacing forward).\\\\
     740This parameter should be used, if masked data are to be output at periodic positions. 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):\\
     741'''mask_x_loop (1,:)''' = ''0.0,2000.,100.''\\
     742This example will create outputs every 100m along x-direction (at xu-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on the x-grid are shifted by half of the grid spacing forward).\\\\
    741743For each mask a separate '''mask_x_loop''' has to be assigned.\\\\
    742744The default results in output at every grid point along the x-direction, i.e. from 0 to nx.\\\\
     
    756758{{{#!td
    757759Loop begin, end and stride for y-coordinates of mask locations for masks (in multiples of [#mask_scale_y mask_scale_y]).\\\\
    758 This 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.''.\\\\
     760This 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):\\
     761'''mask_y_loop (1,:)''' = ''0.0,2000.,100.''\\
     762This example will create outputs every 100m along y-direction (at yv-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on the y-grid are shifted by half of the grid spacing forward).\\\\
    759763For each mask a separate '''mask_y_loop''' has to be assigned.\\\\
    760764The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\
     
    774778{{{#!td
    775779Loop begin, end and stride for z-coordinates of mask locations for masks (in multiples of [#mask_scale_z mask_scale_z]).\\\\
    776 This 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.''.\\\\
     780This 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):\\
     781'''mask_z_loop (1,:)''' = ''0.0,2000.,100.''\\
     782This example will create outputs every 100m along z-direction (at zw-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on the zu-grid are shifted by half of the grid spacing downward).\\\\
    777783For each mask a separate '''mask_z_loop''' has to be assigned.\\\\
    778784The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\