Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:41:58 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
5bc9611487 Ed H*0001 C
                0002 
                0003 C     The following is the size of the buffer used by MNC to read and
                0004 C     write portions to/from NetCDF files.  The sizes of all reads and
                0005 C     writes are checked and MNC will terminate with a sensible error
                0006 C     message if the buffer is not large enough for all reads/writes.
                0007 
                0008       INTEGER     MNC_MAX_BUFF
                0009       PARAMETER ( MNC_MAX_BUFF = 15000 + sNx + 2*OLx + sNy + 2*OLy )
                0010 
                0011 CEH3 ;;; Local Variables: ***
                0012 CEH3 ;;; mode:fortran ***
                0013 CEH3 ;;; End: ***