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

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

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


Revision 1.4 - (hide annotations) (download)
Wed Apr 9 16:07:41 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62v, checkpoint62u, checkpoint62t, 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: +22 -35 lines
File MIME type: text/plain
rename forcing file name (CFC_*); remove dic variables from CFC.h
 change common blocs name (to be different from the one in DIC_VARS.h)

1 jmc 1.4 C $Header: /u/gcmpack/MITgcm/pkg/cfc/CFC.h,v 1.3 2008/04/08 20:23:05 dfer Exp $
2 jmc 1.2 C $Name: $
3    
4 stephd 1.1 C /==========================================================\
5     C | CFC.h |
6     C |==========================================================|
7    
8     COMMON /CFC_NEEDS/
9 jmc 1.2 & AtmosCFC11, AtmosCFC12, AtmosP,
10 stephd 1.1 & 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 jmc 1.4 _RL fice (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
16 stephd 1.1
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 jmc 1.4 COMMON /CFC_SCHMIDT_NO/
30 stephd 1.1 & 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 jmc 1.4 COMMON /CFC_ATMOSDATA/
37 stephd 1.1 & 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 jmc 1.4 COMMON /CFC_LOAD/
44     & wind0, wind1, ice0, ice1, atmosp0, atmosp1
45 dfer 1.3 _RS wind0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
46     _RS wind1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
47     _RS ice0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
48     _RS ice1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
49     _RS atmosp0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
50     _RS atmosp1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
51    
52 jmc 1.4 C-- COMMON /CFC_FILENAMES/
53     C CFC_windFile :: file name of wind speeds
54     C CFC_atmospFile :: file name of atmospheric pressure
55     C CFC_iceFile :: file name of seaice fraction
56     C CFC_forcingPeriod :: periodic forcing parameter specific for cfc (seconds)
57     C CFC_forcingCycle :: periodic forcing parameter specific for cfc (seconds)
58    
59     COMMON /CFC_FILENAMES/
60     & CFC_windFile, CFC_atmospFile, CFC_iceFile,
61     & CFC_forcingPeriod, CFC_forcingCycle
62    
63     CHARACTER*(MAX_LEN_FNAM) CFC_windFile
64     CHARACTER*(MAX_LEN_FNAM) CFC_atmospFile
65     CHARACTER*(MAX_LEN_FNAM) CFC_iceFile
66     _RL CFC_forcingPeriod
67     _RL CFC_forcingCycle
68 dfer 1.3

  ViewVC Help
Powered by ViewVC 1.1.22