Changes between Version 42 and Version 43 of doc/app/maskedoutput


Ignore:
Timestamp:
Sep 16, 2010 4:46:12 PM (14 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v42 v43  
    129129}}}
    130130Output starts from the beginning for mask 1 and after 1h simulation time (see [../d3par#skip_time_domask skip_time_domask]) for mask 2 and 3. It is done every 30 minutes for mask 1 and at time intervals of [#dt_data_output dt_data_output] for mask 2 and 3 (see [../d3par#dt_domask dt_domask]).
     131=== 4. Output of three different masks with scaling length===
     132Mask 1, 2 and 3 as in [#3. Output of three different masks example 3]
     133{{{
     134&inipar
     135
     136    nx = 39, ny = 39, nz = 40,
     137    dx = 50.0, dy = 50.0, dz = 50.0,
     138    .../
     139
     140&d3par
     141
     142    ...
     143    data_output_masks (1,:) = 'w',
     144    data_output_masks (2,:) = 'pt',
     145    data_output_masks (3,:) = 'u_av','v_av','w_av',
     146
     147    mask_scale_x = 10.0,
     148    mask_scale_y = 10.0,
     149 
     150    mask_y (1,:) = 5., 20., 50., 100.,
     151    mask_z_loop (1,:) = 0.,2000.,250.,
     152
     153    mask_x (2,:) = 0.,
     154    mask_y (2,:) = 50.,
     155    mask_z_loop (2,:) = 200.,400.,100.,
     156
     157    mask_y (3,:) = 40., 45., 60.,
     158
     159    dt_domask = 1800.,
     160    skip_time_domask = 0.,3600.,3600.,/
     161}}}
     162Output starts from the beginning for mask 1 and after 1h simulation time (see [../d3par#skip_time_domask skip_time_domask]) for mask 2 and 3. It is done every 30 minutes for mask 1 and at time intervals of [#dt_data_output dt_data_output] for mask 2 and 3 (see [../d3par#dt_domask dt_domask]).