Ignore:
Timestamp:
Jan 21, 2021 5:59:25 PM (3 years ago)
Author:
suehring
Message:

Bugfix in indoor model: consider previous indoor temperature during restarts; Further bugfix in mpi-io restart mechanism for the waste-heat flux from buildings

File:
1 edited

Legend:

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

    r4829 r4850  
    2525! -----------------
    2626! $Id$
     27! +t_prev
     28!
     29! 4829 2021-01-06 10:11:39Z suehring
    2730! Bugfix in creating error-message string
    2831!
     
    418421
    419422!--    Indoor model variables
     423       REAL(wp), DIMENSION(:), ALLOCATABLE ::  t_prev      !< indoor temperature for facade element
    420424       REAL(wp), DIMENSION(:), ALLOCATABLE ::  waste_heat  !< waste heat
    421425!
Note: See TracChangeset for help on using the changeset viewer.