/[MITgcm]/MITgcm/pkg/exf/exf_adjoint_snapshots.F
ViewVC logotype

Annotation of /MITgcm/pkg/exf/exf_adjoint_snapshots.F

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


Revision 1.3 - (hide annotations) (download)
Wed Jun 6 14:08:41 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59h
Changes since 1.2: +3 -1 lines
Change CPP headers.

1 heimbach 1.3 C $Header: /u/gcmpack/MITgcm/pkg/exf/exf_adjoint_snapshots.F,v 1.2 2007/06/06 14:05:27 heimbach Exp $
2 heimbach 1.1
3 heimbach 1.2 #include "EXF_OPTIONS.h"
4 heimbach 1.1
5 heimbach 1.2 subroutine EXF_ADJOINT_SNAPSHOTS( iwhen, mytime, myiter, myThid )
6 heimbach 1.1 IMPLICIT NONE
7     C /==========================================================\
8 heimbach 1.2 C | SUBROUTINE EXF_ADJOINT_SNAPSHOTS |
9 heimbach 1.1 C |==========================================================|
10     C == Global variables ===
11    
12     #include "SIZE.h"
13     #include "EEPARAMS.h"
14     #include "PARAMS.h"
15    
16     C == Routine arguments ==
17     C myThid - Thread number for this instance of the routine.
18     integer iwhen
19     integer myThid
20     integer myiter
21     _RL mytime
22    
23 heimbach 1.3 #ifdef ALLOW_AUTODIFF_MONITOR
24 heimbach 1.1 call TIMER_START('I/O (WRITE) [ADJOINT LOOP]', myThid )
25    
26     call TIMER_STOP( 'I/O (WRITE) [ADJOINT LOOP]', myThid )
27 heimbach 1.3 #endif
28 heimbach 1.1
29     end
30    
31    
32    
33    
34    
35    
36    
37    
38    

  ViewVC Help
Powered by ViewVC 1.1.22