/[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.2 - (show annotations) (download)
Thu Dec 4 22:40:16 2003 UTC (20 years, 6 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint52e_pre, checkpoint52e_post, hrcube_1, checkpoint52d_pre, checkpoint52d_post, checkpoint52f_post, checkpoint52i_post, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_2
Branch point for: netcdf-sm0
Changes since 1.1: +5 -0 lines
o fixes to make adjoint work

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 IMPLICIT NONE
9 #include "SIZE.h"
10 #include "GRID.h"
11 #include "DYNVARS.h"
12 #include "EEPARAMS.h"
13 #include "PARAMS.h"
14
15 C !INPUT PARAMETERS: ===================================================
16 C myThid :: thread number
17 INTEGER myThid
18
19 #ifdef ALLOW_PTRACERS
20 #ifdef ALLOW_GCHEM
21
22 _BEGIN_MASTER( mythid )
23 ccccccccccccccccccccccccccc
24 c initialize parameters c
25 ccccccccccccccccccccccccccc
26 #ifdef DIC_BIOTIC
27 print*,'QQ load dic parameters, initial vari'
28 c these two needed to be recalled for adjoint
29 call DIC_BIOTIC_PARAM(myThid)
30 call DIC_ABIOTIC_PARAM(myThid)
31 c --
32 CALL DIC_INI_FORCING(myThid)
33 call DIC_SURFFORCING_INIT(myThid)
34 call DIC_BIOTIC_INIT(myThid )
35 #endif
36 _END_MASTER( mythid )
37
38
39 #endif /* ALLOW_GCHEM */
40 #endif /* ALLOW_PTRACERS */
41
42 RETURN
43 END

  ViewVC Help
Powered by ViewVC 1.1.22