Ignore:
Timestamp:
Mar 15, 2018, 8:07:03 PM (6 years ago)
Author:
oboucher
Message:

Implementing the MACspV2 aerosol plume climatology
which can be called by setting flag_aerosol=7
and aerosols1980.nc pointing to aerosols.nat.nc.
Also requires the MACv2.0-SP_v1.nc file.

File:
1 edited

Legend:

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

    r3257 r3274  
    151151      REAL, SAVE, ALLOCATABLE :: scdnc(:,:)
    152152      !$OMP THREADPRIVATE(scdnc)
     153      REAL, SAVE, ALLOCATABLE :: dNovrN(:)
     154      !$OMP THREADPRIVATE(dNovrN)
    153155      REAL, SAVE, ALLOCATABLE :: cldncl(:)
    154156      !$OMP THREADPRIVATE(cldncl)
     
    608610      ALLOCATE(tau3d_aero(klon,klev,nwave,naero_tot))
    609611      ALLOCATE(scdnc(klon, klev))
     612      ALLOCATE(dNovrN(klon))
    610613      ALLOCATE(cldncl(klon))
    611614      ALLOCATE(reffclwtop(klon))
     
    899902      DEALLOCATE(tau3d_aero)
    900903      DEALLOCATE(scdnc)
     904      DEALLOCATE(dNovrN)
    901905      DEALLOCATE(cldncl)
    902906      DEALLOCATE(reffclwtop)
Note: See TracChangeset for help on using the changeset viewer.