Ignore:
Timestamp:
Apr 16, 2018, 6:30:59 PM (6 years ago)
Author:
jghattas
Message:

Integration des developpements fait sur la trunk par O. Boucher concernant le MACspV2 aerosol plume climatology(nouveau option flag_aersol=7). Les commits suivants fait sur le trunk sont ici merge : [3274], [3279], [3287], [3288], [3290], [3295], [3296], [3297].
Tout les modifications dans newmicro.f90 ne sont pas retenu mais les changemnets lie au flag_aerosol=7 sont prise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/physiq_mod.F90

    r3301 r3318  
    35643564                        tausum_aero, drytausum_aero, tau3d_aero)
    35653565#endif
     3566
     3567                   IF (flag_aerosol .EQ. 7) THEN
     3568                      CALL MACv2SP(pphis,pplay,paprs,longitude_deg,latitude_deg,  &
     3569                                   tau_aero_sw_rrtm,piz_aero_sw_rrtm,cg_aero_sw_rrtm)
     3570                   ENDIF
     3571
    35663572                   !
    35673573                ELSE IF (NSW.EQ.2) THEN
     
    36883694#endif
    36893695          ENDIF
    3690           CALL newmicro (ok_cdnc, bl95_b0, bl95_b1, &
     3696          CALL newmicro (flag_aerosol, ok_cdnc, bl95_b0, bl95_b1, &
    36913697               paprs, pplay, t_seri, cldliq, cldfra, &
    36923698               cldtau, cldemi, cldh, cldl, cldm, cldt, cldq, &
Note: See TracChangeset for help on using the changeset viewer.