/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/input.seaice/data
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.cs32x15/input.seaice/data

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


Revision 1.7 - (show annotations) (download)
Mon Aug 21 18:22:51 2017 UTC (6 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, HEAD
Changes since 1.6: +1 -0 lines
set "plotLevel" to zero.

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 diffKrT=3.E-5,
12 diffKrS=3.E-5,
13 ivdc_kappa=10.,
14 implicitDiffusion=.TRUE.,
15 gravity=9.81,
16 rhoConst=1035.,
17 rhoConstFresh=1000.,
18 eosType='JMD95Z',
19 staggerTimeStep=.TRUE.,
20 vectorInvariantMomentum=.TRUE.,
21 implicitFreeSurface=.TRUE.,
22 exactConserv=.TRUE.,
23 select_rStar=2,
24 nonlinFreeSurf=4,
25 hFacInf=0.2,
26 hFacSup=2.0,
27 useRealFreshWaterFlux=.TRUE.,
28 hFacMin=.1,
29 hFacMinDr=20.,
30 #- to check that it has no impact:
31 doResetHFactors=.TRUE.,
32 #tempAdvScheme=77,
33 #saltAdvScheme=77,
34 readBinaryPrec=64,
35 writeBinaryPrec=64,
36 useSingleCpuIO=.TRUE.,
37 #debugLevel = 2,
38 plotLevel=0,
39 &
40
41 # Elliptic solver parameters
42 &PARM02
43 cg2dMaxIters=200,
44 #cg2dTargetResidual=1.E-9,
45 cg2dTargetResWunit=1.E-14,
46 &
47
48 # Time stepping parameters
49 &PARM03
50 nIter0=72000,
51 nTimeSteps=10,
52 #endTime=31104000.,
53 deltaTMom =1200.,
54 deltaTtracer=86400.,
55 deltaTFreeSurf=86400.,
56 deltaTClock =86400.,
57 abEps = 0.1,
58 forcing_In_AB=.FALSE.,
59 pickupStrictlyMatch=.FALSE.,
60 pChkptFreq =3110400000.,
61 chkptFreq = 155520000.,
62 #tave_lastIter=0.,
63 #taveFreq = 2592000.,
64 #dumpFreq = 864000.,
65 monitorFreq = 15552000.,
66 periodicExternalForcing=.TRUE.,
67 externForcingPeriod=2592000.,
68 externForcingCycle=31104000.,
69 # 6 months restoring timescale for temperature
70 #tauThetaClimRelax = 15552000.,
71 # 2 months restoring timescale for tsalinity
72 #tauSaltClimRelax = 5184000.,
73 #latBandClimRelax=60.,
74 monitorFreq =1.,
75 &
76
77 # Gridding parameters
78 &PARM04
79 usingCurvilinearGrid=.TRUE.,
80 horizGridFile='grid_cs32',
81 radius_fromHorizGrid=6370.E3,
82 delR= 50., 70., 100., 140., 190.,
83 240., 290., 340., 390., 440.,
84 490., 540., 590., 640., 690.,
85 &
86
87 # Input datasets
88 &PARM05
89 bathyFile ='bathy_Hmin50.bin',
90 hydrogThetaFile='lev_T_cs_15k.bin',
91 hydrogSaltFile ='lev_S_cs_15k.bin',
92 &

  ViewVC Help
Powered by ViewVC 1.1.22