/[MITgcm]/MITgcm/eesupp/inc/EEIO.h
ViewVC logotype

Annotation of /MITgcm/eesupp/inc/EEIO.h

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


Revision 1.1 - (hide annotations) (download)
Wed Apr 22 19:15:30 1998 UTC (26 years ago) by cnh
Branch: MAIN
Branch point for: cnh
File MIME type: text/plain
Initial revision

1 cnh 1.1 C $Id$
2     C
3     C /==========================================================\
4     C | EEIO.h |
5     C |==========================================================|
6     C | Support data structures for the MITgcm UV "execution |
7     C | environment" IO code. |
8     C \==========================================================/
9    
10    
11     C-- COMMON /EEIO_R/ IO supporting real arrays
12     C tmpXY_R8 - XY Real*8 IO buffer.
13     C tmpXY_R4 - XY Real*4 IO buffer.
14     COMMON /EESUPP_IO_R/ IO_tmpXY_R8, IO_tmpXY_R4
15     REAL IO_tmpXY_R8(Nx,Ny)
16     real IO_tmpXY_R4(Nx,Ny)
17    

  ViewVC Help
Powered by ViewVC 1.1.22