/[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.3 - (show annotations) (download)
Wed Jan 28 18:49:05 2004 UTC (20 years, 3 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint52l_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint54a_pre, checkpoint55c_post, checkpoint54e_post, checkpoint54a_post, checkpoint53c_post, checkpoint55d_pre, checkpoint55j_post, checkpoint52l_post, checkpoint55h_post, checkpoint52k_post, checkpoint54b_post, checkpoint53b_pre, checkpoint55b_post, checkpoint54d_post, checkpoint52m_post, checkpoint55, checkpoint53a_post, checkpoint54, checkpoint54f_post, checkpoint53b_post, checkpoint55g_post, checkpoint55f_post, checkpoint55i_post, checkpoint56, checkpoint53, checkpoint53g_post, hrcube5, checkpoint55e_post, checkpoint52j_pre, checkpoint53f_post, checkpoint55a_post, checkpoint53d_pre, checkpoint54c_post, hrcube_3, checkpoint55d_post
Changes since 1.2: +6 -0 lines
o  cleaning up headers, additional documentation

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

  ViewVC Help
Powered by ViewVC 1.1.22