Last change
on this file since 5127 was
4754,
checked in by acozic, 12 months ago
|
Add possibility to coupled n2o between ocean and atmosphere
|
File size:
802 bytes
|
Rev | Line | |
---|
[4640] | 1 | MODULE 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 |
---|
[4754] | 17 | LOGICAL, SAVE, PUBLIC :: dms_cycle_cpl ! Coupling of DMS fluxes between LMDZ/ORCHIDEE and LMDZ/OCEAN(PISCES) |
---|
[4640] | 18 | !$OMP THREADPRIVATE(dms_cycle_cpl) |
---|
| 19 | |
---|
[4754] | 20 | LOGICAL, SAVE, PUBLIC :: n2o_cycle_cpl ! Coupling of N2O fluxes between LMDZ/ORCHIDEE and LMDZ/OCEAN(PISCES) |
---|
| 21 | !$OMP THREADPRIVATE(n2o_cycle_cpl) |
---|
[4640] | 22 | |
---|
[4754] | 23 | |
---|
[4640] | 24 | |
---|
| 25 | END MODULE chemistry_cycle_mod |
---|
Note: See
TracBrowser
for help on using the repository browser.