/[MITgcm]/MITgcm/pkg/autodiff/zero_adj.F
ViewVC logotype

Annotation of /MITgcm/pkg/autodiff/zero_adj.F

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


Revision 1.2 - (hide annotations) (download)
Mon Oct 8 23:50:54 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j
Changes since 1.1: +2 -0 lines
add missing cvs $Header:$ or $Name:$

1 jmc 1.2 C $Header: $
2     C $Name: $
3 gforget 1.1
4     #include "CPP_OPTIONS.h"
5    
6     C !ROUTINE: ZERO_ADJ_3D
7     C !INTERFACE:
8     SUBROUTINE ZERO_ADJ_3D(
9     I bi, bj, fieldFwd,
10     I myThid)
11     C !DESCRIPTION: \bv
12     C *==========================================================*
13     C | o zero out a 3D adjoint field
14     C | ... nothing happens in forward mode
15     C | author: Gael Forget
16     C *==========================================================*
17    
18     #include "SIZE.h"
19     #include "EEPARAMS.h"
20     #include "PARAMS.h"
21    
22     C == Routine arguments ==
23     C myThid - Thread number for this instance of the routine.
24     integer myThid,bi,bj,i,j,k
25     _RL fieldFwd(1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nr)
26    
27     end
28    
29    
30     C !ROUTINE: ZERO_ADJ_2D
31     C !INTERFACE:
32     SUBROUTINE ZERO_ADJ_2D(
33     I bi, bj, fieldFwd,
34     I myThid)
35     C !DESCRIPTION: \bv
36     C *==========================================================*
37     C | o zero out a 2D adjoint field
38     C | ... nothing happens in forward mode
39     C | author: Gael Forget
40     C *==========================================================*
41    
42     #include "SIZE.h"
43     #include "EEPARAMS.h"
44     #include "PARAMS.h"
45    
46     C == Routine arguments ==
47     C myThid - Thread number for this instance of the routine.
48     integer myThid,bi,bj,i,j
49     _RL fieldFwd(1-Olx:sNx+Olx,1-Oly:sNy+Oly)
50    
51     end
52    
53    

  ViewVC Help
Powered by ViewVC 1.1.22