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/parin.f90

    r3467 r3469  
    2525! -----------------
    2626! $Id$
     27! Add indoor model (kanani, srissman, tlang),
     28! minor formatting
     29!
     30! 3467 2018-10-30 19:05:21Z suehring
    2731! Implementation of a new aerosol module salsa.
    2832!
     
    484488    USE indices,                                                               &
    485489        ONLY:  nx, ny, nz
     490
     491    USE indoor_model_mod,                                                      &
     492        ONLY:  im_parin
    486493
    487494    USE kinds
     
    917924          CALL chem_parin
    918925          CALL uvem_parin
    919 !
    920 !--       Check if SALSA processes should be carried out and read &salsa_par
    921 !--       if required
    922           CALL salsa_parin         
     926          CALL im_parin
     927          CALL salsa_parin
    923928!
    924929!--       Read user-defined variables
Note: See TracChangeset for help on using the changeset viewer.