Changes between Version 207 and Version 208 of doc/app/runtime_parameters


Ignore:
Timestamp:
Dec 17, 2010 10:05:09 AM (15 years ago)
Author:
helmke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v207 v208  
    667667This parameter defines all positions along 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.\\\\
    668668'''Example:'''
    669    '''mask_x (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
     669   '''mask_x (1,:)''' = ''50., 100., 500., 550., 600.''\\
    670670   '''mask_x (2,:)''' = ''1000.''\\\\
    671671   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, 
     672   the x-grid are shifted by half of the grid spacing forward (e.g. x = ''75.0, 125.0, 525.0, 575.0, 625.0,'' if [[../inipar#dx|dx]]=
     673   ''50.0'')).
    674674If 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.'').\\\\
    675675The default results in output at every grid point along the x-direction, i.e. from 0 to nx.\\\\
     
    692692This parameter defines all positions along 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.\\\\
    693693'''Example:'''
    694    '''mask_y (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
     694   '''mask_y (1,:)''' = ''50., 100., 500., 550., 600.''\\
    695695   '''mask_y (2,:)''' = ''1000.''\\\\
    696696   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).
     697   the y-grid are shifted by half of the grid spacing forward (e.g. y = ''75.0, 125.0, 525.0, 575.0, 625.0,'' if [[../inipar#dy|dy]]=
     698   ''50.0'')).
    698699If 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.'').\\\\
    699700The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\
     
    716717This parameter defines all positions along 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.\\\\
    717718'''Example:'''
    718    '''mask_z (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
     719   '''mask_z (1,:)''' = ''50., 100., 500., 550., 600.''\\
    719720   '''mask_z (2,:)''' = ''1000.''\\\\
    720721   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 (e.g. zu = ''0., 25., 75., 475., 525., 575.'', if [[../inipar#dz|dz]]= ''50.0'')).
     722   the zu-grid are shifted by half of the grid spacing downward (e.g. zu = ''25.0, 75.0, 475.0, 525.0, 575.0'', if [[../inipar#dz|dz]]= ''50.0'')).
    722723If 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.'').\\\\
    723724The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\