Changes between Version 38 and Version 39 of doc/app/biometeorology_parameters


Ignore:
Timestamp:
Feb 12, 2019 10:07:08 AM (6 years ago)
Author:
dom_dwd_user
Comment:

Added namelist example.

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/biometeorology_parameters

    v38 v39  
    22[[TracNav(doc/app/partoc|nocollapse)]]
    33
    4 With r3XXX a Biometeorology Module (Biometeorology_Mod) was implemented in PALM. It contains the two Models '''Human Thermal Comfort Model''' (HTCM) and '''UV Exposure Model''' (UVEM). For both models exist only one Namelist. However, for a better overview the input parameters of the two Models are described seperatly.\\\\
     4With r3XXX a Biometeorology Module (Biometeorology_Mod) was implemented in PALM. It contains the two Models '''Human Thermal Comfort Model''' (HTCM) and '''UV Exposure Model''' (UVEM). For both models exist only one Namelist. However, for a better overview the input parameters of the two Models are described seperatly.[[BR]]
     5
     6The module is enabled as soon as the NAMELIST {{{biometeorology_parameters}}} exists.
    57\\\\
    68
     
    1820
    1921----
    20 The module is enabled as soon as the NAMELIST {{{biometeorology_parameters}}} exists.
    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 is automatically enabled or disabled by the output settings. This of course requires the Biomet_Mod to be enabled (see above).
     22The calculation of thermal indices can be switched on by setting the flag [#thermal_comfort thermal_comfort] in the namelist "biometeorology_parameters" (the default is .FALSE.! If you want palm to calculate thermal comfort indices, add [[BR]]
     23
     24&biometeorology_parameters
     25  [#thermal_comfort thermal_comfort] = .TRUE., [[BR]]
     26/[[BR]]
     27
     28in your <projectname>p3d file!). [[BR]]
     29
     30The 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).[[BR]]
     31
    2332
    2433----