/[MITgcm]/MITgcm/verification/cpl_aim+ocn/shared_code/ATMIDS.h
ViewVC logotype

Contents of /MITgcm/verification/cpl_aim+ocn/shared_code/ATMIDS.h

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


Revision 1.3 - (show annotations) (download)
Mon Jun 18 21:31:10 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64q, checkpoint64p, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, 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, 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.2: +20 -7 lines
File MIME type: text/plain
updated with DIC field names

1 C $Header: /u/gcmpack/MITgcm/verification/cpl_aim+ocn/shared_code/ATMIDS.h,v 1.2 2004/05/21 20:21:39 jmc Exp $
2 C $Name: $
3
4 C *==========================================================*
5 C | ATMIDS.h Declare symbolic constants holding strings that
6 C | are used to identify this component and the
7 C | fields it exchanges with other components.
8 C *==========================================================*
9 CHARACTER*(8) atmCompName
10 PARAMETER( atmCompName = 'UV-Atmos' )
11
12 CHARACTER*(10) atmDepthName
13 PARAMETER( atmDepthName = 'ATM Depths' )
14 CHARACTER*(10) atmMxlDName
15 PARAMETER( atmMxlDName = 'ATM ocMxlD' )
16 CHARACTER*(7) atmSSTName
17 PARAMETER( atmSSTName = 'ATM SST' )
18 CHARACTER*(7) atmSSSName
19 PARAMETER( atmSSSName = 'ATM SSS' )
20 CHARACTER*(9) atmSSVsqName
21 PARAMETER( atmSSVsqName = 'ATM SSVsq' )
22 CHARACTER*(8) atmFCO2Name
23 PARAMETER( atmFCO2Name = 'ATM FCO2' )
24
25 CHARACTER*(8) atmSLPrName
26 PARAMETER( atmSLPrName = 'ATM SLPr' )
27 CHARACTER*(12) atmHeatFluxName
28 PARAMETER( atmHeatFluxName = 'ATM HeatFlux' )
29 CHARACTER*(14) atmQshortWaveName
30 PARAMETER( atmQshortWaveName = 'ATM Qshortwave' )
31 c CHARACTER*(13) atmQlongWaveName
32 c PARAMETER( atmQlongWaveName = 'ATM Qlongwave' )
33 c CHARACTER*(11) atmQlatentName
34 c PARAMETER( atmQlatentName = 'ATM Qlatent' )
35 c CHARACTER*(13) atmQsensibleName
36 c PARAMETER( atmQsensibleName = 'ATM Qsensible' )
37 c CHARACTER*(14) atmUvelgroundName
38 c PARAMETER( atmUvelgroundName = 'ATM Uvelground' )
39 c CHARACTER*(14) atmVvelgroundName
40 c PARAMETER( atmVvelgroundName = 'ATM Vvelground' )
41 CHARACTER*(8) atmTauXName
42 PARAMETER( atmTauXName = 'ATM tauX' )
43 CHARACTER*(8) atmTauYName
44 PARAMETER( atmTauYName = 'ATM tauY' )
45 CHARACTER*(9) atmEvMPrName
46 PARAMETER( atmEvMPrName = 'ATM Ev-Pr' )
47 CHARACTER*(10) atmRunOffName
48 PARAMETER( atmRunOffName = 'ATM RunOff' )
49 CHARACTER*(12) atmROEnFxName
50 PARAMETER( atmROEnFxName = 'ATM RO.EnFlx' )
51 CHARACTER*(12) atmSaltFxName
52 PARAMETER( atmSaltFxName = 'ATM SaltFlux' )
53 CHARACTER*(10) atmSeaIceName
54 PARAMETER( atmSeaIceName = 'ATM SeaIce' )
55 CHARACTER*(10) atmAirCO2Name
56 PARAMETER( atmAirCO2Name = 'ATM AirCO2' )
57 CHARACTER*(8) atmWSpdName
58 PARAMETER( atmWSpdName = 'ATM WSpd' )
59 CHARACTER*(8) atmFIceName
60 PARAMETER( atmFIceName = 'ATM FIce' )
61
62 C Pass carbon/DIC variables only if flag set below
63 LOGICAL atmCpl_exchange_DIC
64 PARAMETER( atmCpl_exchange_DIC = .FALSE.)
65

  ViewVC Help
Powered by ViewVC 1.1.22