/[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.1 - (hide annotations) (download)
Mon Oct 6 20:06:52 2003 UTC (20 years, 8 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51o_pre, checkpoint51n_pre, checkpoint51l_post, checkpoint51q_post, checkpoint51j_post, branch-netcdf, checkpoint51r_post, checkpoint52b_pre, checkpoint51o_post, checkpoint51p_post, checkpoint52a_pre, checkpoint51i_post, checkpoint52, checkpoint51f_post, checkpoint52a_post, checkpoint52b_post, checkpoint52c_post, checkpoint51h_pre, checkpoint51l_pre, ecco_c52_e35, checkpoint51t_post, checkpoint51n_post, checkpoint51i_pre, checkpoint51u_post, checkpoint51m_post, checkpoint51s_post
Branch point for: branch-nonh, tg2-branch, checkpoint51n_branch
additional files and modifications to make gchem more versatile

1 stephd 1.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     call DIC_SURFFORCING_INIT(myThid)
29     call DIC_BIOTIC_INIT(myThid )
30     #endif
31     _END_MASTER( mythid )
32    
33    
34     #endif /* ALLOW_GCHEM */
35     #endif /* ALLOW_PTRACERS */
36    
37     RETURN
38     END

  ViewVC Help
Powered by ViewVC 1.1.22