/[MITgcm]/MITgcm/pkg/cd_code/CD_CODE_VARS.h
ViewVC logotype

Annotation of /MITgcm/pkg/cd_code/CD_CODE_VARS.h

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


Revision 1.1 - (hide annotations) (download)
Wed Oct 29 15:36:31 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
File MIME type: text/plain
 o initial check-in

1 edhill 1.1 C $Header: $
2     C $Name: $
3    
4     #ifdef ALLOW_CD_CODE
5     COMMON /DYNVARS_CD/
6     & uVelD, vVelD,
7     & etaNm1,
8     & uNM1, vNM1
9     _RL uVeld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
10     _RL vVeld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
11     _RL etaNm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
12     _RL uNm1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
13     _RL vNm1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
14     #endif /* ALLOW_CD_CODE */
15    

  ViewVC Help
Powered by ViewVC 1.1.22