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

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

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


Revision 1.4 - (show annotations) (download)
Sun Feb 4 14:38:41 2001 UTC (23 years, 1 month ago) by cnh
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre2, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, checkpoint38, checkpoint40pre4, pre38tag1, c37_adj, pre38-close, checkpoint39, checkpoint37, checkpoint36, checkpoint35, checkpoint40pre5, checkpoint40
Branch point for: pre38
Changes since 1.3: +2 -1 lines
File MIME type: text/plain
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!

1 C $Header: /u/gcmpack/models/MITgcmUV/eesupp/inc/EEIO.h,v 1.3 2000/03/15 16:00:50 adcroft Exp $
2 C $Name: $
3
4 #ifdef USE_EEIO
5
6 C /==========================================================\
7 C | EEIO.h |
8 C |==========================================================|
9 C | Support data structures for the MITgcm UV "execution |
10 C | environment" IO code. |
11 C \==========================================================/
12
13 C-- COMMON /EEIO_R/ IO supporting real arrays
14 C tmpXY_R8 - XY Real*8 IO buffer.
15 C tmpXY_R4 - XY Real*4 IO buffer.
16 COMMON /EESUPP_IO_R/ IO_tmpXY_R8, IO_tmpXY_R4
17 Real*8 IO_tmpXY_R8(Nx,Ny)
18 Real*4 IO_tmpXY_R4(Nx,Ny)
19
20 #endif

  ViewVC Help
Powered by ViewVC 1.1.22