/[MITgcm]/MITgcm_contrib/heimbach/config_global1x1_tot/input_seaice/data
ViewVC logotype

Annotation of /MITgcm_contrib/heimbach/config_global1x1_tot/input_seaice/data

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


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Fri Jan 14 23:20:22 2005 UTC (20 years, 6 months ago) by heimbach
Branch: MAIN, original_nasa_ames
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
Import various global1x1_tot setups

1 heimbach 1.1 #
2     # ******************************
3     # Model parameters
4     # Continuous equation parameters
5     # ******************************
6     &PARM01
7     tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
8     19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
9     14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
10     9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
11     4.0 , 3.0 , 2.0 ,
12     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
13     34.90, 34.86, 34.78, 34.69, 34.60,
14     34.58, 34.62, 34.68, 34.72, 34.73,
15     34.74, 34.73, 34.73, 34.72, 34.72,
16     34.71, 34.70, 34.69,
17     no_slip_sides=.false.,
18     no_slip_bottom=.TRUE.,
19     viscAz=1.E-3,
20     viscAh=1.E4,
21     #ph(
22     # diffKhT=1.E3,
23     # diffKzT=1.E-5,
24     # diffKhS=1.E3,
25     # diffKzS=1.E-5,
26     diffKhT=2.E2,
27     diffKzT=1.E-5,
28     diffKhS=2.E2,
29     diffKzS=1.E-5,
30     #ph)
31     beta=1.E-11,
32     tAlpha=2.E-4,
33     sBeta =7.4E-4,
34     gravity=9.81,
35     gBaro=9.81,
36     rigidLid=.FALSE.,
37     implicitFreeSurface=.true.,
38     eosType='POLY3',
39     # readBinaryPrec=64,
40     readBinaryPrec=32,
41     writeBinaryPrec=32,
42     saltStepping=.TRUE.,
43     tempStepping=.TRUE.,
44     momStepping=.TRUE.,
45     implicitDiffusion=.true.,
46     implicitViscosity=.true.,
47     # allowFreezing=.TRUE.,
48     globalFiles=.false.,
49     #ph(
50     useSingleCpuIO=.TRUE.,
51     useCDscheme=.TRUE.,
52     useNHMTerms=.FALSE.,
53     ### usePickupBeforeC54=.TRUE.,
54     tempAdvScheme = 3,
55     saltAdvScheme = 3,
56     # hFacMin=0.2,
57     # hFacMinDz = 50,
58     #ph)
59     debugLevel=1,
60     /
61    
62     # **************************
63     # Elliptic solver parameters
64     # **************************
65     &PARM02
66     cg2dMaxIters=300,
67     cg2dTargetResidual=1.E-10,
68     /
69    
70     # ************************
71     # Time stepping parameters
72     # ************************
73     &PARM03
74     forcing_In_AB = .FALSE.,
75     startTime=0.,
76     # 2 months
77     # nTimeSteps=1440,
78     # 1 year
79     # nTimeSteps=8760,
80     # 2 years
81     ### nTimeSteps=17440,
82     # 11 years
83     ### nTimeSteps=96398,
84     # 12 years
85     nTimeSteps=105120,
86     #
87     tauCD=172800.,
88     deltaTmom=3600.0,
89     deltaTtracer=3600.0,
90     deltaTClock =3600.0,
91     cAdjFreq=0.,
92     abEps=0.1,
93     pChkptFreq = 31536000.0,
94     chkptFreq = 31536000.0,
95     # dumpFreq = 31536000.0,
96     # adjDumpFreq = 31536000.0,
97     taveFreq = 31536000.0,
98     # taveFreq = 2635200.0,
99     monitorFreq = 2635200.0,
100     #
101     # 30.5d
102     # tauThetaClimRelax=2635200.,
103     # tauSaltClimRelax=2635200.,
104     # 36d
105     # tauThetaClimRelax=3110400.,
106     # tauSaltClimRelax=3110400.,
107     /
108    
109     # *******************
110     # Gridding parameters
111     # *******************
112     &PARM04
113     usingCartesianGrid=.FALSE.,
114     usingSphericalPolarGrid=.TRUE.,
115     delX=360*1.E0,
116     delY=160*1.E0,
117     delZ=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200.,275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500.,
118     phimin=-80.,
119     thetamin=0.,
120     /
121    
122     # **********
123     # Data Files
124     # **********
125     &PARM05
126     bathyFile='bathy_fl.bin',
127     ### hydrogThetaFile='lev_monthly_temp_fl.bin',
128     ### hydrogSaltFile='lev_monthly_salt_fl.bin',
129     ### hydrogThetaFile = 'lev01_monthly_ptmp.bin_corK',
130     ### hydrogSaltFile = 'lev01_monthly_salt.bin_corK',
131     hydrogThetaFile = 'LEVITUS_1x1_ptmp_NEW_corK',
132     hydrogSaltFile = 'LEVITUS_1x1_salt_NEW_corK',
133     /

  ViewVC Help
Powered by ViewVC 1.1.22