Ignore:
Timestamp:
Jan 21, 2019 1:02:11 AM (5 years ago)
Author:
knoop
Message:

Some interface calls moved to module_interface + cleanup

File:
1 edited

Legend:

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

    r3597 r3685  
    2626! -----------------
    2727! $Id$
     28! Some interface calls moved to module_interface + cleanup
     29!
     30! 3597 2018-12-04 08:40:18Z maronga
    2831! Renamed t_surf_10cm to pt_10cm
    2932!
     
    388391                                                           !< on local subdomain
    389392
     393    CALL location_message( 'initializing indoor model', .FALSE. )
     394
    390395!
    391396!-- Initializing of indoor model is only possible if buildings can be
     
    814819    theta_m_t_prev = initial_indoor_temperature
    815820
     821    CALL location_message( 'finished', .TRUE. )
    816822
    817823 END SUBROUTINE im_init
Note: See TracChangeset for help on using the changeset viewer.