Changes between Version 27 and Version 28 of doc/app/maskedoutput


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v27 v28  
    4848=== Examples ===
    4949The following examples are given for the [../examples/cbl example_cbl run] with a model domain of 2000m x 2000m x 2000m and a resolution of 50.0m.
    50 ==== Output of one 3d volume data with an extension of 500m x 200m x 2000m ====
     50==== Output of one mask ====
     51'''Mask 1:''' 3d volume data with an extension of 500m x 200m x 2000m from x=0m to x=500m, from y=800m to y=1000m and from the bottom to the top of the model domain of instantaneous data of the wind components
    5152{{{
    5253&inipar
     
    6263   
    6364    mask_x_loop (1,:) = 0., 500. ,50. ,
    64     mask_y_loop (1,:) = 0., 200., 50. ,/
     65    mask_y_loop (1,:) = 800., 1000., 50. ,/
    6566}}}
    66 Here instantaneous 3d volume data of u-, v- and w-velocity component are output. The cube extends from 0m to 500m in x-direction, from 0m to 200m in y-direction and from the bottom to the top of the model domain. If [../d3par#mask_z mask_z] or [../d3par#mask_z_loop mask_z_loop] are not assigned, all gridpoints are used along the z-direction.\\
     67If [../d3par#mask_z mask_z] or [../d3par#mask_z_loop mask_z_loop] are not assigned, all gridpoints are used along the z-direction.\\
    6768Output is done at t = [../d3dpar#dt_data_output dt_data_output] since [../d3par#dt_domask dt_domask] is not assigned.
    6869==== Output of two different masks ====