/[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.5 - (hide 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 mlosch 1.5 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 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 "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 stephd 1.3 CEOP
25 stephd 1.1
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 stephd 1.2 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 stephd 1.1 call DIC_SURFFORCING_INIT(myThid)
40     call DIC_BIOTIC_INIT(myThid )
41 mlosch 1.5 #endif /* DIC_BIOTIC */
42 stephd 1.1 _END_MASTER( mythid )
43    
44    
45     #endif /* ALLOW_GCHEM */
46    
47     RETURN
48     END

  ViewVC Help
Powered by ViewVC 1.1.22