Changes between Initial Version and Version 1 of doc/app/surface_data_output_parameters


Ignore:
Timestamp:
Sep 27, 2018 1:43:07 PM (7 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/surface_data_output_parameters

    v1 v1  
     1= Surface output parameters =
     2[[TracNav(doc/app/partoc|nocollapse)]]
     3\\\\\\\\\\\\\\\\\\\\\\\\\\
     4
     5'''Please note, data output of surface quantities is not active yet.'''
     6
     7PALM allows the output of instantaneous data as well as of temporally averaged data which is steered by the strings assigned to this parameter (see below).
     8
     9'''NAMELIST group name:''' [=#surface_output_parameters '''{{{surface_output_parameters}}}''']
     10----
     11
     12||='''Parameter Name'''  =||='''[[../fortrantypes|FORTRAN]]\\[[../fortrantypes|Type]]'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
     13|----------------
     14{{{#!td style="vertical-align:top; width: 150px"
     15[=#averaging_interval_surf '''averaging_interval_surf''']
     16}}}
     17{{{#!td style="vertical-align:top; width: 50px"
     18R
     19}}}
     20{{{#!td style="vertical-align:top; width: 75px"
     21value of [[../d3par#averaging_interval|averaging_interval]]
     22}}}
     23{{{#!td
     24Averaging interval for surface output data (in s).
     25In any case, '''averaging_interval_surf <= dt_dosurf_av''' must hold.
     26If an interval is defined, then by default the average is calculated from the data values of all time steps lying within this interval.
     27}}}
     28|----------------
     29{{{#!td style="vertical-align:top; width: 150px"
     30[=#data_output_surf '''data_output_surf''']
     31}}}
     32{{{#!td style="vertical-align:top; width: 50px"
     33C * 300 (100)
     34}}}
     35{{{#!td style="vertical-align:top; width: 75px"
     36' '
     37}}}
     38{{{#!td
     39Quantities for which surface data shall be be output. PALM allows the output of instantaneous data as well as of temporally averaged data which is steered by the string '_av' assigned to this parameter (see [[../d3par#data_output|data_output]] for more explanation). \\\\
     40
     41Surface data for all surfaces elements on the processor subdomain is output in a separate NetCDF file. Further, additional information about polygons and vertices defining the surface elements are output. This information enables to create VTK files with a post-processor (not available yet) which can be read by this visualization software PARAVIEW. 
     42
     43The following quantities are available for output:
     44||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||='''Remarks''' =||
     45||shf  ||surface sensible heat flux||K m / s || ||
     46||qsws ||surface latent heat flux||kg m / ( kg s ) || ||
     47... (more will follow)
     48}}}
     49|----------------
     50{{{#!td style="vertical-align:top; width: 150px"
     51[=#dt_dosurf '''dt_dosurf''']
     52}}}
     53{{{#!td style="vertical-align:top; width: 50px"
     54R
     55}}}
     56{{{#!td style="vertical-align:top; width: 75px"
     57value of [[../d3par#dt_data_output|dt_data_output]]
     58}}}
     59{{{#!td
     60Temporal interval at which instantaneous surface data shall be output (in s). Output can be skipped at the beginning of a simulation using parameter [[#skip_time_dosurf|skip_time_dosurf]], which has zero value by default.
     61}}}
     62|----------------
     63{{{#!td style="vertical-align:top; width: 150px"
     64[=#dt_dosurf_av '''dt_dosurf_av''']
     65}}}
     66{{{#!td style="vertical-align:top; width: 50px"
     67R
     68}}}
     69{{{#!td style="vertical-align:top; width: 75px"
     70value of [[dt_dosurf|dt_dosurf]]
     71}}}
     72{{{#!td
     73Temporal interval at which time averaged surface data shall be output (in s). Output can be skipped at the beginning of a simulation using parameter [[#skip_time_dosurf_av|skip_time_dosurf_av]], which has zero value by default.
     74}}}
     75|----------------
     76{{{#!td style="vertical-align:top; width: 150px"
     77[=#skip_time_dosurf '''skip_time_dosurf''']
     78}}}
     79{{{#!td style="vertical-align:top; width: 50px"
     80R
     81}}}
     82{{{#!td style="vertical-align:top; width: 75px"
     830.0
     84}}}
     85{{{#!td
     86No surface data output before this interval has passed (in s).
     87This parameter causes that surface data output activities are starting not before this interval (counting from the beginning of the simulation, t=0) has passed.
     88}}}
     89|----------------
     90{{{#!td style="vertical-align:top; width: 150px"
     91[=#skip_time_dosurf_av '''skip_time_dosurf_av''']
     92}}}
     93{{{#!td style="vertical-align:top; width: 50px"
     94R
     95}}}
     96{{{#!td style="vertical-align:top; width: 75px"
     970.0
     98}}}
     99{{{#!td
     100No surfave data output of averaged variables before this interval has passed (in s).
     101This parameter causes that averaged surface data output activities are starting not before this interval (counting from the beginning of the simulation, t=0) has passed.
     102}}}