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

Annotation of /MITgcm_contrib/jscott/igsm/inc/AGRID.h

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


Revision 1.2 - (hide annotations) (download)
Mon Oct 15 14:59:54 2007 UTC (17 years, 9 months ago) by jscott
Branch: MAIN
Changes since 1.1: +7 -4 lines
File MIME type: text/plain
update duplicate "include" files to current pkg/atm2d version

1 jscott 1.2 C $Header: /u/gcmpack/MITgcm/pkg/atm2d/AGRID.h,v 1.4 2007/10/11 18:34:53 jscott Exp $
2     C $Name: $
3    
4 jscott 1.1 COMMON/ATM_GRID/atm_yC,atm_yG
5     REAL*4 atm_yC(jm0) ! center points of atmos grid
6     REAL*4 atm_yG(jm0) ! southern boundary of atmos grid cells
7    
8     COMMON/ATM2OCEAN/hfluxo,hfluxi,dhfodtg,dhfodtgeq,
9     & dhfidtg,dhfidtgeq,precip,evao,evai,devodtg,devodtgeq,
10     & devidtg,devidtgeq,tauu,tauv,arunoff,solarinc_ice,solarnet_ice,
11     & solarinc_ocean,solarnet_ocean,wsocean,co24ocean,ps4ocean,tempr
12 jscott 1.2
13 jscott 1.1 REAL*8 hfluxo(jm0) ! ocean surf. heat flux (W/m2) (+=downward)
14     REAL*8 hfluxi(jm0) ! seaice surf. heat flux (W/m2) (+=downward)
15     REAL*8 dhfodtg(jm0) ! dF/dT ocean, consistent with above units (-)
16     REAL*8 dhfodtgeq(jm0) ! dF/dT ocean, alternative formulation
17     REAL*8 dhfidtg(jm0) ! dF/dT seaice
18     REAL*8 dhfidtgeq(jm0) ! dF/dT seaice alternative formulation
19     REAL*8 precip(jm0) ! precip (mm/day) (+=into ocean)
20     REAL*8 evao(jm0) ! ocean evap. (mm/day) (+=out of ocean)
21     REAL*8 evai(jm0) ! seaice evap. (mm/day) (+=out of ocean)
22     REAL*8 devodtg(jm0) ! dL/dT ocean, consistent with above units (+)
23     REAL*8 devodtgeq(jm0) ! dL/dT ocean, alternative formulation
24     REAL*8 devidtg(jm0) ! dL/dT ice
25     REAL*8 devidtgeq(jm0) ! dL/dT ice, alternative formulation
26     REAL*8 tauu(jm0) ! zonal mom flux at lower boundary (N/m2)
27     REAL*8 tauv(jm0) ! merid. mom flux at lower boundary (N/m2)
28     REAL*8 arunoff(jm0) ! runoff (kg/day) (+=into ocean)
29     REAL*8 solarinc_ice(jm0) ! solar incoming (+=into ocean)
30     REAL*8 solarnet_ice(jm0) ! net solar radation to ice (not used)
31     REAL*8 solarinc_ocean(jm0) ! solar incoming (+=into ocean)(unused)
32     REAL*8 solarnet_ocean(jm0) ! net radiation solar to ocean
33     REAL*8 wsocean(jm0) ! windspeed at ocean surface (m/s)
34     REAL*8 co24ocean(jm0) ! atmospheric CO2 (ppm)
35     REAL*8 ps4ocean(jm0) ! surf pres (mb), to be normalized to sea level
36     REAL*8 tempr(jm0) ! precipitation temp (used over seaice) (C)
37    
38    
39     COMMON/ATM_PROF/sigfl,qyz4ocean,tyz4ocean
40     REAL*8 sigfl(lm0) ! sigma levels of atmospheric model
41     REAL*8 qyz4ocean(jm0,lm0) ! atmos mixing ratio structure (kg/kg)
42     REAL*8 tyz4ocean(jm0,lm0) ! atmos temp structure (K)
43 jscott 1.2
44 jscott 1.1 COMMON/OCDATA/mmsst,mmfice,mmtice,mmco2flux,cflan,mmsAlb,
45 jscott 1.2 & mmicem, mmtice1, mmtice2, mmsnowm
46 jscott 1.1 REAL*8 mmsst(jm0) ! zonal mean SST (C)
47     REAL*8 mmfice(jm0) ! fraction of ocean area with seaice cover
48     REAL*8 mmtice(jm0) ! zonal mean seaice TSurf (C)
49 jscott 1.2 REAL*8 mmco2flux(jm0)! total ocean->atmos CO2 flux (mol/s for latitude band)
50 jscott 1.1 REAL*8 cflan(jm0) ! fraction of land in latitude circle
51     REAL*8 mmsAlb(jm0) ! zonal mean seaice albedo
52     REAL*8 mmicem(jm0)
53     REAL*8 mmtice1(jm0)
54     REAL*8 mmtice2(jm0)
55     REAL*8 mmsnowm(jm0)
56    
57     #ifdef ML_2D
58     common/OCEAN2ATM/osst(jm0),aoice(jm0),foice(jm0),
59     & snowice(jm0),tice1(jm0),tice2(jm0)
60    
61     common /TIME4ML/TOFDAYML,TAUML,IDAYM,JDAYM,JMONTHM,JYEARM,KOCEANM
62     & ,JDATEM
63     character *4 JMONTHM
64    
65     common/mltemp/osst2(jm0),osst3(jm0),rseaice(jm0)
66     & ,CLAND4OCEAN(io0,jm0)
67     common/atmnth/nmonth
68     character *4 nmonth
69    
70     #endif
71    

  ViewVC Help
Powered by ViewVC 1.1.22