Ignore:
Timestamp:
Oct 12, 2016 4:42:37 PM (8 years ago)
Author:
kanani
Message:

changes related to urban surface model and output of ssws

File:
1 edited

Legend:

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

    r2012 r2024  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Added missing lad_s initialization
    2323!
    2424! Former revisions:
     
    707707        REAL(wp), DIMENSION(:), ALLOCATABLE     :: col
    708708
     709        lad_s = 0.0_wp
    709710        OPEN(152, file='PLANT_CANOPY_DATA_3D', access='SEQUENTIAL', &
    710711                action='READ', status='OLD', form='FORMATTED', err=515)
Note: See TracChangeset for help on using the changeset viewer.