/[MITgcm]/MITgcm/pkg/mnc/MNC_SIZE.h
ViewVC logotype

Contents of /MITgcm/pkg/mnc/MNC_SIZE.h

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


Revision 1.2 - (show annotations) (download)
Thu Aug 11 03:22:18 2005 UTC (18 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57r_post, checkpoint57q_post
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
 o increase the default buffer size

1 C $Header: /u/gcmpack/MITgcm/pkg/mnc/MNC_SIZE.h,v 1.1 2004/10/22 21:30:31 edhill Exp $
2 C $Name: $
3 C
4
5 C The following is the size of the buffer used by MNC to read and
6 C write portions to/from NetCDF files. The sizes of all reads and
7 C writes are checked and MNC will terminate with a sensible error
8 C message if the buffer is not large enough for all reads/writes.
9
10 INTEGER MNC_MAX_BUFF
11 PARAMETER ( MNC_MAX_BUFF = 15000 + sNx + 2*OLx + sNy + 2*OLy )
12
13 CEH3 ;;; Local Variables: ***
14 CEH3 ;;; mode:fortran ***
15 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22