/[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.12 - (show annotations) (download)
Wed Feb 7 01:30:48 2007 UTC (18 years, 5 months ago) by dimitri
Branch: MAIN
Changes since 1.11: +4 -4 lines
preparing for cube55

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=72,
50 deltaTmom =1200.,
51 deltaTtracer=1200.,
52 deltaTfreesurf=1200.,
53 deltaTClock =1200.,
54 abEps = 0.1,
55 forcing_In_AB=.FALSE.,
56 # 2 months restoring timescale for temperature
57 tauThetaClimRelax = 5184000.,
58 # 2yrs restoring timescale for salinity
59 tauSaltClimRelax = 62208000.,
60 monitorFreq =1.,
61 &
62
63 # Gridding parameters
64 &PARM04
65 usingCartesianGrid=.FALSE.,
66 usingSphericalPolarGrid=.FALSE.,
67 usingCurvilinearGrid=.TRUE.,
68 horizGridFile='grid_cs32',
69 delR= 50., 70., 100., 140., 190.,
70 240., 290., 340., 390., 440.,
71 490., 540., 590., 640., 690.,
72 &
73
74 # Input datasets
75 &PARM05
76 bathyFile ='bathy_Hmin50.bin',
77 hydrogThetaFile='lev_T_cs_15k.bin',
78 hydrogSaltFile ='lev_S_cs_15k.bin',
79 &

  ViewVC Help
Powered by ViewVC 1.1.22