/[MITgcm]/MITgcm/pkg/ocn_compon_interf/CPL_PARAMS.h
ViewVC logotype

Contents of /MITgcm/pkg/ocn_compon_interf/CPL_PARAMS.h

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


Revision 1.3 - (show annotations) (download)
Mon Jul 26 20:13:47 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint54e_post, checkpoint55d_pre, checkpoint55h_post, checkpoint55b_post, checkpoint54d_post, checkpoint55, checkpoint54f_post, checkpoint55g_post, checkpoint55f_post, checkpoint55e_post, checkpoint55a_post, checkpoint55d_post
Changes since 1.2: +5 -2 lines
File MIME type: text/plain
update coupling interface to work with new staggerTimeStep

1 C $Header: /u/gcmpack/MITgcm/pkg/ocn_compon_interf/CPL_PARAMS.h,v 1.2 2004/05/21 19:42:26 jmc Exp $
2 C $Name: $
3
4 #ifdef COMPONENT_MODULE
5 C *==========================================================*
6 C | CPL_PARAMS.h
7 C | o Header file for Coupling component interface
8 C *==========================================================*
9 C | this version is specific to 1 component (ocean)
10 C *==========================================================*
11
12 C-- COMMON /CPL_OCN_PAR_L/: logical parameters
13 C cpl_earlyExpImpCall :: call coupler early in the time stepping call sequence
14 C useImportHFlx :: True => use the Imported HeatFlux from couler
15 C useImportFW :: True => use the Imported Fresh Water flux fr cpl
16 C useImportTau :: True => use the Imported Wind-Stress from couler
17 C useImportSLP :: True => use the Imported Sea-level Pressure as
18 C atmospheric loading
19 C useImportSIce :: True => use the Imported Sea-Ice mass as ice-loading
20 COMMON /CPL_OCN_PAR_L/
21 & cpl_earlyExpImpCall,
22 & useImportHFlx, useImportFW, useImportTau,
23 & useImportSLP, useImportSIce
24 LOGICAL cpl_earlyExpImpCall
25 LOGICAL useImportHFlx
26 LOGICAL useImportFW
27 LOGICAL useImportTau
28 LOGICAL useImportSLP
29 LOGICAL useImportSIce
30
31 C-- COMMON /CPL_OCN_PAR_C/: Character valued parameters
32 c CHARACTER*(MAX_LEN_FNAM) cpl_ocnFile
33
34 C-- COMMON /CPL_OCN_PAR_R/: real-type parameters
35 C cpl_taveFreq :: Frequency^-1 for time-Aver. output (s)
36 COMMON /CPL_OCN_PAR_R/
37 & cpl_taveFreq
38 _RL cpl_taveFreq
39
40 #endif /* COMPONENT_MODULE */

  ViewVC Help
Powered by ViewVC 1.1.22