/[MITgcm]/MITgcm_contrib/jscott/igsm/inc/NEM.COM
ViewVC logotype

Annotation of /MITgcm_contrib/jscott/igsm/inc/NEM.COM

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


Revision 1.1 - (hide annotations) (download)
Fri Aug 11 19:33:30 2006 UTC (18 years, 11 months ago) by jscott
Branch: MAIN
CVS Tags: HEAD
atm2d package

1 jscott 1.1 c These two common block are use to pass data from
2     C TEM to NEM
3     parameter (jmnem=72,imnem=144)
4     common /data4nem/ncell(imnem,jmnem),aggrcarea(imnem,jmnem),
5     & solc1(imnem,jmnem),soln1(imnem,jmnem),solc(imnem,jmnem),
6     & soln(imnem,jmnem)
7     integer aggrcarea
8     real *4 solc1,soln1,solc,soln
9     C

  ViewVC Help
Powered by ViewVC 1.1.22