Changeset 2637


Ignore:
Timestamp:
Sep 28, 2016, 4:18:58 PM (8 years ago)
Author:
acozic
Message:

In Inca case we change the call for the chemistry in phytrac
Now we call cvltr and cltrac before the chemistry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phytrac_mod.F90

    r2394 r2637  
    570570    CASE('inca')
    571571       !    -- CHIMIE INCA  config_inca = aero or chem --
    572 
    573        CALL tracinca(&
    574             nstep,    julien,   gmtime,         lafin,     &
    575             pdtphys,  t_seri,   paprs,          pplay,     &
    576             pmfu,     upwd,     ftsol,  pctsrf, pphis,     &
    577             pphi,     albsol,   sh,             rh,        &
    578             cldfra,   rneb,     diafra,         cldliq,    &
    579             itop_con, ibas_con, pmflxr,         pmflxs,    &
    580             prfl,     psfl,     aerosol_couple, flxmass_w, &
    581             tau_aero, piz_aero, cg_aero,        ccm,       &
    582             rfname,                                        &
    583             tr_seri,  source)     
    584 
     572       ! Appel fait en fin de phytrac pour avoir les emissions modifiees par
     573       ! la couche limite et la convection avant le calcul de la chimie
    585574    CASE('repr')
    586575       !   -- CHIMIE REPROBUS --
     
    895884    END IF !  lessivage
    896885
     886
     887    !    -- CHIMIE INCA  config_inca = aero or chem --
     888    IF (type_trac == 'inca') THEN
     889
     890       CALL tracinca(&
     891            nstep,    julien,   gmtime,         lafin,     &
     892            pdtphys,  t_seri,   paprs,          pplay,     &
     893            pmfu,     upwd,     ftsol,  pctsrf, pphis,     &
     894            pphi,     albsol,   sh,             rh,        &
     895            cldfra,   rneb,     diafra,         cldliq,    &
     896            itop_con, ibas_con, pmflxr,         pmflxs,    &
     897            prfl,     psfl,     aerosol_couple, flxmass_w, &
     898            tau_aero, piz_aero, cg_aero,        ccm,       &
     899            rfname,                                        &
     900            tr_seri,  source)     
     901       
     902       
     903    ENDIF
    897904    !=============================================================
    898905    !   Ecriture des sorties
Note: See TracChangeset for help on using the changeset viewer.