/[MITgcm]/MITgcm/pkg/grdchk/grdchk.h
ViewVC logotype

Diff of /MITgcm/pkg/grdchk/grdchk.h

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

revision 1.2 by heimbach, Fri Jul 13 14:50:45 2001 UTC revision 1.3 by heimbach, Thu May 30 22:47:26 2002 UTC
# Line 24  c     maxgrdchecks - maximum number of g Line 24  c     maxgrdchecks - maximum number of g
24       &                       grdchk_eps       &                       grdchk_eps
25        _RL     grdchk_eps        _RL     grdchk_eps
26    
27          common /grdchkparms_l/
28         &                       useCentralDiff
29          logical useCentralDiff
30    
31        common /grdchkparms_i/        common /grdchkparms_i/
32       &                       nbeg,       &                       nbeg,
33       &                       nend,       &                       nend,
# Line 35  c     maxgrdchecks - maximum number of g Line 39  c     maxgrdchecks - maximum number of g
39        integer grdchkvarindex        integer grdchkvarindex
40    
41        common /grdchk_r/        common /grdchk_r/
42       &                  fcrmem, fcpmem,    &                  fcrmem, fcppmem, fcpmmem,
43       &                  xxmemref, xxmempert,       &                  xxmemref, xxmempert,
44       &                  gfdmem, adxxmem,       &                  gfdmem, adxxmem,
45       &                  ratiomem       &                  ratiomem
46        _RL fcrmem    ( maxgrdchecks )        _RL fcrmem    ( maxgrdchecks )
47        _RL fcpmem    ( maxgrdchecks )        _RL fcppmem   ( maxgrdchecks )
48          _RL fcpmmem   ( maxgrdchecks )
49        _RL xxmemref  ( maxgrdchecks )        _RL xxmemref  ( maxgrdchecks )
50        _RL xxmempert ( maxgrdchecks )        _RL xxmempert ( maxgrdchecks )
51        _RL gfdmem    ( maxgrdchecks )        _RL gfdmem    ( maxgrdchecks )

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22