/[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.6 - (show annotations) (download)
Thu Aug 18 19:29:51 2005 UTC (18 years, 9 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint58e_post, checkpoint57v_post, checkpoint57s_post, checkpoint57y_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58j_post, checkpoint57r_post, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint57z_post, checkpoint58k_post, checkpoint58b_post, checkpoint58m_post
Changes since 1.5: +3 -3 lines
o change DIC_DIOTIC to ALLOW_DIC: more consistent syntax

1 C$Header: /u/gcmpack/MITgcm/pkg/gchem/gchem_init_vari.F,v 1.5 2004/11/19 21:28:47 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 ALLOW_DIC
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 /* ALLOW_DIC */
42 _END_MASTER( mythid )
43
44
45 #endif /* ALLOW_GCHEM */
46
47 RETURN
48 END

  ViewVC Help
Powered by ViewVC 1.1.22