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


Ignore:
Timestamp:
Sep 16, 2010 4:42:50 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v41 v42  
    9393    mask_z_loop (2,:) = 0.,2000.,100.,
    9494
    95     dt_domask = 600.,
    96     skip_time_domask = 3600.,/
     95    dt_domask = 600.,1800.,
     96    skip_time_domask = 3600.,3600.,/
    9797}}}
    98 Output starts after 1h simulation time (see [../d3par#skip_time_domask skip_time_domask]) and is done every 10 minutes (see [../d3par#dt_domask dt_domask]).
     98Output starts after 1h simulation time (see [../d3par#skip_time_domask skip_time_domask]) for both masks and is done every 10 minutes for mask 1 and every 30 minutes for mask 2 (see [../d3par#dt_domask dt_domask]).
    9999\\\\
    100100=== 3. Output of three different masks ===
     
    126126
    127127    dt_domask = 1800.,
    128     skip_time_domask = 3600.,/
     128    skip_time_domask = 0.,3600.,3600.,/
    129129}}}
    130 Output starts after 1h simulation time (see [../d3par#skip_time_domask skip_time_domask]) and is done every 30 minutes (see [../d3par#dt_domask dt_domask]).
     130Output 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]).