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

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

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

revision 1.1 by molod, Mon Jun 7 16:57:39 2004 UTC revision 1.5 by molod, Wed Jun 16 19:22:18 2004 UTC
# Line 3  C $Name$ Line 3  C $Name$
3    
4  c Chemistry Variables Dimensions  c Chemistry Variables Dimensions
5  c -------------------------------  c -------------------------------
6          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        integer nlatsoz, nlevsoz, ntimesoz, nlatsq, nlevsq, ntimesq,        integer nlatsoz, nlevsoz, ntimesoz, nlatsq, nlevsq, ntimesq,
10       .                              nlevsn2o,nlevsmeth       .                              nlevsn2o,nlevsmeth
11        parameter (nlatsoz = 37, nlevsoz = 34, ntimesoz = 12)        parameter (nlatsoz = 37, nlevsoz = 34, ntimesoz = 12)
# Line 26  c ------------------------- Line 29  c -------------------------
29  c Chemistry Exports  c Chemistry Exports
30  c -------------------  c -------------------
31        common /chem_exports/ o3, qstr        common /chem_exports/ o3, qstr
32        _RL o3(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL o3(sNx,sNy,Nrphys,Nsx,Nsy)
33        _RL qstr(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL qstr(sNx,sNy,Nrphys,Nsx,Nsy)
34    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22