Changes between Version 22 and Version 23 of doc/app/maskedoutput
- Timestamp:
- Sep 16, 2010 12:28:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/maskedoutput
v22 v23 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 50 ==== Output of 3d volume data with an extension of 500m x 200m x 2000m ==== 51 {{{ 52 &inipar 53 54 nx = 39, ny = 39, nz = 40, 55 dx = 50.0, dy = 50.0, dz = 50.0, 56 .../ 57 58 &d3par 59 60 ... 61 data_output_masks (1,:) = 'u','v','w', 62 63 mask_x_loop (1,:) = 0., 500. ,50. , 64 mask_y_loop (1,:) = 0., 200., 50. , 65 66 /