/[MITgcm]/MITgcm_contrib/eh3/llc/ecco-godae/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/eh3/llc/ecco-godae/input/data

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


Revision 1.1 - (hide annotations) (download)
Wed Aug 23 21:07:51 2006 UTC (18 years, 11 months ago) by edhill
Branch: MAIN
initial ci of bathy

1 edhill 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=15*20.,
8     sRef=15*35.,
9     # viscAh =3.E5,
10     viscAh =3.E4,
11     viscAr =1.E-3,
12     diffKhT=0.,
13     diffK4T=0.,
14     diffKrT=3.E-5,
15     diffKhS=0.,
16     diffK4S=0.,
17     diffKrS=3.E-5,
18     ivdc_kappa=10.,
19     implicitDiffusion=.TRUE.,
20     gravity=9.81,
21     rhonil=1035.,
22     rhoConstFresh=1000.,
23     eosType='JMD95Z',
24     staggerTimeStep=.TRUE.,
25     vectorInvariantMomentum=.TRUE.,
26     implicitFreeSurface=.TRUE.,
27     exactConserv=.TRUE.,
28     select_rStar=2,
29     nonlinFreeSurf=4,
30     hFacInf=0.2,
31     hFacSup=2.0,
32     useRealFreshWaterFlux=.TRUE.,
33     hFacMin=.1,
34     hFacMinDr=20.,
35     readBinaryPrec=64,
36     #writeBinaryPrec=64,
37     &
38    
39     # Elliptic solver parameters
40     &PARM02
41     cg2dMaxIters=200,
42     #cg2dTargetResidual=1.E-9,
43     cg2dTargetResWunit=1.E-14,
44     &
45    
46     # Time stepping parameters
47     &PARM03
48     nIter0=0,
49     nTimeSteps=400,
50     #nTimeSteps=10,
51     deltaT = 360.,
52     #deltaTmom =1200.,
53     #deltaTtracer=86400.,
54     #deltaTfreesurf=86400.,
55     #deltaTClock =86400.,
56     abEps = 0.1,
57     forcing_In_AB=.FALSE.,
58     pChkptFreq =1555200000.,
59     #chkptFreq =311040000.,
60     #taveFreq =1555200000.,
61     dumpFreq =777600000.,
62     dumpFreq =3600.,
63     dumpFreq =1.,
64     #monitorFreq =2592000.,
65     monitorFreq =864000.,
66     monitorFreq = 1.,
67     taveFreq = 0.,
68     taveFreq = 0.,
69     #tave_lastIter=0.,
70     #periodicExternalForcing=.TRUE.,
71     #externForcingPeriod=2592000.,
72     #externForcingCycle=31104000.,
73     # 2 months restoring timescale for temperature
74     #tauThetaClimRelax = 5184000.,
75     # 6 months restoring timescale for salinity
76     #tauSaltClimRelax = 15552000.,
77     #latBandClimRelax=50.,
78     #tauThetaClimRelax= 2592000.,
79     #tauSaltClimRelax = 2592000.,
80     &
81    
82     # Gridding parameters
83     &PARM04
84     usingCurvilinearGrid=.TRUE.,
85     #horizGridFile='grid_cs32',
86     delR= 50., 70., 100., 140., 190.,
87     240., 290., 340., 390., 440.,
88     490., 540., 590., 640., 690.,
89     # delR = 0.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
90     # 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85,
91     # 31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
92     # 93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
93     # 139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
94     # 341.50,364.50,387.50,410.50,433.50,456.50,
95     &
96    
97     # Input datasets
98     &PARM05
99     bathyFile ='bathy',
100     #hydrogThetaFile='lev_T_cs_15k.bin',
101     #hydrogSaltFile ='lev_S_cs_15k.bin',
102     # pSurfInitFile = 'ssh',
103     #zonalWindFile ='trenberth_taux.bin',
104     #meridWindFile ='trenberth_tauy.bin',
105     #thetaClimFile ='lev_surfT_cs_12m.bin',
106     #saltClimFile ='lev_surfS_cs_12m.bin',
107     &

  ViewVC Help
Powered by ViewVC 1.1.22