Parent Directory
|
Revision Log
|
Revision Graph
latest working lab_sea seaice adjoint using IFenty code
1 | atn | 1.1 | C $Header: /u/gcmpack/MITgcm/pkg/mnc/MNC_BUFF.h,v 1.1 2005/09/10 18:30:06 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 = 30000 + 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 |