source: CONFIG/UNIFORM/v6/IPSLCM6.3/SOURCES/LMDZ/chemistry_cycle_mod.F90 @ 6571

Last change on this file since 6571 was 6571, checked in by acosce, 12 months ago

Add sources to update code for coupling between inca and pisces (remove cpp key)

File size: 645 bytes
Line 
1MODULE chemistry_cycle_mod
2
3!=======================================================================
4!   Authors: Anne Cozic and Thibaut Lurton
5!
6!  Purpose and description:
7!  -----------------------
8! Control module for the chemistry  tracers :
9!   - Definition of fluxes to be exchanged with Pisces and Inca
10!
11!=======================================================================
12
13
14  IMPLICIT NONE
15
16! Variables read from parmeter file physiq.def
17  LOGICAL, SAVE, PUBLIC :: dms_cycle_cpl       ! Coupling of CO2 fluxes between LMDZ/ORCHIDEE and LMDZ/OCEAN(PISCES)
18!$OMP THREADPRIVATE(dms_cycle_cpl)   
19
20
21 
22END MODULE chemistry_cycle_mod
Note: See TracBrowser for help on using the repository browser.