/[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.3 - (hide annotations) (download)
Tue Apr 8 20:23:05 2008 UTC (16 years, 2 months ago) by dfer
Branch: MAIN
Changes since 1.2: +40 -1 lines
File MIME type: text/plain
Moving forcing-related filenames and parameters from gchem to dic/cfc
and adding cfc_readparms.F+data.cfc in the move

1 dfer 1.3 C $Header: /u/gcmpack/MITgcm/pkg/cfc/CFC.h,v 1.2 2007/10/08 23:57:20 jmc 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     _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 /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 dfer 1.3 COMMON /cfc_load/
44     & wind0, wind1, ice0, ice1, atmosp0,
45     & atmosp1
46     _RS wind0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
47     _RS wind1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
48     _RS wind (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
49     _RS ice0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
50     _RS ice1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
51     _RS atmosp0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
52     _RS atmosp1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
53    
54     C-- COMMON /DIC_FILENAMES/
55     C WindFileCfc :: file name of wind speeds
56     C AtmospFileCfc :: file name of atmospheric pressure
57     C IceFileCfc :: file name of seaice fraction
58     C IronFileCfc :: file name of aeolian iron flux
59     C SilicaFileCfc :: file name of surface silica
60     C cfc_ForcingPeriod :: periodic forcing parameter specific for cfc (seconds)
61     C cfc_ForcingCycle :: periodic forcing parameter specific for cfc (seconds)
62     C dic_int* :: place holder to read in a integer number, set at run time
63    
64     COMMON /DIC_FILENAMES/
65     & WindFileCfc, AtmospFileCfc, IceFileCfc,
66     & IronFileCfc, SilicaFileCfc,
67     & cfc_ForcingPeriod, cfc_ForcingCycle,
68     & dic_int1, dic_int2, dic_int3, dic_int4
69    
70     CHARACTER*(MAX_LEN_FNAM) WindFileCfc
71     CHARACTER*(MAX_LEN_FNAM) AtmospFileCfc
72     CHARACTER*(MAX_LEN_FNAM) IceFileCfc
73     CHARACTER*(MAX_LEN_FNAM) IronFileCfc
74     CHARACTER*(MAX_LEN_FNAM) SilicaFileCfc
75     _RL cfc_ForcingPeriod
76     _RL cfc_ForcingCycle
77     INTEGER dic_int1
78     INTEGER dic_int2
79     INTEGER dic_int3
80     INTEGER dic_int4
81    

  ViewVC Help
Powered by ViewVC 1.1.22