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

Annotation of /MITgcm/pkg/grdchk/grdchk.h

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


Revision 1.6 - (hide annotations) (download)
Tue Jun 24 16:08:45 2003 UTC (20 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51o_pre, checkpoint51l_post, checkpoint51, checkpoint51f_post, checkpoint51d_post, checkpoint51n_post, checkpoint51j_post, checkpoint51n_pre, checkpoint51l_pre, checkpoint51q_post, checkpoint51b_pre, checkpoint51h_pre, branchpoint-genmake2, checkpoint51r_post, checkpoint51i_post, checkpoint51b_post, checkpoint51c_post, checkpoint51i_pre, checkpoint51e_post, checkpoint51o_post, checkpoint51f_pre, checkpoint51g_post, checkpoint51m_post, checkpoint51a_post, checkpoint51p_post
Branch point for: branch-genmake2, branch-nonh, tg2-branch, checkpoint51n_branch
Changes since 1.5: +10 -2 lines
File MIME type: text/plain
Merging for c51 vs. e34

1 heimbach 1.2
2     c ==================================================================
3     c HEADER GRADIENT_CHECK
4     c ==================================================================
5     c
6     c o Header for doing gradient checks with the ECCO ocean state
7     c estimation tool.
8     c
9     c started: Christian Eckert eckert@mit.edu 01-Mar-2000
10     c
11     c changed: Christian Eckert eckert@mit.edu
12 heimbach 1.5 c heimbach@mit.edu 24-Feb-2003
13 heimbach 1.2 c
14     c
15     c ==================================================================
16     c HEADER GRADIENT_CHECK
17     c ==================================================================
18    
19     c maxgrdchecks - maximum number of gradient checks done per tile.
20    
21     integer maxgrdchecks
22     parameter ( maxgrdchecks = 4000 )
23    
24     common /grdchkparms_r/
25     & grdchk_eps
26     _RL grdchk_eps
27    
28 heimbach 1.3 common /grdchkparms_l/
29     & useCentralDiff
30     logical useCentralDiff
31    
32 heimbach 1.2 common /grdchkparms_i/
33     & nbeg,
34     & nend,
35     & nstep,
36 heimbach 1.5 & grdchkvarindex,
37     & grdchkwhichproc
38 heimbach 1.2 integer nbeg
39     integer nend
40     integer nstep
41     integer grdchkvarindex
42 heimbach 1.5 integer grdchkwhichproc
43 heimbach 1.2
44     common /grdchk_r/
45 heimbach 1.4 & fcrmem, fcppmem, fcpmmem,
46 heimbach 1.2 & xxmemref, xxmempert,
47 heimbach 1.4 & gfdmem, adxxmem, ftlxxmem,
48     & ratioadmem, ratioftlmem
49     _RL fcrmem ( maxgrdchecks )
50     _RL fcppmem ( maxgrdchecks )
51     _RL fcpmmem ( maxgrdchecks )
52     _RL xxmemref ( maxgrdchecks )
53     _RL xxmempert ( maxgrdchecks )
54     _RL gfdmem ( maxgrdchecks )
55     _RL adxxmem ( maxgrdchecks )
56     _RL ftlxxmem ( maxgrdchecks )
57     _RL ratioadmem ( maxgrdchecks )
58     _RL ratioftlmem ( maxgrdchecks )
59 heimbach 1.2
60     common /grdchk_i/
61     & ncvarcomp, maxncvarcomps,
62     & nwettile,
63     & irecmem,
64     & bimem, bjmem,
65 heimbach 1.6 & ilocmem,jlocmem,klocmem,iobcsmem,
66 heimbach 1.2 & ichkmem, icompmem, itestmem, ierrmem
67     integer ncvarcomp
68     integer maxncvarcomps
69 heimbach 1.6 integer nwettile( nsx,nsy,nr,nobcs )
70 heimbach 1.2 integer irecmem ( maxgrdchecks )
71     integer bjmem ( maxgrdchecks )
72     integer bimem ( maxgrdchecks )
73     integer klocmem ( maxgrdchecks )
74 heimbach 1.6 integer iobcsmem( maxgrdchecks )
75 heimbach 1.2 integer jlocmem ( maxgrdchecks )
76     integer ilocmem ( maxgrdchecks )
77     integer ichkmem ( maxgrdchecks )
78     integer icompmem( maxgrdchecks )
79     integer itestmem( maxgrdchecks )
80     integer ierrmem ( maxgrdchecks )
81 heimbach 1.6
82     #ifdef ALLOW_OBCS_CONTROL
83     _RL grdchk_maskxz(1-olx:snx+olx,nr,nsx,nsy,nobcs)
84     _RL grdchk_maskyz(1-oly:sny+oly,nr,nsx,nsy,nobcs)
85     #endif
86    
87    
88 heimbach 1.2
89     c ==================================================================
90     c END OF HEADER GRADIENT_CHECK
91     c ==================================================================
92    
93    

  ViewVC Help
Powered by ViewVC 1.1.22