/[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.5 - (show annotations) (download)
Thu May 10 21:15:52 2007 UTC (17 years, 1 month ago) by jscott
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, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, 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.4: +11 -4 lines
File MIME type: text/plain
permit exchange of carbon variables between coupler <-> ocean

1 C $Header: /u/gcmpack/MITgcm/pkg/ocn_compon_interf/CPL_PARAMS.h,v 1.4 2004/10/27 23:19:42 edhill 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
18 C useImportSIce :: True => use the Imported Sea-Ice mass as ice-loading
19 C useImportFice :: True => use the Imported Seaice fraction fr cpl
20 C useImportCO2 :: True => use the Imported atmos. CO2 from coupler
21 C useImportWSpd :: True => use the Imported surface Wind speed fr cpl
22
23 COMMON /CPL_OCN_PAR_L/
24 & cpl_earlyExpImpCall,
25 & useImportHFlx, useImportFW, useImportTau,
26 & useImportSLP, useImportSIce, useImportFIce,
27 & useImportCO2, useImportWSpd,
28 & cpl_snapshot_mdsio, cpl_snapshot_mnc,
29 & cpl_timeave_mdsio, cpl_timeave_mnc
30 LOGICAL cpl_earlyExpImpCall
31 LOGICAL useImportHFlx
32 LOGICAL useImportFW
33 LOGICAL useImportTau
34 LOGICAL useImportSLP
35 LOGICAL useImportSIce
36 LOGICAL useImportFIce
37 LOGICAL useImportCO2
38 LOGICAL useImportWSpd
39 LOGICAL
40 & cpl_snapshot_mdsio, cpl_snapshot_mnc,
41 & cpl_timeave_mdsio, cpl_timeave_mnc
42
43 C-- COMMON /CPL_OCN_PAR_C/: Character valued parameters
44 c CHARACTER*(MAX_LEN_FNAM) cpl_ocnFile
45
46 C-- COMMON /CPL_OCN_PAR_R/: real-type parameters
47 C cpl_taveFreq :: Frequency^-1 for time-Aver. output (s)
48 COMMON /CPL_OCN_PAR_R/
49 & cpl_taveFreq
50 _RL cpl_taveFreq
51
52 #endif /* COMPONENT_MODULE */
53
54 CEH3 ;;; Local Variables: ***
55 CEH3 ;;; mode:fortran ***
56 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22