/[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.2 - (hide annotations) (download)
Wed Jun 6 14:05:27 2007 UTC (17 years, 3 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +4 -4 lines
Change CPP headers.

1 heimbach 1.2 C $Header: /u/gcmpack/MITgcm/pkg/exf/exf_adjoint_snapshots.F,v 1.1 2007/06/05 21:51:22 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     call TIMER_START('I/O (WRITE) [ADJOINT LOOP]', myThid )
24    
25     call TIMER_STOP( 'I/O (WRITE) [ADJOINT LOOP]', myThid )
26    
27     end
28    
29    
30    
31    
32    
33    
34    
35    
36    

  ViewVC Help
Powered by ViewVC 1.1.22