/[MITgcm]/MITgcm_contrib/atnguyen/verification/lab_sea/code_ad/MNC_BUFF.h
ViewVC logotype

Contents of /MITgcm_contrib/atnguyen/verification/lab_sea/code_ad/MNC_BUFF.h

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


Revision 1.1 - (show annotations) (download)
Mon Jun 1 22:56:23 2015 UTC (10 years, 2 months ago) by atn
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
latest working lab_sea seaice adjoint using IFenty code

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