Changes between Version 168 and Version 169 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 16, 2010 9:55:48 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v168 v169  
    650650   '''mask_x''' (2,:) = ''1000.''\\\\
    651651   This example will create outputs at the specified points (in m) of the model domain.
    652 If you use [#mask_scale_x mask_scale_x] '''mask_x''' has to be assigned in position[m]/'''mask_scale_x''' (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x (1,:)''' = ''0., 5., 10., 50., 55., 60.''). 
     652If you use [#mask_scale_x mask_scale_x] '''mask_x''' has to be assigned in position[m]/'''mask_scale_x''' (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\
    653653By default all grid points in x-direction are taken for output.\\\\
    654654If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\
     
    666666}}}
    667667{{{#!td
    668 All y-coordinates of mask locations (in m).\\\\
    669 This parameter defines all points in y-direction where quantities for masked data are output (see [#data_output_mask data_output_mask]). For each mask one '''mask_y''' can be assigned.\\\\
     668All y-coordinates of mask positions (in m).\\\\
     669This 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.\\\\
    670670'''Example:'''
    671    '''mask_y''' (1,:) = 0., 50., 100., 500., 550., 600.\\
    672    '''mask_y''' (2,:) = 1000.\\
    673    '''mask_y''' (3,:) = 0., 200., 400., 600., 800., 1000.\\
     671   '''mask_y''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\
     672   '''mask_y''' (2,:) = ''1000.''\\\\
    674673   This example will create outputs at the specified points (in m) of the model domain.
    675 By default all points in y-direction are taken for the output. 
     674If 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.'').\\\\
     675By default all grid points in y-direction are taken for output.\\\\
     676If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_y_loop mask_y_loop].\\\\
     677Locations 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].
    676678}}}
    677679|----------------
     
    686688}}}
    687689{{{#!td
    688 All z-coordinates of mask locations (in m).\\\\
    689 This parameter defines all points in z-direction where quantities for masked data are output (see [#data_output_mask data_output_mask]). For each mask one '''mask_z''' can be assigned.\\\\
     690All z-coordinates of mask positions (in m).\\\\
     691This 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.\\\\
    690692'''Example:'''
    691    '''mask_z''' (1,:) = 0., 50., 100., 500., 550., 600.\\
    692    '''mask_z''' (2,:) = 1000.\\
    693    '''mask_z''' (3,:) = 0., 200., 400., 600., 800., 1000.\\\\
     693   '''mask_z''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\
     694   '''mask_z''' (2,:) = ''1000.''\\\\
    694695   This example will create outputs at the specified points (in m) of the model domain.
    695 By default all points in z-direction are taken for the output.
     696If 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.'').\\\\
     697By default all grid points in z-direction are taken for output.\\\\
     698If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\
     699Locations 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].
    696700}}}
    697701|----------------