Ignore:
Timestamp:
Apr 25, 2019 12:33:20 PM (5 years ago)
Author:
kanani
Message:

Bugfixes and clean-up for output quantity theta_2m*

File:
1 edited

Legend:

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

    r3921 r3933  
    2828! -----------------
    2929! $Id$
     30! Remove allocation of pt_2m, this is done in surface_mod now (surfaces%pt_2m)
     31!
     32! 3921 2019-04-18 14:21:10Z suehring
    3033! Undo accidentally commented initialization 
    3134!
     
    11601163        ALLOCATE ( surf_usm_h%qsws_eb(1:surf_usm_h%ns)          )
    11611164        ALLOCATE ( surf_usm_h%pt_10cm(1:surf_usm_h%ns)          )
    1162         ALLOCATE ( surf_usm_h%pt_2m(1:surf_usm_h%ns)            )
    11631165
    11641166!
Note: See TracChangeset for help on using the changeset viewer.