Ignore:
Timestamp:
Jun 3, 2016, 3:04:40 PM (8 years ago)
Author:
oboucher
Message:

Introducing stratomask diagnostic on where the stratosphere is
flag_aerosol_strat = 2 for CMIP6 strat aerosol forcing

File:
1 edited

Legend:

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

    r2518 r2536  
    137137      !$OMP THREADPRIVATE(ZFSDN0,ZFSUP0)
    138138!
     139      REAL, SAVE, ALLOCATABLE :: stratomask(:,:)
     140      !$OMP THREADPRIVATE(stratomask)
    139141      REAL, SAVE, ALLOCATABLE :: tausum_aero(:,:,:)
    140142      !$OMP THREADPRIVATE(tausum_aero)
     
    463465!      allocate(tausum_aero(klon,nwave,naero_spc))
    464466!      allocate(tau3d_aero(klon,klev,nwave,naero_spc))
     467      allocate(stratomask(klon,klev))
    465468!--correction mini bug OB
    466469      allocate(tausum_aero(klon,nwave,naero_tot))
     
    670673      deallocate(topsw0_aero,solsw0_aero)
    671674      deallocate(topswcf_aero,solswcf_aero)
     675      deallocate(stratomask)
    672676      deallocate(tausum_aero)
    673677      deallocate(tau3d_aero)
Note: See TracChangeset for help on using the changeset viewer.