/[MITgcm]/MITgcm/pkg/exf/EXF_PARAM.h
ViewVC logotype

Diff of /MITgcm/pkg/exf/EXF_PARAM.h

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

revision 1.4 by jmc, Tue May 8 03:48:08 2007 UTC revision 1.5 by jmc, Thu May 10 22:17:53 2007 UTC
# Line 536  c     exf_outscale_*    output scaling f Line 536  c     exf_outscale_*    output scaling f
536    
537  #ifndef USE_EXF_INTERPOLATION  #ifndef USE_EXF_INTERPOLATION
538  c-- set dummy dimension 1  c-- set dummy dimension 1
539          INTEGER    exf_interp_bufferSize
540          PARAMETER( exf_interp_bufferSize = 1 )
541         integer MAX_LAT_INC         integer MAX_LAT_INC
542         parameter(MAX_LAT_INC = 1)         parameter(MAX_LAT_INC = 1)
543  #else  #else
544    C  To read input data without dynamical allocation (EXF_INTERP_USE_DYNALLOC undef),
545    C  buffer size currently set to 20000 (allows to read-in a 2x2 global data set)
546          INTEGER    exf_interp_bufferSize
547          PARAMETER( exf_interp_bufferSize = 10000 )
548  c for lat interpolation, arraysize currently set to 2176 max data values  c for lat interpolation, arraysize currently set to 2176 max data values
549         integer MAX_LAT_INC         integer MAX_LAT_INC
550         parameter(MAX_LAT_INC = 2176)         parameter(MAX_LAT_INC = 2176)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22