Changes between Version 7 and Version 8 of doc/app/iofiles/pids/palm_csd


Ignore:
Timestamp:
Dec 11, 2020 1:54:54 PM (4 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/pids/palm_csd

    v7 v8  
    2828|| {{{institution}}} || string || Institution of the driver creator ||
    2929|| {{{palm_version}}} || float || PALM version for which the driver was generated (for comptatibility checks) ||
    30 || {{{rotation_angle}}} || float || Clockwise angle of rotation in degrees between North positive y axis and the y axis in the data, e.g. ''0.0''. This value overwrites the namelist parameter [wiki:doc/app/initialization_parameters#rotation_angle rotation_angle].  ||
     30|| {{{rotation_angle}}} || float || Clockwise angle of rotation in degrees between North positive y axis and the y axis in the data, e.g. ''0.0''. This value overwrites the namelist parameter [wiki:doc/app/initialization_parameters#rotation_angle rotation_angle]  ||
    3131|| {{{references}}} || string || Arbitrary text ||
    3232
     
    5050}}}
    5151
     52Note that most of the global attributes have no effect on the PALM simulations, except {{{rotation_angle}}} and {{{palm_version}}}.
     53
    5254=== [settings] ===
     55This section describes global parameters used to create the static driver. All following parameters are mandatory!
    5356
    54 filename_out = /ldata2/MOSAIK/showcase_python
     57||='''Attribute'''  =||='''Data type''' =||='''Description'''  =||
     58|| {{{bridge_width}}} || float || In case that the simulation domain contains bridges, this parameter defines the vertical thickness of all bridge elements in the domain. Note that bridges require LOD2 building information (i.e. {{{buildings_3d}}}) ||
     59|| {{{debug_mode}}} || logical || Can be set to {{{True}}} or {{{False}}}. Used for debugging by model developers only, currently this parameter has no effect  ||
     60|| {{{lai_roof_extensive}}} || float || Leaf are index for green roofs with extensive vegetation, defined by setting the appropriate {{{building_pars}}} field. The value is assigned to all extensive green roofs in the model domain ||
     61|| {{{lai_roof_intensive}}} || float || Leaf are index for green roofs with intensive vegetation, defined by setting the appropriate {{{building_pars}}} field. The value is assigned to all intensive green roofs in the model domain  ||
     62|| {{{lai_high_vegetation_default}}} || float || Default leaf area index for (high) vegetation used to generate the 3D leaf area density field. This value is used for all pixels for which no other leaf area density is available (i.e. to fill missing data)||
     63|| {{{lai_low_vegetation_default}}} || float ||  ||
     64|| {{{lai_alpha}}} || float ||  ||
     65|| {{{lai_beta}}} || float ||  ||
     66|| {{{patch_height_default}}} || float ||  ||
     67|| {{{season}}} || string ||  ||
     68
     69Example:
     70{{{
     71bridge_width = 3.0
     72debug_mode = False
     73lai_roof_extensive = 3.0
    5574lai_roof_intensive = 1.5
    56 lai_roof_extensive = 3.0
    5775lai_high_vegetation_default = 5.0
    5876lai_low_vegetation_default = 1.0
     
    6078lai_beta = 3.0
    6179patch_height_default = 10.0
    62 bridge_width = 3.0
    63 debug_mode = False
    6480season = "summer"
     81}}}
    6582
    6683=== [output] ===