/[MITgcm]/MITgcm_contrib/plumes/plumes_com.h
ViewVC logotype

Annotation of /MITgcm_contrib/plumes/plumes_com.h

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


Revision 1.2 - (hide annotations) (download)
Thu May 13 22:20:26 2004 UTC (21 years, 2 months ago) by molod
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +7 -15 lines
File MIME type: text/plain
Developing......

1 molod 1.1 c
2     c Plumes State Common - State variables on plumes grid
3     c ----------------------------------------------------------------------
4 molod 1.2 common /plumes_state/ uplume,thplume
5 molod 1.1
6 molod 1.2 _RL uplume(sNx,sNy,Nhplume,Nrplume,Nsx)
7     _RL thplume(sNx,sNy,Nhplume,Nrplume,Nsx)
8 molod 1.1
9     c Plumes Tendency Common - Changes in state variables due to plumes
10     c ----------------------------------------------------------------------
11 molod 1.2 common /plumes_tendency/ duplume,dthplume
12 molod 1.1
13 molod 1.2 _RL duplume(sNx,sNy,Nhplume,Nrplume,Nsx)
14     _RL dthplume(sNx,sNy,Nhplume,Nrplume,Nsx)
15 molod 1.1
16     c Plumes Exports Common - plumes variables on other grids for export
17     c ----------------------------------------------------------------------
18 molod 1.2 common /plumes_exports/ guplume,gvplume,gthplume
19 molod 1.1
20     _RL guplume(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy)
21     _RL gvplume(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy)
22     _RL gthplume(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy)

  ViewVC Help
Powered by ViewVC 1.1.22