Changes between Version 75 and Version 76 of doc/app/maskedoutput


Ignore:
Timestamp:
Mar 26, 2018 9:53:58 PM (7 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v75 v76  
    6262'''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.
    6363{{{
    64 &inipar
    65 
    66     nx = 39, ny = 39, nz = 40,
    67     dx = 50.0, dy = 50.0, dz = 50.0,
    68     .../
    69 
    70 &d3par
     64&initialization_parameters
     65
     66    nx = 39, ny = 39, nz = 40,
     67    dx = 50.0, dy = 50.0, dz = 50.0,
     68    .../
     69
     70&runtime_parameters
    7171
    7272    ...
     
    8383'''Mask 2:''' Every second gridpoint in all directions. Output of instantaneous data of the potential temperature.\\
    8484{{{
    85 &inipar
    86 
    87     nx = 39, ny = 39, nz = 40,
    88     dx = 50.0, dy = 50.0, dz = 50.0,
    89     .../
    90 
    91 &d3par
     85&initialization_parameters
     86
     87    nx = 39, ny = 39, nz = 40,
     88    dx = 50.0, dy = 50.0, dz = 50.0,
     89    .../
     90
     91&runtime_parameters
    9292
    9393    ...
     
    113113'''Mask 3:''' xz cross section at y = 400m, 450m, 600m. Output of time averaged data of the three wind components.\\
    114114{{{
    115 &inipar
    116 
    117     nx = 39, ny = 39, nz = 40,
    118     dx = 50.0, dy = 50.0, dz = 50.0,
    119     .../
    120 
    121 &d3par
     115&initialization_parameters
     116
     117    nx = 39, ny = 39, nz = 40,
     118    dx = 50.0, dy = 50.0, dz = 50.0,
     119    .../
     120
     121&runtime_parameters
    122122
    123123    ...
     
    143143'''Mask 1''', '''2''' and '''3''' as in [#E3 example 3]
    144144{{{
    145 &inipar
    146 
    147     nx = 39, ny = 39, nz = 40,
    148     dx = 50.0, dy = 50.0, dz = 50.0,
    149     .../
    150 
    151 &d3par
     145&initialization_parameters
     146
     147    nx = 39, ny = 39, nz = 40,
     148    dx = 50.0, dy = 50.0, dz = 50.0,
     149    .../
     150
     151&runtime_parameters
    152152
    153153    ...
     
    180180'''Mask 4:''' xy cross section at z = 100m, 250m, 500m. Output of the user-defined quantity ''u2''.\\
    181181{{{
    182 &inipar
    183 
    184     nx = 39, ny = 39, nz = 40,
    185     dx = 50.0, dy = 50.0, dz = 50.0,
    186     .../
    187 
    188 &d3par
     182&initialization_parameters
     183
     184    nx = 39, ny = 39, nz = 40,
     185    dx = 50.0, dy = 50.0, dz = 50.0,
     186    .../
     187
     188&runtime_parameters
    189189
    190190    ...
     
    207207    skip_time_domask = 0.,3600.,3600.,/
    208208
    209 &userpar
     209&user_parameters
    210210
    211211    data_output_masks_user(3,:) = 'u2',