/[MITgcm]/MITgcm/verification/cpl_aim+ocn/input_ocn/data
ViewVC logotype

Contents of /MITgcm/verification/cpl_aim+ocn/input_ocn/data

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


Revision 1.10 - (show annotations) (download)
Thu Nov 12 20:12:16 2015 UTC (8 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, HEAD
Changes since 1.9: +1 -1 lines
explicitly set debugLevel to the default value (useful when debugMode=T)

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 gravity=9.81,
18 rhoConst=1030.,
19 rhoConstFresh=1000.,
20 eosType='JMD95Z',
21 #allowFreezing=.TRUE.,
22 ivdc_kappa=10.,
23 implicitDiffusion=.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 temp_EvPrRn=0.,
32 hFacMin=.1,
33 hFacMinDr=20.,
34 vectorInvariantMomentum=.TRUE.,
35 staggerTimeStep=.TRUE.,
36 readBinaryPrec=64,
37 writeBinaryPrec=64,
38 debugLevel=2,
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=0,
51 nTimeSteps=5,
52 deltaTmom =3600.,
53 deltaTtracer=3600.,
54 deltaTClock =3600.,
55 abEps = 0.1,
56 pChkptFreq =2592000.,
57 #taveFreq =2592000.,
58 dumpFreq =864000.,
59 monitorFreq =86400.,
60 monitorFreq =1.,
61 forcing_In_AB=.FALSE.,
62 periodicExternalForcing=.TRUE.,
63 externForcingPeriod=2592000.,
64 externForcingCycle=31104000.,
65 # 2 months restoring timescale for temperature
66 #tauThetaClimRelax= 5184000.,
67 # restoring timescale for salinity: 2yrs, 20 yrs
68 #tauSaltClimRelax = 62208000.,
69 tauSaltClimRelax = 622080000.,
70 &
71
72 # Gridding parameters
73 &PARM04
74 usingCurvilinearGrid=.TRUE.,
75 horizGridFile='grid_cs32',
76 radius_fromHorizGrid=6370.E3,
77 delR= 50., 70., 100., 140., 190.,
78 240., 290., 340., 390., 440.,
79 490., 540., 590., 640., 690.,
80 &
81
82 # Input datasets
83 &PARM05
84 bathyFile ='bathy_Hmin50.bin',
85 hydrogThetaFile='lev_T_cs_15k.bin',
86 hydrogSaltFile ='lev_S_cs_15k.bin',
87 zonalWindFile ='trenberth_taux.bin',
88 meridWindFile ='trenberth_tauy.bin',
89 thetaClimFile ='lev_surfT_cs_12m.bin',
90 saltClimFile ='lev_surfS_cs_12m.bin',
91 surfQFile ='shiQnet_cs32.bin',
92 EmPmRFile ='shiEmPR_cs32.bin',
93 &

  ViewVC Help
Powered by ViewVC 1.1.22