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

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

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


Revision 1.4 - (show annotations) (download)
Wed Jun 16 19:22:18 2004 UTC (20 years ago) by molod
Branch: MAIN
CVS Tags: checkpoint54a_pre, checkpoint55c_post, checkpoint54e_post, checkpoint54a_post, checkpoint54b_post, checkpoint55b_post, checkpoint54d_post, checkpoint55, checkpoint54, checkpoint54f_post, checkpoint53g_post, checkpoint53f_post, checkpoint55a_post, checkpoint54c_post
Changes since 1.3: +3 -0 lines
File MIME type: text/plain
Add head and name prefix to .h files

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

  ViewVC Help
Powered by ViewVC 1.1.22