Ignore:
Timestamp:
May 31, 2018, 5:10:35 PM (6 years ago)
Author:
acozic
Message:

Add a flag chemistry_couple to give the choice between use O3 read in offline files or O3 calcul by Inca model

File:
1 edited

Legend:

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

    r3327 r3338  
    10501050    ! false : lecture des aerosol dans un fichier
    10511051    !$OMP THREADPRIVATE(aerosol_couple)   
     1052    LOGICAL, SAVE :: chemistry_couple ! true  : use INCA chemistry O3
     1053    ! false : use offline chemistry O3
     1054    !$OMP THREADPRIVATE(chemistry_couple)   
    10521055    INTEGER, SAVE :: flag_aerosol
    10531056    !$OMP THREADPRIVATE(flag_aerosol)
     
    12161219            fact_cldcon, facttemps,ok_newmicro,iflag_radia, &
    12171220            iflag_cld_th,iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs, &
    1218             ok_ade, ok_aie, ok_alw, ok_cdnc, aerosol_couple,  &
     1221            ok_ade, ok_aie, ok_alw, ok_cdnc, aerosol_couple,  chemistry_couple, &
    12191222            flag_aerosol, flag_aerosol_strat, new_aod, &
    12201223            flag_bc_internal_mixture, bl95_b0, bl95_b1, &
     
    38343837#ifdef INCA
    38353838          CALL radlwsw_inca  &
    3836                (kdlon,kflev,dist, rmu0, fract, solaire, &
     3839               (chemistry_couple, kdlon,kflev,dist, rmu0, fract, solaire, &
    38373840               paprs, pplay,zxtsol,albsol1, albsol2, t_seri,q_seri, &
    38383841               size(wo,3), wo, &
Note: See TracChangeset for help on using the changeset viewer.