/[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.4 by molod, Fri Jun 11 18:50:04 2004 UTC
# Line 1  Line 1 
 C $Header$  
 C $Name$  
   
1  c Chemistry Variables Dimensions  c Chemistry Variables Dimensions
2  c -------------------------------  c -------------------------------
3          common /chemistry_grid/ nlatsoz, nlevsoz, ntimesoz, latsoz, levsoz
4         .  nlatsq, nlevsq, ntimesq, latsq, levsq, nlevsn2o,nlevsmeth
5          _RL latsoz(nlatsoz), levsoz(nlevsoz), latsq(nlatsq), levsq(nlevsq)
6        integer nlatsoz, nlevsoz, ntimesoz, nlatsq, nlevsq, ntimesq,        integer nlatsoz, nlevsoz, ntimesoz, nlatsq, nlevsq, ntimesq,
7       .                              nlevsn2o,nlevsmeth       .                              nlevsn2o,nlevsmeth
8        parameter (nlatsoz = 37, nlevsoz = 34, ntimesoz = 12)        parameter (nlatsoz = 37, nlevsoz = 34, ntimesoz = 12)
# Line 26  c ------------------------- Line 26  c -------------------------
26  c Chemistry Exports  c Chemistry Exports
27  c -------------------  c -------------------
28        common /chem_exports/ o3, qstr        common /chem_exports/ o3, qstr
29        _RL o3(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL o3(sNx,sNy,Nrphys,Nsx,Nsy)
30        _RL qstr(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL qstr(sNx,sNy,Nrphys,Nsx,Nsy)
31    

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

  ViewVC Help
Powered by ViewVC 1.1.22