/[MITgcm]/MITgcm/pkg/offline/OFFLINE.h
ViewVC logotype

Contents of /MITgcm/pkg/offline/OFFLINE.h

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


Revision 1.4 - (show annotations) (download)
Tue Dec 6 17:54:48 2005 UTC (18 years, 5 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58u_post, checkpoint58w_post, checkpoint58r_post, checkpoint57y_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58q_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59h, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58b_post, checkpoint58m_post
Changes since 1.3: +3 -1 lines
File MIME type: text/plain
o add OfflineOffsetIter (default to zero) and some minor fixes

1 #ifdef ALLOW_OFFLINE
2 c !ROUTINE: OFFLINE.h
3 c -------------------------------
4 c OFFLINE.h
5 C variable for forcing offline tracer
6 c -------------------------------
7
8 c Forcing files
9 COMMON /OFFLINE_FFIELDS/
10 & ConvectCount,
11 & UvelFile, VvelFile, WvelFile, ThetFile, Saltfile,
12 & ConvFile, GMwxFile, GMwyFile, GMwzFile,
13 & HfluxFile, SfluxFile,
14 & KPP_DiffSFile, KPP_ghatFile,
15 & deltaToffline,
16 & offlineIter0, offlineOffsetIter,
17 & offlineForcingPeriod, offlineForcingCycle
18 _RS ConvectCount(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR,nSx,nSy)
19 CHARACTER*(MAX_LEN_FNAM) UvelFile
20 CHARACTER*(MAX_LEN_FNAM) VvelFile
21 CHARACTER*(MAX_LEN_FNAM) WvelFile
22 CHARACTER*(MAX_LEN_FNAM) ConvFile
23 CHARACTER*(MAX_LEN_FNAM) ThetFile
24 CHARACTER*(MAX_LEN_FNAM) SaltFile
25 CHARACTER*(MAX_LEN_FNAM) GMwxFile
26 CHARACTER*(MAX_LEN_FNAM) GMwyFile
27 CHARACTER*(MAX_LEN_FNAM) GMwzFile
28 CHARACTER*(MAX_LEN_FNAM) HFluxFile
29 CHARACTER*(MAX_LEN_FNAM) SFluxFile
30 CHARACTER*(MAX_LEN_FNAM) KPP_DiffSFile
31 CHARACTER*(MAX_LEN_FNAM) KPP_ghatFile
32 INTEGER offlineIter0
33 INTEGER offlineOffsetIter
34 _RL deltaToffline
35 _RL offlineForcingPeriod
36 _RL offlineForcingCycle
37
38 #endif /* ALLOW_OFFLINE*/
39
40

  ViewVC Help
Powered by ViewVC 1.1.22