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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v172 v173  
    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:'''
    661    '''mask_x''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\
    662    '''mask_x''' (2,:) = ''1000.''\\\\
     661   '''mask_x (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
     662   '''mask_x (2,:)''' = ''1000.''\\\\
    663663   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.
    664664If 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.'').\\\\
     
    682682This 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.\\\\
    683683'''Example:'''
    684    '''mask_y''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\
    685    '''mask_y''' (2,:) = ''1000.''\\\\
    686    This example will create outputs at the specified points (in m) of the model domain.
    687 If 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.'').\\\\
     684   '''mask_y (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
     685   '''mask_y (2,:)''' = ''1000.''\\\\
     686   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.
     687If you use [#mask_scale_y mask_scale_y] '''mask_y''' has to be assigned in "grid point position in y-direction [m]/'''mask_scale_y''' " (e.g. '''mask_scale_y''' = ''10.0'' -> '''mask_y (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
    688688The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\
    689689If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_y_loop mask_y_loop].\\\\
    690 Locations 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].
     690Locations 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].\\\\
     691Further examples are given [../maskedoutput#Examples here].
    691692}}}
    692693|----------------
     
    704705This 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.\\\\
    705706'''Example:'''
    706    '''mask_z''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\
    707    '''mask_z''' (2,:) = ''1000.''\\\\
    708    This example will create outputs at the specified points (in m) of the model domain.
    709 If 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.'').\\\\
     707   '''mask_z (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\
     708   '''mask_z (2,:)''' = ''1000.''\\\\
     709   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.
     710If you use [#mask_scale_z mask_scale_z] '''mask_z''' has to be assigned in "grid point position in z-direction [m]/'''mask_scale_z''' " (e.g. '''mask_scale_z''' = ''10.0'' -> '''mask_z (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
    710711The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\
    711712If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\
    712 Locations 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].
     713Locations 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].\\\\
     714Further examples are given [../maskedoutput#Examples here].
    713715}}}
    714716|----------------
     
    725727Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\
    726728The 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!
     729'''Note:''' If mask_x is also specified, mask_x_loop will be ignored!\\\\
     730Further examples are given [../maskedoutput#Examples here].
    728731}}}
    729732|----------------