Ignore:
Timestamp:
Oct 29, 2018 6:14:31 PM (6 years ago)
Author:
kanani
Message:

Implementation of human thermal indices (from branch biomet_p2 at r3444)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/modules.f90

    r3435 r3448  
    2525! -----------------
    2626! $Id$
     27! Add biometeorology
     28!
     29! 3435 2018-10-26 18:25:44Z gronemeier
    2730! +mask_k_over_surface, mask_surface
    2831!
     
    425428! Increased pr_palm to 120. Increased length of dots_unit and dots_label to 13
    426429! digits. Increased length of domask, do2d, and do3d to 20 digits.
     430!
     431! 1496 2014-12-02 17:25:50Z maronga
     432! Renamed "radiation" -> "cloud_top_radiation"
    427433!
    428434! 1484 2014-10-21 10:53:05Z kanani
     
    13051311    LOGICAL ::  bc_radiation_r = .FALSE.                         !< radiation boundary condition for outflow at right domain boundary
    13061312    LOGICAL ::  bc_radiation_s = .FALSE.                         !< radiation boundary condition for outflow at south domain boundary
     1313    LOGICAL ::  biometeorology = .FALSE.                         !< biometeorology module switch
    13071314    LOGICAL ::  calc_soil_moisture_during_spinup = .FALSE.       !< namelist parameter
    13081315    LOGICAL ::  call_psolver_at_all_substeps = .TRUE.            !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.