Changeset 1647 for trunk/LMDZ.TITAN/libf/phytitan/surfdat_h.F90
- Timestamp:
- Jan 11, 2017, 3:33:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/surfdat_h.F90
r1482 r1647 17 17 !$OMP THREADPRIVATE(zmea,zstd,zsig,zgam,zthe) 18 18 19 real,allocatable,dimension(:) :: dryness !"Dryness coefficient" for grnd water ice sublimation20 ! AS: previously in tracer.h. it is more logical here.21 22 logical,allocatable,dimension(:) :: watercaptag !! was in watercap.h23 !$OMP THREADPRIVATE(dryness,watercaptag)24 25 19 end module surfdat_h 26 20
Note: See TracChangeset
for help on using the changeset viewer.