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

Annotation of /MITgcm/pkg/gchem/gchem_fields_load.F

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


Revision 1.3 - (hide annotations) (download)
Fri Nov 19 20:17:48 2004 UTC (19 years, 6 months ago) by mlosch
Branch: MAIN
Changes since 1.2: +3 -1 lines
o cleaning up a little:
  - add a few header lines
  - remove redundant CPP options header files
  - change comments

1 mlosch 1.3 C$Header: $
2     C$Name: $
3    
4 stephd 1.1 #include "GCHEM_OPTIONS.h"
5    
6 stephd 1.2 CBOP
7     C !ROUTINE: GCHEM_FIELDS_LOAD
8    
9     C !INTERFACE: ==========================================================
10 stephd 1.1 SUBROUTINE GCHEM_FIELDS_LOAD (
11     I myTime,myIter, myThid)
12    
13 stephd 1.2 C !DESCRIPTION:
14     C calls routines which read in fields needed for any tracer experiment
15     C !USES: ===============================================================
16 stephd 1.1 IMPLICIT NONE
17     INTEGER myThid, myIter
18 stephd 1.2 _RL myTime
19    
20     C !INPUT PARAMETERS: ===================================================
21     C myThid :: thread number
22     C myIter :: current timestep
23     C myTime :: current timestep
24    
25     C !LOCAL VARIABLES: ====================================================
26     CEOP
27 stephd 1.1
28     #ifdef ALLOW_PTRACERS
29     #ifdef ALLOW_GCHEM
30    
31     _BEGIN_MASTER( mythid )
32     c
33     c
34     cccccccccccccccccccccccccc
35     c load external data c
36     cccccccccccccccccccccccccc
37     #ifdef DIC_BIOTIC
38     call DIC_FIELDS_LOAD (myIter,myTime,myThid)
39     #endif
40    
41     c
42     #ifdef ALLOW_CFC
43     call CFC_FIELDS_LOAD(myIter,myTime,myThid)
44     #endif
45     _BARRIER
46    
47    
48     _END_MASTER(mythid)
49    
50     #endif /* ALLOW_GCHEM */
51     #endif /* ALLOW_PTRACERS */
52    
53     RETURN
54     END
55    

  ViewVC Help
Powered by ViewVC 1.1.22