Changes between Version 3 and Version 4 of doc/app/biometeorology_parameters


Ignore:
Timestamp:
Sep 21, 2018 11:57:50 AM (6 years ago)
Author:
dom_dwd_user
Comment:

Added HTCM description.

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/biometeorology_parameters

    v3 v4  
    11= Biometeorology parameters =
    22[[TracNav(doc/app/partoc|nocollapse)]]
     3
    34== Human Thermal Comfort Module ==
     5
    46With r3XXX a Human Thermal Comfort Module (HTCM) was implemented in PALM. It can provide spatially distributed values of the three thermal indices
     7
    58- Perceived Temperature (PT, see Staiger et al. (2012))
    69- Universal Thermal Climate Index (UTCI, see Jendritzky et al. (2012))
    710- Physiologically Equivalent Temperature (PET, see Höppe (1993))
     11
    812that describe thermal perception / thermal stress of a sample human being under the local meteorological conditions.
    913
     
    2226}}}
    2327{{{#!td style="vertical-align:top; width: 75px"
    24 1
     28.F.
    2529}}}
    2630{{{#!td
    2731Enables or disables the HTCM (enables = .T., defaults to .F.).
    2832}}}
     33For it is dependent on humidity and radiation input quantities, also
     34
     35{{{
     36humidity = .T.
     37}}}
     38
     39and
     40
     41{{{
     42radiation_model = .T.
     43}}}
     44
     45are 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\\\\
     48NAMELIST group name: [=#runtimepar '''runtime_parameters''']\\
     49----
     50In 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).
     51\\\\
     52[=#steering '''Steering:]\\
     53||='''Parameter Name'''  =||='''[[../fortrantypes|FORTRAN]]\\[[../fortrantypes|Type]]'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
     54|----------------
     55{{{#!td style="vertical-align:top; width: 150px"
     56[=#htcm_pt '''htcm_pt''']
     57}}}
     58{{{#!td style="vertical-align:top; width: 50px"
     59L
     60}}}
     61{{{#!td style="vertical-align:top; width: 75px"
     62.T.
     63}}}
     64{{{#!td
     65Switch the calculation of Perceived Temperature off (.F.) or on (.T.).
     66}}}
     67||
     68{{{#!td style="vertical-align:top; width: 150px"
     69[=#htcm_utci '''htcm_utci''']
     70}}}
     71{{{#!td style="vertical-align:top; width: 50px"
     72L
     73}}}
     74{{{#!td style="vertical-align:top; width: 75px"
     75.T.
     76}}}
     77{{{#!td
     78Switch the calculation of Universal Thermal Climate Index off (.F.) or on (.T.).
     79}}}
     80||
     81{{{#!td style="vertical-align:top; width: 150px"
     82[=#htcm_pet '''htcm_pet''']
     83}}}
     84{{{#!td style="vertical-align:top; width: 50px"
     85L
     86}}}
     87{{{#!td style="vertical-align:top; width: 75px"
     88.T.
     89}}}
     90{{{#!td
     91Switch the calculation of Physiologically Equivalent Temperature off (.F.) or on (.T.).
     92}}}
     93|----------------
     94
     95Output by the HTCM 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.
     96Output can be written to 2d and/or 3d files, where only the layer z=0 will be used.
     97To enable the output of the given quantity, please add
     98||= '''quantity''' =||= '''long name''' =||= '''unit''' =||= '''input type\\(instantaneous or averaged)''' =||= '''output file\\(2d or 3d)''' =||
     99|----------------
     100 {{{#!td style="vertical-align:top; width: 50px"
     101'htcm_pt'
     102}}}
     103 {{{#!td style="vertical-align:top; width: 50px"
     104Perceived Temperature
     105}}}
     106 {{{#!td style="vertical-align:top; width: 50px"
     107°C
     108}}}
     109 {{{#!td style="vertical-align:top; width: 50px"
     110instantanious input
     111}}}
     112 {{{#!td style="vertical-align:top; width: 50px"
     113z=0 layer in 3d file
     114}}}
     115||
     116{{{#!td style="vertical-align:top; width: 50px"
     117'htcm_pet'
     118}}}
     119 {{{#!td style="vertical-align:top; width: 50px"
     120Physiologically Equivalent Temperature
     121}}}
     122 {{{#!td style="vertical-align:top; width: 50px"
     123°C
     124}}}
     125 {{{#!td style="vertical-align:top; width: 50px"
     126instantanious input
     127}}}
     128 {{{#!td style="vertical-align:top; width: 50px"
     129z=0 layer in 3d file
     130}}}
     131||
     132{{{#!td style="vertical-align:top; width: 50px"
     133'htcm_utci'
     134}}}
     135 {{{#!td style="vertical-align:top; width: 50px"
     136Universal Thermal Climate Index
     137}}}
     138 {{{#!td style="vertical-align:top; width: 50px"
     139°C
     140}}}
     141 {{{#!td style="vertical-align:top; width: 50px"
     142instantanious input
     143}}}
     144 {{{#!td style="vertical-align:top; width: 50px"
     145z=0 layer in 3d file
     146}}}
     147||
     148{{{#!td style="vertical-align:top; width: 50px"
     149'htcm_pt_av'
     150}}}
     151 {{{#!td style="vertical-align:top; width: 50px"
     152Perceived Temperature
     153}}}
     154 {{{#!td style="vertical-align:top; width: 50px"
     155°C
     156}}}
     157 {{{#!td style="vertical-align:top; width: 50px"
     158averaged input
     159}}}
     160 {{{#!td style="vertical-align:top; width: 50px"
     161z=0 layer in 3d file
     162}}}
     163||
     164{{{#!td style="vertical-align:top; width: 50px"
     165'htcm_pet_av'
     166}}}
     167 {{{#!td style="vertical-align:top; width: 50px"
     168Physiologically Equivalent Temperature
     169}}}
     170 {{{#!td style="vertical-align:top; width: 50px"
     171°C
     172}}}
     173 {{{#!td style="vertical-align:top; width: 50px"
     174averaged input
     175}}}
     176 {{{#!td style="vertical-align:top; width: 50px"
     177z=0 layer in 3d file
     178}}}
     179||
     180{{{#!td style="vertical-align:top; width: 50px"
     181'htcm_utci_av'
     182}}}
     183 {{{#!td style="vertical-align:top; width: 50px"
     184Universal Thermal Climate Index
     185}}}
     186 {{{#!td style="vertical-align:top; width: 50px"
     187°C
     188}}}
     189 {{{#!td style="vertical-align:top; width: 50px"
     190averaged input
     191}}}
     192 {{{#!td style="vertical-align:top; width: 50px"
     193z=0 layer in 3d file
     194}}}
     195||
     196{{{#!td style="vertical-align:top; width: 50px"
     197'htcm_pt_xy'
     198}}}
     199 {{{#!td style="vertical-align:top; width: 50px"
     200Perceived Temperature
     201}}}
     202 {{{#!td style="vertical-align:top; width: 50px"
     203°C
     204}}}
     205 {{{#!td style="vertical-align:top; width: 50px"
     206instantanious input
     207}}}
     208 {{{#!td style="vertical-align:top; width: 50px"
     2092d (xy) file
     210}}}
     211||
     212{{{#!td style="vertical-align:top; width: 50px"
     213'htcm_pet_xy'
     214}}}
     215 {{{#!td style="vertical-align:top; width: 50px"
     216Physiologically Equivalent Temperature
     217}}}
     218 {{{#!td style="vertical-align:top; width: 50px"
     219°C
     220}}}
     221 {{{#!td style="vertical-align:top; width: 50px"
     222instantanious input
     223}}}
     224 {{{#!td style="vertical-align:top; width: 50px"
     2252d (xy) file
     226}}}
     227||
     228{{{#!td style="vertical-align:top; width: 50px"
     229'htcm_utci_xy'
     230}}}
     231 {{{#!td style="vertical-align:top; width: 50px"
     232Universal Thermal Climate Index
     233}}}
     234 {{{#!td style="vertical-align:top; width: 50px"
     235°C
     236}}}
     237 {{{#!td style="vertical-align:top; width: 50px"
     238instantanious input
     239}}}
     240 {{{#!td style="vertical-align:top; width: 50px"
     2412d (xy) file
     242}}}
     243||
     244{{{#!td style="vertical-align:top; width: 50px"
     245'htcm_pt_xy_av'
     246}}}
     247 {{{#!td style="vertical-align:top; width: 50px"
     248Perceived Temperature
     249}}}
     250 {{{#!td style="vertical-align:top; width: 50px"
     251°C
     252}}}
     253 {{{#!td style="vertical-align:top; width: 50px"
     254averaged input
     255}}}
     256 {{{#!td style="vertical-align:top; width: 50px"
     2572d (xy) file
     258}}}
     259||
     260{{{#!td style="vertical-align:top; width: 50px"
     261'htcm_pet_xy_av'
     262}}}
     263 {{{#!td style="vertical-align:top; width: 50px"
     264Physiologically Equivalent Temperature
     265}}}
     266 {{{#!td style="vertical-align:top; width: 50px"
     267°C
     268}}}
     269 {{{#!td style="vertical-align:top; width: 50px"
     270averaged input
     271}}}
     272 {{{#!td style="vertical-align:top; width: 50px"
     2732d (xy) file
     274}}}
     275||
     276{{{#!td style="vertical-align:top; width: 50px"
     277'htcm_utci_xy_av'
     278}}}
     279 {{{#!td style="vertical-align:top; width: 50px"
     280Universal Thermal Climate Index
     281}}}
     282 {{{#!td style="vertical-align:top; width: 50px"
     283°C
     284}}}
     285 {{{#!td style="vertical-align:top; width: 50px"
     286averaged input
     287}}}
     288 {{{#!td style="vertical-align:top; width: 50px"
     2892d (xy) file
     290}}}
     291||
     292|----------------
     293to the
     294'''data_output''' 
     295section.
     296
     297==== Proofs: ====
     298- Staiger, H.; Laschewski, G.; and Graetz, A., 2012: The perceived temperature - a versatile index for the assessment of the human thermal environment. Part A: scientific basics. International Journal of Biometeorology 56(1), 165–176. doi: 10.1007/s00484-011-0409-6.
     299- Jendritzky, G.; Dear, de R.; and Havenith, G., 2012: UTCI-Why another thermal index? Int J Biometeorol (56), 421–428.
     300- Höppe, P. R., 1999: The physiological equivalent temperature – a universal index for the biometeorological assessment of the thermal environment. Int J Biometeorol 43, 71–75.
     301
     302
    29303
    30304==== [#steering Steering] ====