Ignore:
Timestamp:
Oct 30, 2018 8:05:07 PM (5 years ago)
Author:
kanani
Message:

Implement indoor climate and energy demand model

File:
1 edited

Legend:

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

    r3467 r3469  
    2525! -----------------
    2626! $Id$
     27! Add indoor model (kanani, srissman, tlang)
     28!
     29! 3467 2018-10-30 19:05:21Z suehring
    2730! Add biometeorology
    2831!
     
    13451348    LOGICAL ::  humidity = .FALSE.                               !< namelist parameter
    13461349    LOGICAL ::  humidity_remote = .FALSE.                        !< switch for receiving near-surface humidity flux (atmosphere-ocean coupling)
     1350    LOGICAL ::  indoor_model = .FALSE.                           !< switch for indoor-climate and energy-demand model
    13471351    LOGICAL ::  large_scale_forcing = .FALSE.                    !< namelist parameter
    13481352    LOGICAL ::  large_scale_subsidence = .FALSE.                 !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.