Ignore:
Timestamp:
Jan 11, 2017, 3:33:51 PM (8 years ago)
Author:
jvatant
Message:

+ Major clean of the new LMDZ.TITAN from too-generic options and routines (water, co2, ocean, surface type ...)
+ From this revision LMDZ.TITAN begins to be really separated from LMDZ.GENERIC
+ Partial desactivation of aerosols, only the dummy case is still enabled to keep the code running ( new aerosol routines to come in followings commits )

JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/surfdat_h.F90

    r1482 r1647  
    1717!$OMP THREADPRIVATE(zmea,zstd,zsig,zgam,zthe)
    1818
    19        real,allocatable,dimension(:) :: dryness  !"Dryness coefficient" for grnd water ice sublimation
    20                                                  ! AS: previously in tracer.h. it is more logical here.
    21 
    22        logical,allocatable,dimension(:) :: watercaptag !! was in watercap.h
    23 !$OMP THREADPRIVATE(dryness,watercaptag)
    24 
    2519       end module surfdat_h
    2620
Note: See TracChangeset for help on using the changeset viewer.