Parent Directory
|
Revision Log
|
Revision Graph
Remove explicit include of packages_config in here - it is included elsewhere in all routines which use this common
| 1 | C $Header: /u/gcmpack/MITgcm/pkg/gridalt/gridalt_mapping.h,v 1.5 2004/07/13 21:21:05 molod Exp $ |
| 2 | C $Name: $ |
| 3 | |
| 4 | c Alternate grid Mapping Common |
| 5 | c ------------------------------ |
| 6 | #ifdef ALLOW_FIZHI |
| 7 | integer nlperdyn(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,Nsy) |
| 8 | _RL dpphys0(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,nSy) |
| 9 | _RL dpphys(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nrphys,nSx,nSy) |
| 10 | _RL dxfalt,dyfalt,drfalt |
| 11 | common /gridalt_mapping/ nlperdyn,dpphys0,dpphys, |
| 12 | . dxfalt,dyfalt,drfalt |
| 13 | #endif |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |