Ignore:
Timestamp:
Dec 13, 2018, 1:07:06 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Followup to r3408 modifications for VolMIP
NL

File:
1 edited

Legend:

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

    r3419 r3425  
    13521352
    13531353       IF (type_trac == 'inca') THEN
     1354          ! jg : initialisation jusqu'au ces variables sont dans restart
     1355          ccm(:,:,:) = 0.
     1356          tau_aero(:,:,:,:) = 0.
     1357          piz_aero(:,:,:,:) = 0.
     1358          cg_aero(:,:,:,:) = 0.
    13541359
    13551360          config_inca='none' ! default
     
    36033608#else
    36043609                   !--climatologies or INCA aerosols
    3605                    CALL readaerosol_optic_rrtm( debut, aerosol_couple, ok_alw, &
     3610                   CALL readaerosol_optic_rrtm( debut, aerosol_couple, ok_alw, ok_volcan, &
    36063611                        new_aod, flag_aerosol, flag_bc_internal_mixture, itap, jD_cur-jD_ref, &
    36073612                        pdtphys, pplay, paprs, t_seri, rhcl, presnivs,  &
     
    36933698             CALL readaerosolstrato1_rrtm(debut)
    36943699            ELSEIF (flag_aerosol_strat.EQ.2) THEN
    3695              CALL readaerosolstrato2_rrtm(debut)
     3700             CALL readaerosolstrato2_rrtm(debut, ok_volcan)
    36963701            ELSE
    36973702             abort_message='flag_aerosol_strat must equal 1 or 2 for rrtm=1'
Note: See TracChangeset for help on using the changeset viewer.