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

Annotation of /MITgcm/pkg/atm_compon_interf/CPL_PARAMS.h

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


Revision 1.4 - (hide annotations) (download)
Mon Oct 1 15:15:05 2007 UTC (16 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64i, checkpoint64h, checkpoint64j, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.3: +2 -2 lines
File MIME type: text/plain
change cpl_oldPickup: update description (comments).

1 jmc 1.4 C $Header: /u/gcmpack/MITgcm/pkg/aim_compon_interf/CPL_PARAMS.h,v 1.3 2007/06/18 21:28:52 jmc Exp $
2 jmc 1.1 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 (atmos)
10     C *==========================================================*
11    
12     C-- COMMON /CPL_ATM_PAR_L/: logical parameters
13 jmc 1.2 C cpl_earlyExpImpCall :: call coupler early in the time stepping call sequence
14 jmc 1.4 C cpl_oldPickup :: restart from an old pickup (= until checkpoint 59h)
15 jmc 1.2 C useImportMxlD :: True => use Imported Mix.Layer Detph from coupler
16     C useImportSST :: True => use the Imported SST from coupler
17     C useImportSSS :: True => use the Imported SSS from coupler
18     C useImportVsq :: True => use the Imported Surf. velocity^2
19 jmc 1.3 C useImportFlxCO2 :: True => use the Imported air-sea CO2 fluxes from coupler
20 jmc 1.2 COMMON /CPL_ATM_PAR_L/
21     & cpl_earlyExpImpCall, cpl_oldPickup,
22 jmc 1.3 & useImportMxlD, useImportSST, useImportSSS,
23     & useImportVsq, useImportFlxCO2
24 jmc 1.2
25     LOGICAL cpl_earlyExpImpCall
26     LOGICAL cpl_oldPickup
27 jmc 1.3 LOGICAL useImportMxlD, useImportSST, useImportSSS
28     LOGICAL useImportVsq, useImportFlxCO2
29 jmc 1.1
30     C-- COMMON /CPL_ATM_PAR_I/: Integer valued parameters
31     C cplSendFrq_iter :: send data to coupler every "cplSendFrq" iter
32     COMMON /CPL_ATM_PAR_I/
33     & cplSendFrq_iter
34     INTEGER cplSendFrq_iter
35    
36     C-- COMMON /CPL_ATM_PAR_C/: Character valued parameters
37     c CHARACTER*(MAX_LEN_FNAM) cpl_atmFile
38    
39     C-- COMMON /CPL_ATM_PAR_R/: real-type parameters
40     C cpl_atmSendFrq :: Frequency^-1 for sending data to coupler (s)
41 jmc 1.3 c COMMON /CPL_ATM_PAR_R/
42 jmc 1.1 c & cpl_atmSendFrq
43    
44 jmc 1.3 #endif /* COMPONENT_MODULE */

  ViewVC Help
Powered by ViewVC 1.1.22