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

Contents of /MITgcm_contrib/heimbach/config_global1x1_tot/input/data

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


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri Jan 14 23:20:20 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 #
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=1.E2,
27 diffKzT=1.E-5,
28 diffKhS=1.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=.false.,
48 globalFiles=.false.,
49 #ph(
50 useSingleCpuIO=.TRUE.,
51 useCDscheme=.TRUE.,
52 useNHMTerms=.TRUE.,
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-7,
68 /
69
70 # ************************
71 # Time stepping parameters
72 # ************************
73 &PARM03
74 startTime=3600.,
75 # 2 months
76 # nTimeSteps=1440,
77 # 1 year
78 # nTimeSteps=8760,
79 # 2 years
80 ### nTimeSteps=17440,
81 # 11 years
82 ### nTimeSteps=96398,
83 # 12 years
84 nTimeSteps=105120,
85 #
86 tauCD=172800.,
87 deltaTmom=3600.0,
88 deltaTtracer=3600.0,
89 deltaTClock =3600.0,
90 cAdjFreq=0.,
91 abEps=0.1,
92 # pChkptFreq = 31536000.0,
93 # chkptFreq = 31536000.0,
94 dumpFreq = 31536000.0,
95 # adjDumpFreq = 31536000.0,
96 taveFreq = 31536000.0,
97 # taveFreq = 2635200.0,
98 monitorFreq = 2635200.0,
99 tauThetaClimRelax=0.,
100 tauSaltClimRelax=0.,
101 /
102
103 # *******************
104 # Gridding parameters
105 # *******************
106 &PARM04
107 usingCartesianGrid=.FALSE.,
108 usingSphericalPolarGrid=.TRUE.,
109 delX=360*1.E0,
110 delY=160*1.E0,
111 delZ=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200.,275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500.,
112 phimin=-80.,
113 thetamin=0.,
114 /
115
116 # **********
117 # Data Files
118 # **********
119 &PARM05
120 bathyFile='bathy_fl.bin',
121 ### hydrogThetaFile='lev_monthly_temp_fl.bin',
122 ### hydrogSaltFile='lev_monthly_salt_fl.bin',
123 ### hydrogThetaFile = 'lev01_monthly_ptmp.bin_corK',
124 ### hydrogSaltFile = 'lev01_monthly_salt.bin_corK',
125 hydrogThetaFile = 'LEVITUS_1x1_ptmp_NEW_corK',
126 hydrogSaltFile = 'LEVITUS_1x1_salt_NEW_corK',
127 /

  ViewVC Help
Powered by ViewVC 1.1.22