Changes between Version 365 and Version 366 of doc/app/runtime_parameters


Ignore:
Timestamp:
Mar 18, 2021 12:47:23 PM (4 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v365 v366  
    842842{{{#!td
    843843Grid index above surface which to take for terrain-following masked output.\\\\
    844 This parameter gives the vertical index of a grid-point layer above terrain which to output in the specified mask.\\\\
     844This parameter gives the vertical index of a grid-point layer above terrain which to output in the specified mask. '''mask_k_over_surface''' must be > 1!\\\\
    845845'''Example:'''
    846    '''mask_k_over_surface(1,:)''' = ''2, 5'' will result in an output of all specified variables in mask 1 at the second and fith grid point above the surface. Values >= 1 are allowed.
    847 
    848 '''Please note, until revision -r4894 the terrain-following output had included an offset where a value of 0 and 1 output values at the first and second grid point. This has been revised in higher revisions.'''
    849 
    850 When '''mask_k_over_surface''' is specified for a mask, [#mask_z mask_z] and [#mask_z_loop mask_z_loop] are ignored for this mask. [#mask_scale_z mask_scale_z] has no effect on values given in '''mask_k_over_surface'''.
     846   '''mask_k_over_surface(1,:)''' = ''2, 5'' will result in an output of all specified variables in mask 1 at the second and fith grid point above the surface.
     847
     848'''Please note, until revision -r4894 the terrain-following output had included an offset where mask_k_over_surface = 0 or 1 outputs values at the first and second grid point. This has been revised in higher revisions.'''
     849
     850When '''mask_k_over_surface''' is specified for a mask, [#mask_z mask_z] and [#mask_z_loop mask_z_loop] are ignored for this mask. [#mask_scale_z mask_scale_z] has no effect on values given by '''mask_k_over_surface'''.
    851851}}}
    852852|----------------