Ignore:
Timestamp:
May 2, 2019 9:50:41 AM (6 years ago)
Author:
maronga
Message:

bugfixes in urban surface model; output of greenz roof transpiration added/corrected; minor formatting improvements

File:
1 edited

Legend:

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

    r3933 r3943  
    2626! -----------------
    2727! $Id$
     28! Removed qsws_eb as it is no longer needed.
     29!
     30! 3933 2019-04-25 12:33:20Z kanani
    2831! Add (de)allocation of pt_2m,
    2932! bugfix: initialize pt_2m
     
    448451       REAL(wp), DIMENSION(:), ALLOCATABLE ::  lambda_surface_u    !< coupling between surface and soil (depends on vegetation type) (W/m2/K)
    449452       REAL(wp), DIMENSION(:), ALLOCATABLE ::  lambda_surface_s    !< coupling between surface and soil (depends on vegetation type) (W/m2/K)
    450        REAL(wp), DIMENSION(:), ALLOCATABLE ::  qsws_eb             !<
    451453       REAL(wp), DIMENSION(:), ALLOCATABLE ::  qsws_liq            !< surface flux of latent heat (liquid water portion)
    452454       REAL(wp), DIMENSION(:), ALLOCATABLE ::  qsws_soil           !< surface flux of latent heat (soil portion)
     
    580582       REAL(wp), DIMENSION(:), ALLOCATABLE ::  iwghf_eb_window_av !< indoor average of wghf_eb window
    581583       REAL(wp), DIMENSION(:), ALLOCATABLE ::  wshf_eb_av       !< average of wshf_eb
    582        REAL(wp), DIMENSION(:), ALLOCATABLE ::  qsws_eb_av       !< average of qsws_eb
     584       REAL(wp), DIMENSION(:), ALLOCATABLE ::  qsws_av           !< average of qsws
    583585       REAL(wp), DIMENSION(:), ALLOCATABLE ::  qsws_veg_av       !< average of qsws_veg_eb
    584586       REAL(wp), DIMENSION(:), ALLOCATABLE ::  qsws_liq_av       !< average of qsws_liq_eb
Note: See TracChangeset for help on using the changeset viewer.