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

    r3258 r3274  
    35823582                        tausum_aero, drytausum_aero, tau3d_aero)
    35833583#endif
     3584
     3585                   IF (flag_aerosol .EQ. 7) THEN
     3586                      CALL MACv2SP(pphis,pplay,paprs,longitude_deg,latitude_deg,  &
     3587                                   tau_aero_sw_rrtm,piz_aero_sw_rrtm,cg_aero_sw_rrtm)
     3588                   ENDIF
     3589
    35843590                   !
    35853591                ELSE IF (NSW.EQ.2) THEN
     
    37063712#endif
    37073713          ENDIF
    3708           CALL newmicro (ok_cdnc, bl95_b0, bl95_b1, &
     3714          CALL newmicro (flag_aerosol, ok_cdnc, bl95_b0, bl95_b1, &
    37093715               paprs, pplay, t_seri, cldliq, cldfra, &
    37103716               cldtau, cldemi, cldh, cldl, cldm, cldt, cldq, &
Note: See TracChangeset for help on using the changeset viewer.