/[MITgcm]/MITgcm/pkg/fizhi/fizhi_chemistry_coms.h
ViewVC logotype

Annotation of /MITgcm/pkg/fizhi/fizhi_chemistry_coms.h

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


Revision 1.5 - (hide annotations) (download)
Wed Jun 16 19:22:18 2004 UTC (19 years, 11 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint54a_pre, checkpoint54a_post, checkpoint54b_post, checkpoint54, checkpoint53g_post, checkpoint53f_post
Changes since 1.4: +3 -0 lines
File MIME type: text/plain
Add head and name prefix to .h files

1 molod 1.5 C $Header: $
2     C $Name: $
3    
4 molod 1.1 c Chemistry Variables Dimensions
5     c -------------------------------
6 molod 1.3 common /chemistry_grid/ nlatsoz, nlevsoz, ntimesoz, latsoz, levsoz
7     . nlatsq, nlevsq, ntimesq, latsq, levsq, nlevsn2o,nlevsmeth
8     _RL latsoz(nlatsoz), levsoz(nlevsoz), latsq(nlatsq), levsq(nlevsq)
9 molod 1.1 integer nlatsoz, nlevsoz, ntimesoz, nlatsq, nlevsq, ntimesq,
10     . nlevsn2o,nlevsmeth
11     parameter (nlatsoz = 37, nlevsoz = 34, ntimesoz = 12)
12     parameter (nlatsq = 18, nlevsq = 20, ntimesq = 12)
13     parameter (nlevsn2o = Nrphys)
14     parameter (nlevsmeth = Nrphys)
15    
16     c "Chemistry State" Variables
17     c -------------------------
18     common /chemistry_vars/
19     . co2, cfc11, cfc12, cfc22, ozone, stratq, n2o, methane
20     _RL co2
21     _RL cfc11
22     _RL cfc12
23     _RL cfc22
24     _RL ozone(nlatsoz,nlevsoz,ntimesoz)
25     _RL stratq(nlatsq,nlevsq,ntimesq)
26     _RL n2o(nlevsn2o)
27     _RL methane(nlevsmeth)
28    
29     c Chemistry Exports
30     c -------------------
31     common /chem_exports/ o3, qstr
32 molod 1.4 _RL o3(sNx,sNy,Nrphys,Nsx,Nsy)
33     _RL qstr(sNx,sNy,Nrphys,Nsx,Nsy)
34 molod 1.1

  ViewVC Help
Powered by ViewVC 1.1.22