Changeset 1647 for trunk/LMDZ.TITAN/libf/phytitan/aerosol_mod.F90
- Timestamp:
- Jan 11, 2017, 3:33:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/aerosol_mod.F90
r1315 r1647 8 8 ! corresponding aerosol was not activated in callphys.def 9 9 ! -- otherwise a value is given in iniaerosol 10 integer :: iaero_co2 = 011 integer :: iaero_h2o = 012 integer :: iaero_dust = 013 integer :: iaero_h2so4 = 014 10 logical :: noaero = .false. 15 11 16 12 ! two-layer simple aerosol model 17 13 integer :: iaero_back2lay = 0 18 !$OMP THREADPRIVATE( iaero_co2,iaero_h2o,iaero_dust,iaero_h2so4,noaero,iaero_back2lay)14 !$OMP THREADPRIVATE(noaero,iaero_back2lay) 19 15 20 16 !==================================================================
Note: See TracChangeset
for help on using the changeset viewer.