Changes between Version 6 and Version 7 of doc/app/biometeorology_parameters
- Timestamp:
- Oct 19, 2018 2:59:29 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/biometeorology_parameters
v6 v7 2 2 [[TracNav(doc/app/partoc|nocollapse)]] 3 3 4 == Human Thermal ComfortModule ==5 6 With r3XXX a Human Thermal Comfort Module (HTCM) was implemented in PALM. It can provide spatially distributed values of the three thermal indices4 == Biometeorology Module == 5 6 With r3XXX a Biometeorology Module (Biomet_Mod) was implemented in PALM. It can provide spatially distributed values of the three thermal indices 7 7 8 8 - Perceived Temperature (PT, see Staiger et al. (2012)) … … 14 14 [=#steering '''Steering:]\\ 15 15 \\\\ 16 NAMELIST group name: [=#inipar ''' initialization_parameters''']\\16 NAMELIST group name: [=#inipar '''biometeorology_parameters''']\\ 17 17 ---- 18 The module is enabled as soon as the namelist biometeorology_parameters exists. The calculation of the individual indices can be '''switched off (default is on)''' by setting them to .F. This of course requires the Biomet_Mod to be enabled (see above). 18 19 19 20 ||='''Parameter Name''' =||='''[[../fortrantypes|FORTRAN]]\\[[../fortrantypes|Type]]''' =||='''Default\\Value''' =||='''Explanation''' =|| 20 21 |---------------- 21 22 {{{#!td style="vertical-align:top; width: 150px" 22 [=#human_thermal_comfort '''human_thermal_comfort'''] 23 }}} 24 {{{#!td style="vertical-align:top; width: 50px" 25 L 26 }}} 27 {{{#!td style="vertical-align:top; width: 75px" 28 .F. 29 }}} 30 {{{#!td 31 Enables or disables the HTCM (enables = .T., defaults to .F.). 32 }}} 33 For it is dependent on humidity and radiation input quantities, also 34 35 {{{ 36 humidity = .T. 37 }}} 38 39 and 40 41 {{{ 42 radiation_model = .T. 43 }}} 44 45 are required. For representativity of the results, HTCM should further only be enabled for settings with a horizontal resolution of 10.0m or less. 46 47 \\\\ 48 49 50 51 52 Optional switches in [=#runtimepar '''runtime_parameters''']\\ 53 ---- 54 In runtime_parameters the individual indices can be '''switched off (default is on)''' by setting them to .F. This of course requires the HTCM to be enabled (see above). 55 56 ||='''Parameter Name''' =||='''[[../fortrantypes|FORTRAN]]\\[[../fortrantypes|Type]]''' =||='''Default\\Value''' =||='''Explanation''' =|| 57 |---------------- 58 {{{#!td style="vertical-align:top; width: 150px" 59 [=#htcm_pt '''htcm_pt'''] 23 [=#biom_pt '''biom_pt'''] 60 24 }}} 61 25 {{{#!td style="vertical-align:top; width: 50px" … … 70 34 || 71 35 {{{#!td style="vertical-align:top; width: 150px" 72 [=# htcm_utci '''htcm_utci''']36 [=#biom_utci '''biom_utci'''] 73 37 }}} 74 38 {{{#!td style="vertical-align:top; width: 50px" … … 83 47 || 84 48 {{{#!td style="vertical-align:top; width: 150px" 85 [=# htcm_pet '''htcm_pet''']49 [=#biom_pet '''biom_pet'''] 86 50 }}} 87 51 {{{#!td style="vertical-align:top; width: 50px" … … 103 67 ==== Output ==== 104 68 105 Output by the HTCMis always two dimensional and is provided for the cell level closest to 1.1 m above ground level. All parameters are available for instantaneous and time-averaged input. A list of output quantities can be found below.69 Output by the Biomet_Mod is always two dimensional and is provided for the cell level closest to 1.1 m above ground level. All parameters are available for instantaneous and time-averaged input. A list of output quantities can be found below. 106 70 Output can be written to 2d and/or 3d files, where only the layer z=0 will be used. 107 71 To enable the output of the given quantity, please add … … 109 73 |---------------- 110 74 {{{#!td style="vertical-align:top; width: 50px" 111 ' htcm_pt'75 'biom_pt' 112 76 }}} 113 77 {{{#!td style="vertical-align:top; width: 50px" … … 125 89 || 126 90 {{{#!td style="vertical-align:top; width: 50px" 127 ' htcm_pet'91 'biom_pet' 128 92 }}} 129 93 {{{#!td style="vertical-align:top; width: 50px" … … 141 105 || 142 106 {{{#!td style="vertical-align:top; width: 50px" 143 ' htcm_utci'107 'biom_utci' 144 108 }}} 145 109 {{{#!td style="vertical-align:top; width: 50px" … … 157 121 || 158 122 {{{#!td style="vertical-align:top; width: 50px" 159 ' htcm_pt_av'123 'biom_pt_av' 160 124 }}} 161 125 {{{#!td style="vertical-align:top; width: 50px" … … 173 137 || 174 138 {{{#!td style="vertical-align:top; width: 50px" 175 ' htcm_pet_av'139 'biom_pet_av' 176 140 }}} 177 141 {{{#!td style="vertical-align:top; width: 50px" … … 189 153 || 190 154 {{{#!td style="vertical-align:top; width: 50px" 191 ' htcm_utci_av'155 'biom_utci_av' 192 156 }}} 193 157 {{{#!td style="vertical-align:top; width: 50px" … … 205 169 || 206 170 {{{#!td style="vertical-align:top; width: 50px" 207 ' htcm_pt_xy'171 'biom_pt_xy' 208 172 }}} 209 173 {{{#!td style="vertical-align:top; width: 50px" … … 221 185 || 222 186 {{{#!td style="vertical-align:top; width: 50px" 223 ' htcm_pet_xy'187 'biom_pet_xy' 224 188 }}} 225 189 {{{#!td style="vertical-align:top; width: 50px" … … 237 201 || 238 202 {{{#!td style="vertical-align:top; width: 50px" 239 ' htcm_utci_xy'203 'biom_utci_xy' 240 204 }}} 241 205 {{{#!td style="vertical-align:top; width: 50px" … … 253 217 || 254 218 {{{#!td style="vertical-align:top; width: 50px" 255 ' htcm_pt_xy_av'219 'biom_pt_xy_av' 256 220 }}} 257 221 {{{#!td style="vertical-align:top; width: 50px" … … 269 233 || 270 234 {{{#!td style="vertical-align:top; width: 50px" 271 ' htcm_pet_xy_av'235 'biom_pet_xy_av' 272 236 }}} 273 237 {{{#!td style="vertical-align:top; width: 50px" … … 285 249 || 286 250 {{{#!td style="vertical-align:top; width: 50px" 287 ' htcm_utci_xy_av'251 'biom_utci_xy_av' 288 252 }}} 289 253 {{{#!td style="vertical-align:top; width: 50px" … … 321 285 ==== [#string3 String3] ==== 322 286 323 Since r31xx biometeorology models are available in PALM.... HTCMand UV exposure....287 Since r31xx biometeorology models are available in PALM....Biomet_Mod and UV exposure.... 324 288 325 289 Short description of both modules. From here, we will then link to more detailed descriptions.