/[MITgcm]/MITgcm/pkg/cfc/CFC.h
ViewVC logotype

Contents of /MITgcm/pkg/cfc/CFC.h

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


Revision 1.5 - (show annotations) (download)
Sun Apr 17 21:01:36 2011 UTC (13 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64h, 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, checkpoint63, checkpoint62w, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.4: +11 -4 lines
File MIME type: text/plain
call S/R GET_PERIODIC_INTERVAL to get interp. weights and time reccord number

1 C $Header: /u/gcmpack/MITgcm/pkg/cfc/CFC.h,v 1.4 2008/04/09 16:07:41 jmc Exp $
2 C $Name: $
3
4 C *==========================================================*
5 C | CFC.h
6 C *==========================================================*
7
8 COMMON /CFC_NEEDS/
9 & AtmosCFC11, AtmosCFC12, AtmosP,
10 & pisvel,fice
11 _RL AtmosCFC11(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
12 _RL AtmosCFC12(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
13 _RL Atmosp(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
14 _RL pisvel(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
15 _RL fice (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
16
17 COMMON /CFC11_CHEM/
18 & A1_11,A2_11,A3_11,A4_11,
19 & B1_11,B2_11,B3_11,
20 & A1_12,A2_12,A3_12,A4_12,
21 & B1_12,B2_12,B3_12
22 _RL A1_11,A2_11,A3_11,A4_11
23 _RL B1_11,B2_11,B3_11
24 _RL A1_12,A2_12,A3_12,A4_12
25 _RL B1_12,B2_12,B3_12
26
27
28 C schmidt number coefficients
29 COMMON /CFC_SCHMIDT_NO/
30 & sca_11_1, sca_11_2, sca_11_3, sca_11_4,
31 & sca_12_1, sca_12_2, sca_12_3, sca_12_4
32 _RL sca_11_1, sca_11_2, sca_11_3, sca_11_4
33 _RL sca_12_1, sca_12_2, sca_12_3, sca_12_4
34
35 c atmospheric CFC timseries
36 COMMON /CFC_ATMOSDATA/
37 & ACFC11, ACFC12,
38 & cfc_yearbeg, cfc_yearend
39 _RL ACFC11(100,2)
40 _RL ACFC12(100,2)
41 INTEGER cfc_yearbeg, cfc_yearend
42
43 C-- COMMON /CFC_LOAD/
44 C CFC_ldRec :: time-record currently loaded (in temp arrays *[1])
45
46 COMMON /CFC_LOAD_I/ CFC_ldRec
47 COMMON /CFC_LOAD/
48 & wind0, wind1, ice0, ice1, atmosp0, atmosp1
49
50 INTEGER CFC_ldRec(nSx,nSy)
51 _RS wind0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
52 _RS wind1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
53 _RS ice0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
54 _RS ice1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
55 _RS atmosp0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
56 _RS atmosp1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
57
58 C-- COMMON /CFC_FILENAMES/
59 C CFC_windFile :: file name of wind speeds
60 C CFC_atmospFile :: file name of atmospheric pressure
61 C CFC_iceFile :: file name of seaice fraction
62 C CFC_forcingPeriod :: periodic forcing parameter specific for cfc (seconds)
63 C CFC_forcingCycle :: periodic forcing parameter specific for cfc (seconds)
64
65 COMMON /CFC_FILENAMES/
66 & CFC_windFile, CFC_atmospFile, CFC_iceFile,
67 & CFC_forcingPeriod, CFC_forcingCycle
68
69 CHARACTER*(MAX_LEN_FNAM) CFC_windFile
70 CHARACTER*(MAX_LEN_FNAM) CFC_atmospFile
71 CHARACTER*(MAX_LEN_FNAM) CFC_iceFile
72 _RL CFC_forcingPeriod
73 _RL CFC_forcingCycle
74
75 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|

  ViewVC Help
Powered by ViewVC 1.1.22