/[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.9 - (hide annotations) (download)
Tue Apr 8 16:20:16 2008 UTC (16 years, 1 month ago) by dfer
Branch: MAIN
Changes since 1.8: +7 -10 lines
Modifying the calls following rearrangements in pkg dic

1 dfer 1.9 C $Header: /u/gcmpack/MITgcm/pkg/gchem/gchem_init_vari.F,v 1.8 2007/07/31 23:01:58 ce107 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 dfer 1.9 CALL DIC_READPARMS(myThid)
38 stephd 1.2 CALL DIC_INI_FORCING(myThid)
39 dfer 1.9 CALL DIC_SURFFORCING_INIT(myThid)
40     CALL DIC_BIOTIC_INIT(myThid )
41     ENDIF
42 stephd 1.6 #endif /* ALLOW_DIC */
43 stephd 1.1
44     #endif /* ALLOW_GCHEM */
45    
46     RETURN
47     END

  ViewVC Help
Powered by ViewVC 1.1.22