Changes between Version 9 and Version 10 of doc/app/iofiles/pids/palm_csd
- Timestamp:
- Dec 11, 2020 5:01:01 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids/palm_csd
v9 v10 55 55 This section describes global parameters used to create the static driver. All following parameters are mandatory! 56 56 57 ||=''' Attribute''' =||='''Data type''' =||='''Description''' =||57 ||='''Variable''' =||='''Data type''' =||='''Description''' =|| 58 58 || {{{bridge_width}}} || float ||In case that the simulation domain contains bridges, this parameter (in m) defines the vertical thickness of all bridge elements in the domain. Note that bridges require LOD2 building information (i.e. {{{buildings_3d}}}) || 59 59 || {{{debug_mode}}} || logical ||Can be set to {{{True}}} or {{{False}}}. Used for debugging by model developers only, currently this parameter has no effect || … … 82 82 83 83 === [output] === 84 ||='''Variable''' =||='''Data type''' =||='''Description''' =|| 85 || {{{path}}} || string ||Directory where the output file shall be stored. Note that the static driver can - depending on model domain size - be quite large (in the order of several GB). || 86 || {{{file_out}}} || string ||Output file name. The final output will be stored under {{{path}}}/{{{file_out}}}_{{{domain}}}, where {{{domain}}} will be "root" for the parent (root) domain, and "N01", "N02", etc., for child domains N01, N02, etc., respectively 87 || version || integer ||User-specific setting to track updates of a static driver. This value will be added as global attribute to the static driver || 88 89 Example: 90 {{{ 84 91 path = /ldata2/MOSAIK/ 85 92 file_out = winter_iop1_test 86 93 version = 1 87 94 }}} 88 95 89 96 === [input_01] - [input_XX] === … … 152 159 canopy_patches = True 153 160 161 == Canopy generator == 162 === Single trees === 163 === Vegetation canopies === 164 154 165 == Required input data == 155 166