/[MITgcm]/MITgcm_contrib/eh3/llc/gwave_llc_eg_1deg/input/data
ViewVC logotype

Contents of /MITgcm_contrib/eh3/llc/gwave_llc_eg_1deg/input/data

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


Revision 1.3 - (show annotations) (download)
Mon Jun 19 14:42:51 2006 UTC (19 years, 1 month ago) by mlosch
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
modify to use new topography

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 &
90
91 # Input datasets
92 &PARM05
93 bathyFile ='bathy',
94 #hydrogThetaFile='lev_T_cs_15k.bin',
95 #hydrogSaltFile ='lev_S_cs_15k.bin',
96 pSurfInitFile = 'ssh',
97 #zonalWindFile ='trenberth_taux.bin',
98 #meridWindFile ='trenberth_tauy.bin',
99 #thetaClimFile ='lev_surfT_cs_12m.bin',
100 #saltClimFile ='lev_surfS_cs_12m.bin',
101 &

  ViewVC Help
Powered by ViewVC 1.1.22