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

Annotation of /MITgcm_contrib/darwin/pkg/gchem/gchem_fields_load.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_fields_load.F,v 1.7 2007/07/31 23:01:58 ce107 Exp $
2     C $Name: $
3    
4     #include "GCHEM_OPTIONS.h"
5    
6     CBOP
7     C !ROUTINE: GCHEM_FIELDS_LOAD
8    
9     C !INTERFACE: ==========================================================
10     SUBROUTINE GCHEM_FIELDS_LOAD (
11     I myTime, myIter, myThid)
12    
13     C !DESCRIPTION:
14     C calls routines which read in fields needed for any tracer experiment
15     C !USES: ===============================================================
16     IMPLICIT NONE
17    
18     C !INPUT PARAMETERS: ===================================================
19     C myTime :: current time
20     C myIter :: current iteration
21     C myThid :: thread number
22     _RL myTime
23     INTEGER myIter
24     INTEGER myThid
25    
26     C !LOCAL VARIABLES: ====================================================
27     CEOP
28    
29     #ifdef ALLOW_GCHEM
30    
31     cccccccccccccccccccccccccc
32     c load external data c
33     cccccccccccccccccccccccccc
34     #ifdef ALLOW_DIC
35     CALL DIC_FIELDS_LOAD (myIter,myTime,myThid)
36     #endif
37    
38    
39     #ifdef ALLOW_CFC
40     CALL CFC_FIELDS_LOAD(myIter,myTime,myThid)
41     #endif
42    
43     #ifdef ALLOW_DARWIN
44     call DARWIN_FIELDS_LOAD(myIter,myTime,myThid)
45     #endif
46    
47     #ifdef ALLOW_NPZDCAR
48     call NPZDCAR_FIELDS_LOAD(myIter,myTime,myThid)
49     #endif
50    
51    
52     #endif /* ALLOW_GCHEM */
53    
54     RETURN
55     END
56    

  ViewVC Help
Powered by ViewVC 1.1.22