Changes between Version 165 and Version 166 of doc/app/runtime_parameters


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v165 v166  
    162162||w ||w-component of the velocity ||m/s || ||
    163163'''Example:'''
    164   '''data_output_masks(1,:)''' = '' 'u', 'v', 'u_av', 'v_av' ''\\
    165   '''data_output_masks(2,:)''' = '' 'w', 'w_av' ''\\
    166   '''data_output_masks(3,:)''' = '' 'pt', 'u', 'v', 'w' ''\\\\
     164  '''data_output_masks (1,:)''' = '' 'u', 'v', 'u_av', 'v_av' ''\\
     165  '''data_output_masks (2,:)''' = '' 'w', 'w_av' ''\\
     166  '''data_output_masks (3,:)''' = '' 'pt', 'u', 'v', 'w' ''\\\\
    167167  This example will create the following output:\\
    168168  '''Mask 1''': Instantaneous data of u- and v-velocity component (by default on file [[../iofiles#DATA_MASK_01_NETCDF|DATA_MASK_01_NETCDF]]) and temporally averaged
     
    647647This parameter defines all points in x-direction where quantities for masked data are output (see [#data_output_mask data_output_mask]). For each mask one '''mask_x''' can be assigned.\\\\
    648648'''Example:'''
    649    mask_x(1,:) = 0., 50., 100., 500., 550., 600.\\
    650    mask_x(2,:) = 1000.\\
    651    mask_x(3,:) = 0., 200., 400., 600., 800., 1000.\\
     649   '''mask_x''' (1,:) = 0., 50., 100., 500., 550., 600.\\
     650   '''mask_x''' (2,:) = 1000.\\
     651   '''mask_x''' (3,:) = 0., 200., 400., 600., 800., 1000.\\
    652652   This example will create outputs at the specified points (in m) of the model domain.
    653 By default all points in x-direction are taken for the output.   
     653By default all points in x-direction are taken for the output. 
    654654}}}
    655655|----------------
     
    664664}}}
    665665{{{#!td
    666 all y-coordinates of mask locations (in m)
     666All y-coordinates of mask locations (in m).\\\\
     667This 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.\\\\
     668'''Example:'''
     669   '''mask_y''' (1,:) = 0., 50., 100., 500., 550., 600.\\
     670   '''mask_y''' (2,:) = 1000.\\
     671   '''mask_y''' (3,:) = 0., 200., 400., 600., 800., 1000.\\
     672   This example will create outputs at the specified points (in m) of the model domain.
     673By default all points in y-direction are taken for the output. 
    667674}}}
    668675|----------------
     
    677684}}}
    678685{{{#!td
    679 all z-coordinates of mask locations (in m)
     686All z-coordinates of mask locations (in m).\\\\
     687This 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.\\\\
     688'''Example:'''
     689   '''mask_z''' (1,:) = 0., 50., 100., 500., 550., 600.\\
     690   '''mask_z''' (2,:) = 1000.\\
     691   '''mask_z''' (3,:) = 0., 200., 400., 600., 800., 1000.\\\\
     692   This example will create outputs at the specified points (in m) of the model domain.
     693By default all points in z-direction are taken for the output.
    680694}}}
    681695|----------------