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

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

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

revision 1.2 by edhill, Wed May 5 00:39:21 2004 UTC revision 1.3 by molod, Mon Jun 7 18:35:24 2004 UTC
# Line 1  Line 1 
 C $Header$  
 C $Name$  
1    
2  C The physics state uses the dynamics dimensions in the horizontal  C The physics state uses the dynamics dimensions in the horizontal
3  C     and the land dimensions in the horizontal for turbulence variables  C     and the land dimensions in the horizontal for turbulence variables
# Line 9  c -------------------------------------- Line 7  c --------------------------------------
7        common /physics_state/ uphy,vphy,thphy,sphy,        common /physics_state/ uphy,vphy,thphy,sphy,
8       .   ctmt,xxmt,yymt,zetamt,xlmt,khmt,tke       .   ctmt,xxmt,yymt,zetamt,xlmt,khmt,tke
9    
10        _RL uphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL uphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
11        _RL vphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL vphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
12        _RL thphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL thphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
13        _RL sphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL sphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
14        _RL ctmt(nchp,nSx,Nsy), xxmt(nchp,nSx,Nsy), yymt(nchp,nSx,Nsy)        _RL ctmt(nchp,Nsx,Nsy), xxmt(nchp,Nsx,Nsy), yymt(nchp,Nsx,Nsy)
15        _RL zetamt(nchp,nSx,Nsy)        _RL zetamt(nchp,Nsx,Nsy)
16        _RL xlmt(nchp,Nrphys,nSx,Nsy), khmt(nchp,Nrphys,nSx,Nsy)        _RL xlmt(nchp,Nrphys,Nsx,Nsy), khmt(nchp,Nrphys,Nsx,Nsy)
17        _RL tke(nchp,Nrphys,nSx,Nsy)        _RL tke(nchp,Nrphys,Nsx,Nsy)
18    
19  c Physics Tendency Common - Changes in state variables due to physics  c Physics Tendency Common - Changes in state variables due to physics
20  c ----------------------------------------------------------------------  c ----------------------------------------------------------------------
21        common /physics_tendency/ duphy,dvphy,dthphy,dsphy        common /physics_tendency/ duphy,dvphy,dthphy,dsphy
22    
23        _RL duphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL duphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
24        _RL dvphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL dvphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
25        _RL dthphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL dthphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
26        _RL dsphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,Nsy)        _RL dsphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,Nsx,Nsy)
27    
28  c Physics Exports Common - Physics variables on other grids for export  c Physics Exports Common - Physics variables on other grids for export
29  c ----------------------------------------------------------------------  c ----------------------------------------------------------------------
30        common /physics_exports/ guphy,gvphy,gthphy,gsphy        common /physics_exports/ guphy,gvphy,gthphy,gsphy
31    
32        _RL guphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,Nsy)        _RL guphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy)
33        _RL gvphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,Nsy)        _RL gvphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy)
34        _RL gthphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,Nsy)        _RL gthphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy)
35        _RL gsphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,Nsy)        _RL gsphy(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22