/[MITgcm]/MITgcm/pkg/gchem/gchem_init_fixed.F
ViewVC logotype

Contents of /MITgcm/pkg/gchem/gchem_init_fixed.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Oct 6 20:06:52 2003 UTC (20 years, 8 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint52e_pre, checkpoint51o_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint51l_post, checkpoint51q_post, checkpoint51j_post, hrcube_1, branch-netcdf, checkpoint52d_pre, checkpoint51r_post, checkpoint52b_pre, checkpoint51o_post, checkpoint51p_post, checkpoint52a_pre, checkpoint51i_post, checkpoint52, checkpoint51f_post, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint52f_post, checkpoint52c_post, checkpoint51h_pre, checkpoint51l_pre, ecco_c52_e35, checkpoint52i_post, checkpoint51t_post, checkpoint51n_post, checkpoint51i_pre, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, hrcube_2, checkpoint51m_post, checkpoint51s_post
Branch point for: branch-nonh, tg2-branch, checkpoint51n_branch, netcdf-sm0
additional files and modifications to make gchem more versatile

1 #include "CPP_OPTIONS.h"
2 #include "PTRACERS_OPTIONS.h"
3 #include "GCHEM_OPTIONS.h"
4
5 C !INTERFACE: ==========================================================
6 SUBROUTINE GCHEM_INIT_FIXED(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 fixed'
28 call DIC_ABIOTIC_PARAM( myThid )
29 call DIC_BIOTIC_PARAM( myThid )
30 #endif
31 #ifdef ALLOW_CFC
32 print*,'QQ start cfc params'
33 call CFC_PARAM( myThid )
34 print*,'QQ read cfc atmos data'
35 call CFC_ATMOS( myThid )
36 #endif
37 _END_MASTER( mythid )
38
39
40 #endif /* ALLOW_GCHEM */
41 #endif /* ALLOW_PTRACERS */
42
43 RETURN
44 END

  ViewVC Help
Powered by ViewVC 1.1.22