Ignore:
Timestamp:
Mar 2, 2017, 8:46:14 PM (7 years ago)
Author:
oboucher
Message:

Adding od443aer diagnostic for CMIP6.
Removing od670aer and AI calculations as they are not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_local_var_mod.F90

    r2788 r2806  
    163163      REAL, SAVE, ALLOCATABLE :: lcc3dstra(:,:)
    164164      !$OMP THREADPRIVATE(lcc3dstra)
     165      REAL, SAVE, ALLOCATABLE :: od443aer(:)
     166      !$OMP THREADPRIVATE(od443aer)
    165167      REAL, SAVE, ALLOCATABLE :: od550aer(:)
    166168      !$OMP THREADPRIVATE(od550aer)
     
    580582      allocate(lcc3dcon(klon, klev))
    581583      allocate(lcc3dstra(klon, klev))
     584      allocate(od443aer(klon))
    582585      allocate(od550aer(klon))
    583586      allocate(od865aer(klon))
     
    840843      deallocate(lcc3dcon)
    841844      deallocate(lcc3dstra)
     845      deallocate(od443aer)
    842846      deallocate(od550aer)
    843847      deallocate(od865aer)
Note: See TracChangeset for help on using the changeset viewer.