Changes between Version 27 and Version 28 of doc/app/maskedoutput
- Timestamp:
- Sep 16, 2010 12:54:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/maskedoutput
v27 v28 48 48 === Examples === 49 49 The 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 51 52 {{{ 52 53 &inipar … … 62 63 63 64 mask_x_loop (1,:) = 0., 500. ,50. , 64 mask_y_loop (1,:) = 0., 200., 50. ,/65 mask_y_loop (1,:) = 800., 1000., 50. ,/ 65 66 }}} 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.\\67 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.\\ 67 68 Output is done at t = [../d3dpar#dt_data_output dt_data_output] since [../d3par#dt_domask dt_domask] is not assigned. 68 69 ==== Output of two different masks ====