| 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 | |
| 7 | PALM 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" |
| 18 | R |
| 19 | }}} |
| 20 | {{{#!td style="vertical-align:top; width: 75px" |
| 21 | value of [[../d3par#averaging_interval|averaging_interval]] |
| 22 | }}} |
| 23 | {{{#!td |
| 24 | Averaging interval for surface output data (in s). |
| 25 | In any case, '''averaging_interval_surf <= dt_dosurf_av''' must hold. |
| 26 | If 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" |
| 33 | C * 300 (100) |
| 34 | }}} |
| 35 | {{{#!td style="vertical-align:top; width: 75px" |
| 36 | ' ' |
| 37 | }}} |
| 38 | {{{#!td |
| 39 | Quantities 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 | |
| 41 | Surface 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 | |
| 43 | The 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" |
| 54 | R |
| 55 | }}} |
| 56 | {{{#!td style="vertical-align:top; width: 75px" |
| 57 | value of [[../d3par#dt_data_output|dt_data_output]] |
| 58 | }}} |
| 59 | {{{#!td |
| 60 | Temporal 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" |
| 67 | R |
| 68 | }}} |
| 69 | {{{#!td style="vertical-align:top; width: 75px" |
| 70 | value of [[dt_dosurf|dt_dosurf]] |
| 71 | }}} |
| 72 | {{{#!td |
| 73 | Temporal 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" |
| 80 | R |
| 81 | }}} |
| 82 | {{{#!td style="vertical-align:top; width: 75px" |
| 83 | 0.0 |
| 84 | }}} |
| 85 | {{{#!td |
| 86 | No surface data output before this interval has passed (in s). |
| 87 | This 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" |
| 94 | R |
| 95 | }}} |
| 96 | {{{#!td style="vertical-align:top; width: 75px" |
| 97 | 0.0 |
| 98 | }}} |
| 99 | {{{#!td |
| 100 | No surfave data output of averaged variables before this interval has passed (in s). |
| 101 | This 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 | }}} |