/[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.1 - (hide annotations) (download)
Tue Jun 5 21:51:22 2007 UTC (17 years ago) by heimbach
Branch: MAIN
Need to separate adjoint snapshots to get correct
adjoint atmospheric snapshots (in addition to adxx fields)

1 heimbach 1.1 C $Header: /u/gcmpack/MITgcm/pkg/autodiff/exf_adjoint_snapshots.F,v 1.2 2003/10/09 04:19:19 edhill Exp $
2    
3     #include "AUTODIFF_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