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/aerosol_mod.F90

    r1315 r1647  
    88!                 corresponding aerosol was not activated in callphys.def
    99!                 -- otherwise a value is given in iniaerosol
    10       integer :: iaero_co2 = 0
    11       integer :: iaero_h2o = 0
    12       integer :: iaero_dust = 0
    13       integer :: iaero_h2so4 = 0
    1410      logical :: noaero = .false.
    1511
    1612! two-layer simple aerosol model
    1713      integer :: iaero_back2lay = 0
    18 !$OMP THREADPRIVATE(iaero_co2,iaero_h2o,iaero_dust,iaero_h2so4,noaero,iaero_back2lay)
     14!$OMP THREADPRIVATE(noaero,iaero_back2lay)
    1915     
    2016!==================================================================
Note: See TracChangeset for help on using the changeset viewer.