/[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.10 - (hide annotations) (download)
Tue Apr 8 21:00:17 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q
Changes since 1.9: +1 -2 lines
only needs to read "data.dic" once

1 jmc 1.10 C $Header: /u/gcmpack/MITgcm/pkg/gchem/gchem_init_vari.F,v 1.9 2008/04/08 16:20:16 dfer Exp $
2 ce107 1.8 C $Name: $
3 mlosch 1.4
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 "EEPARAMS.h"
17     #include "PARAMS.h"
18 dfer 1.9 #include "GCHEM.h"
19 jmc 1.7 #ifdef ALLOW_AUTODIFF_TAMC
20     # include "GRID.h"
21     # include "DYNVARS.h"
22     #endif /* ALLOW_AUTODIFF_TAMC */
23 stephd 1.1
24     C !INPUT PARAMETERS: ===================================================
25     C myThid :: thread number
26     INTEGER myThid
27 stephd 1.3 CEOP
28 stephd 1.1
29     #ifdef ALLOW_GCHEM
30    
31     ccccccccccccccccccccccccccc
32     c initialize parameters c
33     ccccccccccccccccccccccccccc
34 stephd 1.6 #ifdef ALLOW_DIC
35 dfer 1.9 IF ( useDIC ) THEN
36 stephd 1.1 print*,'QQ load dic parameters, initial vari'
37 stephd 1.2 CALL DIC_INI_FORCING(myThid)
38 dfer 1.9 CALL DIC_SURFFORCING_INIT(myThid)
39     CALL DIC_BIOTIC_INIT(myThid )
40     ENDIF
41 stephd 1.6 #endif /* ALLOW_DIC */
42 stephd 1.1
43     #endif /* ALLOW_GCHEM */
44    
45     RETURN
46     END

  ViewVC Help
Powered by ViewVC 1.1.22