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

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

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


Revision 1.2 - (show annotations) (download)
Mon Jun 7 20:26:43 2004 UTC (19 years, 11 months ago) by molod
Branch: MAIN
Changes since 1.1: +2 -5 lines
File MIME type: text/plain
More peices for fizhi_init_fixed to call

1 c Chemistry Variables Dimensions
2 c -------------------------------
3 integer nlatsoz, nlevsoz, ntimesoz, nlatsq, nlevsq, ntimesq,
4 . nlevsn2o,nlevsmeth
5 parameter (nlatsoz = 37, nlevsoz = 34, ntimesoz = 12)
6 parameter (nlatsq = 18, nlevsq = 20, ntimesq = 12)
7 parameter (nlevsn2o = Nrphys)
8 parameter (nlevsmeth = Nrphys)
9
10 c "Chemistry State" Variables
11 c -------------------------
12 common /chemistry_vars/
13 . co2, cfc11, cfc12, cfc22, ozone, stratq, n2o, methane
14 _RL co2
15 _RL cfc11
16 _RL cfc12
17 _RL cfc22
18 _RL ozone(nlatsoz,nlevsoz,ntimesoz)
19 _RL stratq(nlatsq,nlevsq,ntimesq)
20 _RL n2o(nlevsn2o)
21 _RL methane(nlevsmeth)
22
23 c Chemistry Exports
24 c -------------------
25 common /chem_exports/ o3, qstr
26 _RL o3(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
27 _RL qstr(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
28

  ViewVC Help
Powered by ViewVC 1.1.22