Ignore:
Timestamp:
Oct 24, 2018 4:07:39 PM (5 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_spinup.f90

    r3337 r3418  
    2525! -----------------
    2626! $Id$
     27! call to material_heat_model now with check if spinup runs (rvtils)
     28!
     29! 3337 2018-10-12 15:17:09Z kanani
    2730! (from branch resler)
    2831! Add pt1 initialization
     
    395398             IF (urban_surface) THEN
    396399                CALL cpu_log( log_point(74), 'urban_surface', 'start' )
    397                 CALL usm_surface_energy_balance
     400                CALL usm_surface_energy_balance( .TRUE. )
    398401                IF ( usm_material_model )  THEN
    399402                   CALL usm_green_heat_model
    400                    CALL usm_material_heat_model
     403                   CALL usm_material_heat_model( .TRUE. )
    401404                ENDIF
    402405                IF ( urban_surface ) THEN
Note: See TracChangeset for help on using the changeset viewer.