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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v204 v205  
    669669   '''mask_x (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
    670670   '''mask_x (2,:)''' = ''1000.''\\\\
    671    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.
     671   This example will create outputs at the specified points (at xu-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on
     672   the x-grid are shifted by half of the grid spacing forward).
     673) of the model domain. The points are defined at the xu section, 
    672674If you use [#mask_scale_x mask_scale_x], '''mask_x''' has to be assigned in "grid point position along x-direction [m]/'''mask_scale_x''' " (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
    673675The default results in output at every grid point along the x-direction, i.e. from 0 to nx.\\\\
     
    692694   '''mask_y (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
    693695   '''mask_y (2,:)''' = ''1000.''\\\\
    694    This example will create outputs at the specified points (in m, if [#mask_scale_y mask_scale_y] is not used) of the model domain.
     696   This example will create outputs at the specified points (at yv-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on
     697   the y-grid are shifted by half of the grid spacing forward).
    695698If you use [#mask_scale_y mask_scale_y], '''mask_y''' has to be assigned in "grid point position along y-direction [m]/'''mask_scale_y''' " (e.g. '''mask_scale_y''' = ''10.0'' -> '''mask_y (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
    696699The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\
     
    715718   '''mask_z (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
    716719   '''mask_z (2,:)''' = ''1000.''\\\\
    717    This example will create outputs at the specified points (in m, if [#mask_scale_z mask_scale_z] is not used) of the model domain.
     720   This example will create outputs at the specified points (at zw-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on
     721   the zu-grid are shifted by half of the grid spacing downward).
    718722If you use [#mask_scale_z mask_scale_z], '''mask_z''' has to be assigned in "grid point position along z-direction [m]/'''mask_scale_z''' " (e.g. '''mask_scale_z''' = ''10.0'' -> '''mask_z (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
    719723The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\
     
    734738{{{#!td
    735739Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\
    736 This parameter should be used, if masked data are to be output at periodic positions (e.g. every 100m along x-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_x_loop (1,:)''' = ''0.0,2000.,100.''.\\\\
     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) -> '''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).\\\\
    737741For each mask a separate '''mask_x_loop''' has to be assigned.\\\\
    738742The default results in output at every grid point along the x-direction, i.e. from 0 to nx.\\\\