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

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

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


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

1 mlosch 1.4 C$Header: $
2     C$Name: $
3    
4 stephd 1.1 #include "GCHEM_OPTIONS.h"
5    
6     C !INTERFACE: ==========================================================
7     SUBROUTINE GCHEM_INIT_VARI(myThid )
8    
9 stephd 1.3 C !DESCRIPTION:
10     C calls subroutines that initialize any time dependent variables
11     C for any tracer experiment
12    
13     C !USES: ===============================================================
14 stephd 1.1 IMPLICIT NONE
15     #include "SIZE.h"
16     #include "GRID.h"
17     #include "DYNVARS.h"
18     #include "EEPARAMS.h"
19     #include "PARAMS.h"
20    
21     C !INPUT PARAMETERS: ===================================================
22     C myThid :: thread number
23     INTEGER myThid
24 stephd 1.3 CEOP
25 stephd 1.1
26     #ifdef ALLOW_PTRACERS
27     #ifdef ALLOW_GCHEM
28    
29     _BEGIN_MASTER( mythid )
30     ccccccccccccccccccccccccccc
31     c initialize parameters c
32     ccccccccccccccccccccccccccc
33     #ifdef DIC_BIOTIC
34     print*,'QQ load dic parameters, initial vari'
35 stephd 1.2 c these two needed to be recalled for adjoint
36     call DIC_BIOTIC_PARAM(myThid)
37     call DIC_ABIOTIC_PARAM(myThid)
38     c --
39     CALL DIC_INI_FORCING(myThid)
40 stephd 1.1 call DIC_SURFFORCING_INIT(myThid)
41     call DIC_BIOTIC_INIT(myThid )
42     #endif
43     _END_MASTER( mythid )
44    
45    
46     #endif /* ALLOW_GCHEM */
47     #endif /* ALLOW_PTRACERS */
48    
49     RETURN
50     END

  ViewVC Help
Powered by ViewVC 1.1.22