Ignore:
Timestamp:
Oct 24, 2018 4:07:39 PM (6 years ago)
Author:
kanani
Message:

Add green facades, update building data base, fix for thin walls in spinup

File:
1 edited

Legend:

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

    r3378 r3418  
    2525! -----------------
    2626! $Id$
     27! call to material_heat_model now with check if spinup runs (rvtils)
     28!
     29! 3378 2018-10-19 12:34:59Z kanani
    2730! merge from radiation branch (r3362) into trunk
    2831! (moh.hefny):
     
    10891092                CALL cpu_log( log_point(74), 'urban_surface', 'start' )
    10901093               
    1091                 CALL usm_surface_energy_balance
     1094                CALL usm_surface_energy_balance( .FALSE. )
    10921095                IF ( usm_material_model )  THEN
    10931096                   CALL usm_green_heat_model
    1094                    CALL usm_material_heat_model
     1097                   CALL usm_material_heat_model ( .FALSE. )
    10951098                ENDIF
    10961099
Note: See TracChangeset for help on using the changeset viewer.