Ignore:
Timestamp:
Jun 1, 2018, 5:52:22 PM (6 years ago)
Author:
acozic
Message:

merge with trunk 3338
Add a flag chemistry_couple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/IPSLCM5A2.1/libf/phylmd/physiq_mod.F90

    r2914 r3340  
    983983    ! false : lecture des aerosol dans un fichier
    984984    !$OMP THREADPRIVATE(aerosol_couple)   
     985    LOGICAL, SAVE :: chemistry_couple ! true  : use INCA chemistry O3 / false : use offline chemistry O3
     986    !$OMP THREADPRIVATE(chemistry_couple)   
    985987    INTEGER, SAVE :: flag_aerosol
    986988    !$OMP THREADPRIVATE(flag_aerosol)
     
    11421144            fact_cldcon, facttemps,ok_newmicro,iflag_radia, &
    11431145            iflag_cld_th,iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs, &
    1144             ok_ade, ok_aie, ok_cdnc, aerosol_couple, &
     1146            ok_ade, ok_aie, ok_cdnc, aerosol_couple, chemistry_couple, &
    11451147            flag_aerosol, flag_aerosol_strat, new_aod, &
    11461148            bl95_b0, bl95_b1, &
     
    15881590               date0, &
    15891591               io_lon, &
    1590                io_lat)
     1592               io_lat, &
     1593               chemistry_couple)
    15911594
    15921595          CALL VTe(VTinca)
     
    37553758#ifdef INCA
    37563759          CALL radlwsw_inca  &
    3757                (kdlon,kflev,dist, rmu0, fract, solaire, &
     3760               (chemistry_couple, kdlon,kflev,dist, rmu0, fract, solaire, &
    37583761               paprs, pplay,zxtsol,albsol1, albsol2, t_seri,q_seri, &
    37593762               size(wo,3), wo(:, :, 1), &
Note: See TracChangeset for help on using the changeset viewer.