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

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

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


Revision 1.2 - (show annotations) (download)
Wed Jun 6 14:05:27 2007 UTC (16 years, 11 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +4 -4 lines
Change CPP headers.

1 C $Header: /u/gcmpack/MITgcm/pkg/exf/exf_adjoint_snapshots.F,v 1.1 2007/06/05 21:51:22 heimbach Exp $
2
3 #include "EXF_OPTIONS.h"
4
5 subroutine EXF_ADJOINT_SNAPSHOTS( iwhen, mytime, myiter, myThid )
6 IMPLICIT NONE
7 C /==========================================================\
8 C | SUBROUTINE EXF_ADJOINT_SNAPSHOTS |
9 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