/[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.2 - (hide annotations) (download)
Thu Apr 23 20:59:34 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint11, checkpoint10, checkpoint13, checkpoint12, checkpoint15, checkpoint14, checkpoint17, checkpoint19, checkpoint18, redigm, checkpoint20, checkpoint21, checkpoint22, checkpoint23, checkpoint24, checkpoint5, checkpoint4, checkpoint7, checkpoint6, checkpoint1, checkpoint3, checkpoint2, checkpoint9, checkpoint8, kloop1, kloop2, checkpoint16, branch-point-rdot
Branch point for: checkpoint7-4degree-ref, branch-rdot
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
Further  changes for converting $Id to $Header

1 cnh 1.2 C $Header: EEIO.h,v 1.1.1.1 1998/04/22 19:15:30 cnh Exp $
2 cnh 1.1 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