Changes between Version 37 and Version 38 of doc/app/biometeorology_parameters
- Timestamp:
- Feb 12, 2019 9:58:02 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/biometeorology_parameters
v37 v38 20 20 The module is enabled as soon as the NAMELIST {{{biometeorology_parameters}}} exists. 21 21 The calculation of all three thermal indices can be switched on and off by setting the flag [#thermal_comfort thermal_comfort] in the biometeorology_namelist '''(the default is .FALSE.! If you want palm to calculate thermal comfort indices, set [#thermal_comfort thermal_comfort] = .TRUE.)'''. 22 The calculation of the individual indices can be '''switched off (optional, default is on)''' by setting them to .FALSE. This of course requires the Biomet_Mod to be enabled (see above).22 The calculation of the individual indices is automatically enabled or disabled by the output settings. This of course requires the Biomet_Mod to be enabled (see above). 23 23 24 24 ---- … … 30 30 |---------------- 31 31 {{{#!td style="vertical-align:top; width: 150px" 32 [=#bio_perct '''bio_perct''']33 }}}34 {{{#!td style="vertical-align:top; width: 50px"35 L36 }}}37 {{{#!td style="vertical-align:top; width: 75px"38 .T.39 }}}40 {{{#!td41 Switch the calculation of Perceived Temperature off (.F.) or on (.T.).42 }}}43 ||44 {{{#!td style="vertical-align:top; width: 150px"45 [=#bio_pet '''bio_pet''']46 }}}47 {{{#!td style="vertical-align:top; width: 50px"48 L49 }}}50 {{{#!td style="vertical-align:top; width: 75px"51 .T.52 }}}53 {{{#!td54 Switch the calculation of Physiologically Equivalent Temperature off (.F.) or on (.T.).55 }}}56 ||57 {{{#!td style="vertical-align:top; width: 150px"58 [=#bio_utci '''bio_utci''']59 }}}60 {{{#!td style="vertical-align:top; width: 50px"61 L62 }}}63 {{{#!td style="vertical-align:top; width: 75px"64 .T.65 }}}66 {{{#!td67 Switch the calculation of Universal Thermal Climate Index off (.F.) or on (.T.).68 }}}69 ||70 {{{#!td style="vertical-align:top; width: 150px"71 32 [=#thermal_comfort '''thermal_comfort'''] 72 33 }}} … … 78 39 }}} 79 40 {{{#!td 80 Switch the calculation of all threethermal comfort indices off (.F.) or on (.T.).41 Switch the calculation of thermal comfort indices off (.F.) or on (.T.). 81 42 }}} 82 43 |----------------