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

Annotation of /MITgcm_contrib/heimbach/config_global1x1_tot/input_bulk_adj/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:21 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     startTime=0.,
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 = 2635200.0,
96     taveFreq = 2635200.0,
97     # taveFreq = 2635200.0,
98     monitorFreq = 2635200.0,
99     #
100     # 30.5d
101     # tauThetaClimRelax=2635200.,
102     # tauSaltClimRelax=2635200.,
103     # 36d
104     # tauThetaClimRelax=3110400.,
105     # tauSaltClimRelax=3110400.,
106     /
107    
108     # *******************
109     # Gridding parameters
110     # *******************
111     &PARM04
112     usingCartesianGrid=.FALSE.,
113     usingSphericalPolarGrid=.TRUE.,
114     delX=360*1.E0,
115     delY=160*1.E0,
116     delZ=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200.,275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500.,
117     phimin=-80.,
118     thetamin=0.,
119     /
120    
121     # **********
122     # Data Files
123     # **********
124     &PARM05
125     bathyFile='bathy_fl.bin',
126     ### hydrogThetaFile='lev_monthly_temp_fl.bin',
127     ### hydrogSaltFile='lev_monthly_salt_fl.bin',
128     ### hydrogThetaFile = 'lev01_monthly_ptmp.bin_corK',
129     ### hydrogSaltFile = 'lev01_monthly_salt.bin_corK',
130     hydrogThetaFile = 'LEVITUS_1x1_ptmp_NEW_corK',
131     hydrogSaltFile = 'LEVITUS_1x1_salt_NEW_corK',
132     /

  ViewVC Help
Powered by ViewVC 1.1.22