/[MITgcm]/MITgcm_contrib/high_res_cube/input/data
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/input/data

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


Revision 1.7 - (show annotations) (download)
Sun Feb 20 19:42:59 2005 UTC (20 years, 5 months ago) by dimitri
Branch: MAIN
Changes since 1.6: +2 -1 lines
high_res_cube/*

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 viscAr =1.E-3,
11 diffKhT=0.,
12 diffK4T=0.,
13 diffKrT=3.E-5,
14 diffKhS=0.,
15 diffK4S=0.,
16 diffKrS=3.E-5,
17 implicitDiffusion=.TRUE.,
18 implicitViscosity=.true.,
19 gravity=9.81,
20 rhonil=1035.,
21 eosType='JMD95Z',
22 #staggerTimeStep=.TRUE.,
23 vectorInvariantMomentum=.TRUE.,
24 implicitFreeSurface=.TRUE.,
25 exactConserv=.TRUE.,
26 select_rStar=2,
27 nonlinFreeSurf=4,
28 hFacInf=0.2,
29 hFacSup=2.0,
30 useRealFreshWaterFlux=.TRUE.,
31 allowFreezing=.TRUE.,
32 hFacMin=.1,
33 hFacMinDr=20.,
34 readBinaryPrec=64,
35 globalFiles=.TRUE.
36 useSingleCPUio=.TRUE.
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=20,
50 deltaTmom =1200.,
51 deltaTtracer=1200.,
52 deltaTfreesurf=1200.,
53 deltaTClock =1200.,
54 abEps = 0.1,
55 forcing_In_AB=.FALSE.,
56 dumpFreq =24000.,
57 # 2 months restoring timescale for temperature
58 tauThetaClimRelax = 5184000.,
59 # 2yrs restoring timescale for salinity
60 tauSaltClimRelax = 62208000.,
61 monitorFreq =1.,
62 calendarDumps = .TRUE.
63 &
64
65 # Gridding parameters
66 &PARM04
67 usingCartesianGrid=.FALSE.,
68 usingSphericalPolarGrid=.FALSE.,
69 usingCurvilinearGrid=.TRUE.,
70 delR= 50., 70., 100., 140., 190.,
71 240., 290., 340., 390., 440.,
72 490., 540., 590., 640., 690.,
73 &
74
75 # Input datasets
76 &PARM05
77 bathyFile ='bathy_Hmin50.bin',
78 hydrogThetaFile='lev_T_cs_15k.bin',
79 hydrogSaltFile ='lev_S_cs_15k.bin',
80 &

  ViewVC Help
Powered by ViewVC 1.1.22