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

Contents of /MITgcm/pkg/gchem/gchem_fields_load.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 "GCHEM_OPTIONS.h"
3
4 CStartOfInterFace
5 SUBROUTINE GCHEM_FIELDS_LOAD (
6 I myTime,myIter, myThid)
7
8 C /==========================================================\
9 C | SUBROUTINE GCHEM_FIELDS_LOAD i |
10 C | o calls routines to read in fields needed for gchem pkgs |
11 C |==========================================================|
12 IMPLICIT NONE
13 INTEGER myThid, myIter
14 _RL myTime
15
16 #ifdef ALLOW_PTRACERS
17 #ifdef ALLOW_GCHEM
18
19 _BEGIN_MASTER( mythid )
20 c
21 c
22 cccccccccccccccccccccccccc
23 c load external data c
24 cccccccccccccccccccccccccc
25 #ifdef DIC_BIOTIC
26 call DIC_FIELDS_LOAD (myIter,myTime,myThid)
27 #endif
28
29 c
30 #ifdef ALLOW_CFC
31 call CFC_FIELDS_LOAD(myIter,myTime,myThid)
32 #endif
33 _BARRIER
34
35
36 _END_MASTER(mythid)
37
38 #endif /* ALLOW_GCHEM */
39 #endif /* ALLOW_PTRACERS */
40
41 RETURN
42 END
43

  ViewVC Help
Powered by ViewVC 1.1.22