Ignore:
Timestamp:
Jul 30, 2019 2:47:10 PM (5 years ago)
Author:
suehring
Message:

Merge with branch resler: biomet- output of bio_mrt added; plant_canopy - separate vertical dimension for 3D output (to save disk space); radiation - remove unused plant canopy variables; urban-surface model - do not add anthropogenic heat during wall spin-up

File:
1 edited

Legend:

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

    r4077 r4127  
    2828! -----------------
    2929! $Id$
     30! Do not add anthopogenic energy during wall/soil spin-up
     31! (merge from branch resler)
     32!
     33! 4077 2019-07-09 13:27:11Z gronemeier
    3034! Set roughness length z0 and z0h/q at ground-floor level to same value as
    3135! those above ground-floor level
     
    85908594!
    85918595!--     Add-up anthropogenic heat, for now only at upward-facing surfaces
    8592          IF ( usm_anthropogenic_heat  .AND.  &
     8596         IF ( usm_anthropogenic_heat  .AND.  .NOT. during_spinup  .AND. &
    85938597              intermediate_timestep_count == intermediate_timestep_count_max )  THEN
    85948598!
Note: See TracChangeset for help on using the changeset viewer.