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

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

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

revision 1.2 by jscott, Mon Jun 4 10:03:08 2007 UTC revision 1.3 by jscott, Mon Oct 15 14:59:54 2007 UTC
# Line 1  Line 1 
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
# Line 6  Line 9 
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/
# Line 19  Line 27 
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
# Line 41  Line 49 
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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22