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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v28 v29  
    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.
    5050==== 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'''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.
    5252{{{
    5353&inipar
     
    6868Output is done at t = [../d3dpar#dt_data_output dt_data_output] since [../d3par#dt_domask dt_domask] is not assigned.
    6969==== 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.\\
    7272{{{
    7373&inipar
     
    8989    mask_x_loop (2,:) = 0.,2000.,100.,
    9090    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.,/
    9295}}}
     96Output starts after 1h simulation time ([../d3par#skip_time_domask skip_time_domask]) and is done every 10 minutes ([../d3par#dt_domask dt_domask]).