Ignore:
Timestamp:
Apr 18, 2019, 5:13:26 PM (5 years ago)
Author:
Laurent Fairhead
Message:

Integration of revisions 3425 through 3427 from IPSLCM6.0.15 branch into the trunk
LF

File:
1 edited

Legend:

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

    r3479 r3480  
    36883688#else
    36893689                   !--climatologies or INCA aerosols
    3690                    CALL readaerosol_optic_rrtm( debut, aerosol_couple, ok_alw, &
     3690                   CALL readaerosol_optic_rrtm( debut, aerosol_couple, ok_alw, ok_volcan, &
    36913691                        new_aod, flag_aerosol, flag_bc_internal_mixture, itap, jD_cur-jD_ref, &
    36923692                        pdtphys, pplay, paprs, t_seri, rhcl, presnivs,  &
     
    37783778             CALL readaerosolstrato1_rrtm(debut)
    37793779            ELSEIF (flag_aerosol_strat.EQ.2) THEN
    3780              CALL readaerosolstrato2_rrtm(debut)
     3780             CALL readaerosolstrato2_rrtm(debut, ok_volcan)
    37813781            ELSE
    37823782             abort_message='flag_aerosol_strat must equal 1 or 2 for rrtm=1'
Note: See TracChangeset for help on using the changeset viewer.