/[MITgcm]/MITgcm_contrib/darwin/pkg/gchem/gchem_diags.F
ViewVC logotype

Annotation of /MITgcm_contrib/darwin/pkg/gchem/gchem_diags.F

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


Revision 1.1 - (hide annotations) (download)
Fri Jan 11 21:28:02 2008 UTC (17 years, 6 months ago) by jahn
Branch: MAIN
CVS Tags: ctrb_darwin_ckpt59i_20080226, ctrb_darwin_ckpt59p_20080604, ctrb_darwin_ckpt61_20080624, ctrb_darwin_ckpt59q_20080605, ctrb_darwin_ckpt59o_20080602, ctrb_darwin_ckpt59n_20080424, ctrb_darwin_ckpt59r_20080606, ctrb_darwin_ckpt60_20080619
initial checkin

1 jahn 1.1 C $Header: /u/gcmpack/MITgcm/pkg/gchem/gchem_diags.F,v 1.9 2005/08/18 19:29:51 stephd Exp $
2     C $Name: $
3    
4     #include "GCHEM_OPTIONS.h"
5    
6     C !INTERFACE: ==========================================================
7     SUBROUTINE GCHEM_DIAGS(myTime,myIter, myThid )
8    
9     C !DESCRIPTION:
10     C calls subroutine that calculate diagnostic specific to
11     C any tracer epxperiment
12     C also calls gchem monitor
13    
14     C !USES: ===============================================================
15     IMPLICIT NONE
16     #include "SIZE.h"
17     #include "GRID.h"
18     #include "DYNVARS.h"
19     #include "EEPARAMS.h"
20     #include "PARAMS.h"
21    
22     C !INPUT PARAMETERS: ===================================================
23     C myThid :: thread number
24     INTEGER myThid, myIter
25     _RL myTime
26     CEOP
27    
28     #ifdef ALLOW_GCHEM
29     cccccccccccccccccccccc
30     c diagnostics c
31     cccccccccccccccccccccc
32    
33     #ifdef ALLOW_DIC
34     #ifdef ALLOW_TIMEAVE
35     IF (myIter.NE.nIter0)
36     & call dic_biotic_diags( myTime, myIter, myThid )
37     #endif /* ALLOW_TIMEAVE */
38     #endif /* ALLOW_DIC */
39    
40     #ifdef ALLOW_DARWIN
41     #ifdef ALLOW_TIMEAVE
42     call darwin_diags( myTime, myIter, myThid )
43     #endif
44     #endif
45    
46     #ifdef ALLOW_NPZDCAR
47     #ifdef ALLOW_TIMEAVE
48     call npzdcar_diags( myTime, myIter, myThid )
49     #endif
50     #endif
51    
52    
53     #endif /* ALLOW_GCHEM */
54    
55     RETURN
56     END

  ViewVC Help
Powered by ViewVC 1.1.22