/[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.5 - (show annotations) (download)
Fri Nov 19 21:28:47 2004 UTC (19 years, 6 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint57o_post, checkpoint57m_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint56b_post, checkpoint57i_post, checkpoint57e_post, checkpoint57g_pre, checkpoint56c_post, checkpoint57f_pre, checkpoint57a_post, checkpoint57a_pre, checkpoint57, eckpoint57e_pre, checkpoint57h_done, checkpoint57n_post, checkpoint57p_post, checkpoint57f_post, checkpoint57c_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post
Changes since 1.4: +3 -5 lines
o still cleaning up
  - remove redundant CPP flag ALLOW_PTRACERS
  - change comments

1 C$Header: /u/gcmpack/MITgcm/pkg/gchem/gchem_init_vari.F,v 1.4 2004/11/19 20:17:48 mlosch 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 "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 CEOP
25
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 /* DIC_BIOTIC */
42 _END_MASTER( mythid )
43
44
45 #endif /* ALLOW_GCHEM */
46
47 RETURN
48 END

  ViewVC Help
Powered by ViewVC 1.1.22