Changes between Version 6 and Version 7 of doc/app/biometeorology_parameters


Ignore:
Timestamp:
Oct 19, 2018 2:59:29 PM (6 years ago)
Author:
dom_dwd_user
Comment:

Update to match new version of renamed module

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/biometeorology_parameters

    v6 v7  
    22[[TracNav(doc/app/partoc|nocollapse)]]
    33
    4 == Human Thermal Comfort Module ==
    5 
    6 With r3XXX a Human Thermal Comfort Module (HTCM) was implemented in PALM. It can provide spatially distributed values of the three thermal indices
     4== Biometeorology Module ==
     5
     6With r3XXX a Biometeorology Module (Biomet_Mod) was implemented in PALM. It can provide spatially distributed values of the three thermal indices
    77
    88- Perceived Temperature (PT, see Staiger et al. (2012))
     
    1414[=#steering '''Steering:]\\
    1515\\\\
    16 NAMELIST group name: [=#inipar '''initialization_parameters''']\\
     16NAMELIST group name: [=#inipar '''biometeorology_parameters''']\\
    1717----
     18The 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).
    1819
    1920||='''Parameter Name'''  =||='''[[../fortrantypes|FORTRAN]]\\[[../fortrantypes|Type]]'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
    2021|----------------
    2122{{{#!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''']
    6024}}}
    6125{{{#!td style="vertical-align:top; width: 50px"
     
    7034||
    7135{{{#!td style="vertical-align:top; width: 150px"
    72 [=#htcm_utci '''htcm_utci''']
     36[=#biom_utci '''biom_utci''']
    7337}}}
    7438{{{#!td style="vertical-align:top; width: 50px"
     
    8347||
    8448{{{#!td style="vertical-align:top; width: 150px"
    85 [=#htcm_pet '''htcm_pet''']
     49[=#biom_pet '''biom_pet''']
    8650}}}
    8751{{{#!td style="vertical-align:top; width: 50px"
     
    10367==== Output ====
    10468
    105 Output 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.
     69Output 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.
    10670Output can be written to 2d and/or 3d files, where only the layer z=0 will be used.
    10771To enable the output of the given quantity, please add
     
    10973|----------------
    11074 {{{#!td style="vertical-align:top; width: 50px"
    111 'htcm_pt'
     75'biom_pt'
    11276}}}
    11377 {{{#!td style="vertical-align:top; width: 50px"
     
    12589||
    12690{{{#!td style="vertical-align:top; width: 50px"
    127 'htcm_pet'
     91'biom_pet'
    12892}}}
    12993 {{{#!td style="vertical-align:top; width: 50px"
     
    141105||
    142106{{{#!td style="vertical-align:top; width: 50px"
    143 'htcm_utci'
     107'biom_utci'
    144108}}}
    145109 {{{#!td style="vertical-align:top; width: 50px"
     
    157121||
    158122{{{#!td style="vertical-align:top; width: 50px"
    159 'htcm_pt_av'
     123'biom_pt_av'
    160124}}}
    161125 {{{#!td style="vertical-align:top; width: 50px"
     
    173137||
    174138{{{#!td style="vertical-align:top; width: 50px"
    175 'htcm_pet_av'
     139'biom_pet_av'
    176140}}}
    177141 {{{#!td style="vertical-align:top; width: 50px"
     
    189153||
    190154{{{#!td style="vertical-align:top; width: 50px"
    191 'htcm_utci_av'
     155'biom_utci_av'
    192156}}}
    193157 {{{#!td style="vertical-align:top; width: 50px"
     
    205169||
    206170{{{#!td style="vertical-align:top; width: 50px"
    207 'htcm_pt_xy'
     171'biom_pt_xy'
    208172}}}
    209173 {{{#!td style="vertical-align:top; width: 50px"
     
    221185||
    222186{{{#!td style="vertical-align:top; width: 50px"
    223 'htcm_pet_xy'
     187'biom_pet_xy'
    224188}}}
    225189 {{{#!td style="vertical-align:top; width: 50px"
     
    237201||
    238202{{{#!td style="vertical-align:top; width: 50px"
    239 'htcm_utci_xy'
     203'biom_utci_xy'
    240204}}}
    241205 {{{#!td style="vertical-align:top; width: 50px"
     
    253217||
    254218{{{#!td style="vertical-align:top; width: 50px"
    255 'htcm_pt_xy_av'
     219'biom_pt_xy_av'
    256220}}}
    257221 {{{#!td style="vertical-align:top; width: 50px"
     
    269233||
    270234{{{#!td style="vertical-align:top; width: 50px"
    271 'htcm_pet_xy_av'
     235'biom_pet_xy_av'
    272236}}}
    273237 {{{#!td style="vertical-align:top; width: 50px"
     
    285249||
    286250{{{#!td style="vertical-align:top; width: 50px"
    287 'htcm_utci_xy_av'
     251'biom_utci_xy_av'
    288252}}}
    289253 {{{#!td style="vertical-align:top; width: 50px"
     
    321285==== [#string3 String3] ====
    322286
    323 Since r31xx biometeorology models are available in PALM....HTCM and UV exposure....
     287Since r31xx biometeorology models are available in PALM....Biomet_Mod and UV exposure....
    324288
    325289Short description of both modules. From here, we will then link to more detailed descriptions.