1 |
|
C $Header$ |
2 |
|
C $Name$ |
3 |
|
|
4 |
COMMON /DRIVER_VARS/ |
COMMON /DRIVER_VARS/ |
5 |
& dtcouple, dtatm, dtocn, startYear, endYear, taveDump, |
& dtcouple, dtatm, dtocn, startYear, endYear, taveDump, |
6 |
& ncall_atm, ncall_ocean |
& ncall_atm, ncall_ocean |
9 |
INTEGER dtocn ! ocean time step (hrs) |
INTEGER dtocn ! ocean time step (hrs) |
10 |
INTEGER startYear ! starting year of simulation (jan 1) |
INTEGER startYear ! starting year of simulation (jan 1) |
11 |
INTEGER endYear ! ending year of simulation (dec 31) |
INTEGER endYear ! ending year of simulation (dec 31) |
12 |
INTEGER taveDump ! frequency of tave dumps for atm2ocn fluxes (yrs) |
INTEGER taveDump ! frequency of tave dumps for atm2ocn fluxes (yrs) |
13 |
INTEGER ncall_atm ! number of atm steps in a coupling period |
INTEGER ncall_atm ! number of atm steps in a coupling period |
14 |
INTEGER ncall_ocean ! number of ocn steps in a coupling period |
INTEGER ncall_ocean ! number of ocn steps in a coupling period |
15 |
|
|
16 |
|
|
17 |
|
COMMON /DRIVER_FILENAMES/ |
18 |
|
& caruptfile, fnememiss, last_nep |
19 |
|
CHARACTER*120 caruptfile, fnememiss, last_nep |
20 |
|
|
21 |
#ifdef CPL_TEM |
#ifdef CPL_TEM |
22 |
COMMON /DRIVER_VAR_TEM/ |
COMMON /DRIVER_VAR_TEM/ |
27 |
INTEGER nfile |
INTEGER nfile |
28 |
#endif |
#endif |
29 |
|
|
30 |
#ifdef CPL_OCEANCO2 |
#ifdef CPL_OCEANCO2 |
31 |
# include "OCM.h" |
# include "OCM.h" |
32 |
COMMON /DRIVER_VAR_CO2/ |
COMMON /DRIVER_VAR_CO2/ |
33 |
& ocumn, ocuptp, fluxco2mn |
& ocumn, ocuptp, fluxco2mn |
49 |
REAL*4 ghgbgr(5) |
REAL*4 ghgbgr(5) |
50 |
#endif |
#endif |
51 |
|
|
52 |
#ifdef CLM |
#ifdef CLM |
53 |
# include "CLM.h" |
# include "CLM.h" |
54 |
# ifdef CPL_TEM |
# ifdef CPL_TEM |
55 |
# include "TEM.h" |
# include "TEM.h" |
56 |
external tem2climate,updatelcluc,tem,tem_init,lcluc_init, |
external tem2climate,updatelcluc,tem,tem_init,lcluc_init, |
57 |
& temclm_init |
& temclm_init |