/[MITgcm]/MITgcm/pkg/aim_compon_interf/cpl_write_diags.F
ViewVC logotype

Annotation of /MITgcm/pkg/aim_compon_interf/cpl_write_diags.F

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


Revision 1.2 - (hide annotations) (download)
Wed Jun 17 14:53:11 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
rename cpl_write_diags.F --> cpl_output.F

1 jmc 1.2 C $Header: /u/gcmpack/MITgcm/pkg/aim_compon_interf/cpl_write_diags.F,v 1.1 2003/12/15 02:44:48 jmc Exp $
2 jmc 1.1 C $Name: $
3    
4     #include "CPP_EEOPTIONS.h"
5    
6     CStartOfInterFace
7     SUBROUTINE CPL_WRITE_DIAGS( myTime, myIter, myThid )
8     C /==========================================================\
9     C | SUBROUTINE CPL_WRITE_DIAGS |
10     C | o Calculate CPL diagnostics |
11     C | - Atmospheric version - |
12     C |==========================================================|
13     C | Empty S/R for now. |
14     C \==========================================================/
15     IMPLICIT NONE
16    
17     C === Global variables ===
18     #include "SIZE.h"
19     #include "EEPARAMS.h"
20     #include "PARAMS.h"
21    
22     C == Routine arguments ==
23     C myTime - Current time of simulation ( s )
24     C myIter - Iteration number
25     C myThid - Number of this instance of the routine
26     _RL myTime
27     INTEGER myIter
28     INTEGER myThid
29     CEndOfInterface
30    
31     #ifdef COMPONENT_MODULE
32    
33     C == Local variables ==
34    
35     #endif /* COMPONENT_MODULE */
36    
37     RETURN
38     END
39    
40    
41    

  ViewVC Help
Powered by ViewVC 1.1.22