/[MITgcm]/MITgcm_contrib/jscott/igsm/inc/DRIVER.h
ViewVC logotype

Contents of /MITgcm_contrib/jscott/igsm/inc/DRIVER.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Jun 4 10:03:08 2007 UTC (18 years, 1 month ago) by jscott
Branch: MAIN
Changes since 1.1: +3 -2 lines
File MIME type: text/plain
replace with current version from atm2d pkg

1 COMMON /DRIVER_VARS/
2 & dtcouple, dtatm, dtocn, startYear, endYear, taveDump,
3 & ncall_atm, ncall_ocean
4 INTEGER dtcouple ! coupling period (hrs)
5 INTEGER dtatm ! atmos time step (hrs)
6 INTEGER dtocn ! ocean time step (hrs)
7 INTEGER startYear ! starting year of simulation (jan 1)
8 INTEGER endYear ! ending year of simulation (dec 31)
9 INTEGER taveDump ! frequency of tave dumps for atm2ocn fluxes (yrs)
10 INTEGER ncall_atm ! number of atm steps in a coupling period
11 INTEGER ncall_ocean ! number of ocn steps in a coupling period
12
13 #ifdef CPL_TEM
14 COMMON /DRIVER_VAR_TEM/
15 & nepan, nepav, n2oann, n2omn, nepmn,
16 & aocuav, ch4ann, ch4mn, xco2ann, nfile
17 REAL*4 nepan, nepav, n2oann, n2omn, nepmn
18 REAL*4 aocuav, ch4ann, ch4mn, xco2ann
19 INTEGER nfile
20 #endif
21
22 #ifdef CPL_OCEANCO2
23 # include "OCM.h"
24 COMMON /DRIVER_VAR_CO2/
25 & ocumn, ocuptp, fluxco2mn
26 REAL*4 ocumn
27 REAL*4 ocuptp
28 REAL*4 fluxco2mn(jm0)
29
30 COMMON /GARYFLUX/pC_atm, wind_amp, fluxco2
31 REAL*4 pC_atm(jm0)
32 REAL*4 wind_amp
33 REAL*4 fluxco2(jm0)
34 #endif
35
36 #ifdef IPCC_EMI
37 COMMON /DRIVER_VAR_IPCC/nemis
38 INTEGER nemis
39
40 COMMON/ BACKGRGHG/ghgbgr
41 REAL*4 ghgbgr(5)
42 #endif
43
44 #ifdef CLM
45 # include "CLM.h"
46 # ifdef CPL_TEM
47 # include "TEM.h"
48 external tem2climate,updatelcluc,tem,tem_init,lcluc_init,
49 & temclm_init
50 # endif
51 #endif

  ViewVC Help
Powered by ViewVC 1.1.22