Changes between Version 28 and Version 29 of doc/app/maskedoutput
- Timestamp:
- Sep 16, 2010 12:58:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/maskedoutput
v28 v29 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 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 components51 '''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. Output of instantaneous data of the three wind components. 52 52 {{{ 53 53 &inipar … … 68 68 Output is done at t = [../d3dpar#dt_data_output dt_data_output] since [../d3par#dt_domask dt_domask] is not assigned. 69 69 ==== Output of two different masks ==== 70 '''Mask 1:''' xy cross section from x=500m to x=1000m and from y=1000m to 2000m at heights 0m, 50m, 100m, 500m, 1000m and 1200m of instantaneous and time averaged data of the wind components\\71 '''Mask 2:''' every second gridpoint in all directions of the potential temperature\\70 '''Mask 1:''' xy cross section from x=500m to x=1000m and from y=1000m to 2000m at heights 0m, 50m, 100m, 500m, 1000m and 1200m. Output of instantaneous and time averaged data of the three wind components.\\ 71 '''Mask 2:''' Every second gridpoint in all directions. Output of the potential temperature.\\ 72 72 {{{ 73 73 &inipar … … 89 89 mask_x_loop (2,:) = 0.,2000.,100., 90 90 mask_y_loop (2,:) = 0.,2000.,100., 91 mask_z_loop (2,:) = 0.,2000.,100.,/ 91 mask_z_loop (2,:) = 0.,2000.,100., 92 93 dt_domask = 600., 94 skip_time_domask = 3600.,/ 92 95 }}} 96 Output starts after 1h simulation time ([../d3par#skip_time_domask skip_time_domask]) and is done every 10 minutes ([../d3par#dt_domask dt_domask]).