Ignore:
Timestamp:
Jul 28, 2025, 7:23:15 PM (6 days ago)
Author:
aborella
Message:

Merge with trunk r5789

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails

  • LMDZ6/branches/contrails/libf/phylmd/chemistry_cycle_mod.f90

    r5268 r5791  
    1515
    1616! Variables read from parmeter file physiq.def
    17   LOGICAL, SAVE, PUBLIC :: dms_cycle_cpl       ! Coupling of DMS fluxes between LMDZ/ORCHIDEE and LMDZ/OCEAN(PISCES)
     17  LOGICAL, SAVE, PUBLIC :: dms_cycle_cpl       ! Coupling of DMS fluxes between INCA and PISCES
    1818!$OMP THREADPRIVATE(dms_cycle_cpl)   
    1919
    20   LOGICAL, SAVE, PUBLIC :: n2o_cycle_cpl       ! Coupling of N2O fluxes between LMDZ/ORCHIDEE and LMDZ/OCEAN(PISCES)
     20  LOGICAL, SAVE, PUBLIC :: n2o_cycle_cpl       ! Coupling of N2O fluxes between INCA and PISCES / PISCES and INCA
    2121!$OMP THREADPRIVATE(n2o_cycle_cpl)   
    2222
     23  LOGICAL, SAVE, PUBLIC :: ndp_cycle_cpl       ! Coupling of N deposition between INCA and PISCES
     24!$OMP THREADPRIVATE(ndp_cycle_cpl)
    2325
     26  LOGICAL, SAVE, PUBLIC :: nh3_cycle_cpl       ! Coupling of NH3 fluxes between PISCES and INCA
     27!$OMP THREADPRIVATE(nh3_cycle_cpl)
    2428 
    2529END MODULE chemistry_cycle_mod
Note: See TracChangeset for help on using the changeset viewer.