Changeset 1974 for trunk/LMDZ.MARS/libf/phymars/surfdat_h.F90
- Timestamp:
- Jul 18, 2018, 4:48:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/surfdat_h.F90
r1770 r1974 20 20 real,save :: iceradius(2) , dtemisice(2) 21 21 real,save,allocatable :: zmea(:),zstd(:),zsig(:),zgam(:),zthe(:) 22 real,save,allocatable :: hmons(:) 22 23 real,save,allocatable :: z0(:) ! surface roughness length (m) 23 24 real,save :: z0_default ! default (constant over planet) surface roughness (m) … … 55 56 allocate(capcal(ngrid)) 56 57 allocate(fluxgrd(ngrid)) 57 58 allocate(hmons(ngrid)) 59 58 60 end subroutine ini_surfdat_h 59 61 … … 79 81 if (allocated(capcal)) deallocate(capcal) 80 82 if (allocated(fluxgrd)) deallocate(fluxgrd) 83 if (allocated(hmons)) deallocate(hmons) 81 84 82 85 end subroutine end_surfdat_h
Note: See TracChangeset
for help on using the changeset viewer.