Changeset 3943 for palm/trunk/SOURCE/surface_mod.f90
- Timestamp:
- May 2, 2019 9:50:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r3933 r3943 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Removed qsws_eb as it is no longer needed. 29 ! 30 ! 3933 2019-04-25 12:33:20Z kanani 28 31 ! Add (de)allocation of pt_2m, 29 32 ! bugfix: initialize pt_2m … … 448 451 REAL(wp), DIMENSION(:), ALLOCATABLE :: lambda_surface_u !< coupling between surface and soil (depends on vegetation type) (W/m2/K) 449 452 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 !<451 453 REAL(wp), DIMENSION(:), ALLOCATABLE :: qsws_liq !< surface flux of latent heat (liquid water portion) 452 454 REAL(wp), DIMENSION(:), ALLOCATABLE :: qsws_soil !< surface flux of latent heat (soil portion) … … 580 582 REAL(wp), DIMENSION(:), ALLOCATABLE :: iwghf_eb_window_av !< indoor average of wghf_eb window 581 583 REAL(wp), DIMENSION(:), ALLOCATABLE :: wshf_eb_av !< average of wshf_eb 582 REAL(wp), DIMENSION(:), ALLOCATABLE :: qsws_ eb_av !< average of qsws_eb584 REAL(wp), DIMENSION(:), ALLOCATABLE :: qsws_av !< average of qsws 583 585 REAL(wp), DIMENSION(:), ALLOCATABLE :: qsws_veg_av !< average of qsws_veg_eb 584 586 REAL(wp), DIMENSION(:), ALLOCATABLE :: qsws_liq_av !< average of qsws_liq_eb
Note: See TracChangeset
for help on using the changeset viewer.