/[MITgcm]/MITgcm_contrib/verification_other/cpl_gray+ocn/input_ocn/data
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/cpl_gray+ocn/input_ocn/data

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


Revision 1.3 - (hide annotations) (download)
Thu Nov 12 20:16:04 2015 UTC (9 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u
Changes since 1.2: +1 -1 lines
explicitly set debugLevel to the default value (useful when debugMode=T)

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     bottomDragLinear=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     gravity=9.81,
19     rhoConst=1030.,
20     rhoConstFresh=1000.,
21     eosType='JMD95Z',
22     #allowFreezing=.TRUE.,
23     ivdc_kappa=10.,
24     implicitDiffusion=.TRUE.,
25     implicitFreeSurface=.TRUE.,
26     exactConserv=.TRUE.,
27     select_rStar=2,
28     nonlinFreeSurf=4,
29     hFacInf=0.2,
30     hFacSup=2.0,
31     useRealFreshWaterFlux=.TRUE.,
32     temp_EvPrRn=0.,
33     hFacMin=.1,
34     hFacMinDr=20.,
35     vectorInvariantMomentum=.TRUE.,
36     staggerTimeStep=.TRUE.,
37     readBinaryPrec=64,
38     writeBinaryPrec=64,
39 jmc 1.3 debugLevel=2,
40 jmc 1.1 &
41    
42     # Elliptic solver parameters
43     &PARM02
44     cg2dMaxIters=200,
45     cg2dTargetResidual=1.E-9,
46     #cg2dTargetResWunit=1.E-14,
47     &
48    
49     # Time stepping parameters
50     &PARM03
51     nIter0=0,
52 jmc 1.2 # 10.yrs or 8.yrs:
53     #nTimeSteps=108000,
54     nTimeSteps= 86400,
55 jmc 1.1 deltaTmom =2880.,
56     deltaTtracer=2880.,
57     deltaTClock =2880.,
58     abEps = 0.1,
59 jmc 1.2 #pChkptFreq =311040000.,
60     #chkptFreq = 77760000.,
61     pChkptFreq =248832000.,
62     chkptFreq = 62208000.,
63     dumpFreq = 31104000.,
64     monitorFreq= 2592000.,
65 jmc 1.1 forcing_In_AB=.FALSE.,
66     #periodicExternalForcing=.TRUE.,
67     #externForcingPeriod=2592000.,
68     #externForcingCycle=31104000.,
69     # 2 months restoring timescale for temperature
70     #tauThetaClimRelax= 5184000.,
71     # restoring timescale for salinity: 2yrs, 20 yrs
72     #tauSaltClimRelax = 62208000.,
73     #tauSaltClimRelax = 622080000.,
74     #- short test:
75 jmc 1.2 nTimeSteps= 5,
76 jmc 1.1 monitorFreq=1.,
77     &
78    
79     # Gridding parameters
80     &PARM04
81     usingCurvilinearGrid=.TRUE.,
82     horizGridFile='dxC1_dXYa',
83     radius_fromHorizGrid=6370.E3,
84     delR= 32., 46., 66., 92., 124.,
85     156., 190., 222., 254., 288.,
86     320., 354., 386., 418., 452.,
87     &
88    
89     # Input datasets
90     &PARM05
91     bathyFile ='flat_4km.bin',
92 jmc 1.2 addWwallFile='wall_W_DbD.bin',
93     addSwallFile='wall_S_DbD.bin',
94 jmc 1.1 hydrogThetaFile='tIni_cpl.bin',
95     hydrogSaltFile ='sIni_cpl.bin',
96     #thetaClimFile ='lev_surfT_cs_12m.bin',
97     #saltClimFile ='lev_surfS_cs_12m.bin',
98     &

  ViewVC Help
Powered by ViewVC 1.1.22