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

Annotation of /MITgcm/verification/global_ocean.cs32x15/input.thsice/data

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


Revision 1.11 - (hide annotations) (download)
Wed Nov 30 00:26:32 2016 UTC (8 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66j, checkpoint66i, checkpoint66h
Changes since 1.10: +6 -7 lines
To get implicit bottom drag tested, turn on implicitViscosity and selectImplicitDrag=2

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

  ViewVC Help
Powered by ViewVC 1.1.22