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

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

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


Revision 1.8 - (show annotations) (download)
Tue Jul 31 23:01:58 2007 UTC (16 years, 10 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint59g, checkpoint59f, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j
Changes since 1.7: +2 -2 lines
Added space between C and $Name/$Header to avoid complaints from IBM (and
possibly other) compilers in OpenMP mode.

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

  ViewVC Help
Powered by ViewVC 1.1.22