/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input.idemix/data
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/input.idemix/data

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


Revision 1.1 - (show annotations) (download)
Thu Feb 19 16:26:34 2015 UTC (9 years, 2 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, HEAD
add verification experiment for IDEMIX

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef = 15*20.,
8 sRef = 15*35.,
9 # background dissipation will be taken care of by IDEMIX
10 # so we turn it off here
11 #viscAr=1.E-3,
12 viscAh=5.E5,
13 #diffKhT=0.,
14 #diffKrT=3.E-5,
15 #diffKhS=0.,
16 #diffKrS=3.E-5,
17 no_slip_sides =.FALSE.,
18 no_slip_bottom=.FALSE.,
19 rhoConst=1035.,
20 rhoConstFresh=1000.,
21 eosType='JMD95P',
22 # should use this with ggl90 for avoiding local instabilities
23 ivdc_kappa = 1.,
24 implicitViscosity=.TRUE.,
25 implicitDiffusion=.TRUE.,
26 allowFreezing=.TRUE.,
27 exactConserv=.TRUE.,
28 useRealFreshWaterFlux=.TRUE.,
29 useCDscheme=.TRUE.,
30 # turn on looped cells
31 hFacMin=.05,
32 hFacMindr=50.,
33 # set precision of data files
34 readBinaryPrec=32,
35 #writeBinaryPrec=64,
36 &
37
38 # Elliptic solver parameters
39 &PARM02
40 cg2dMaxIters=500,
41 cg2dTargetResidual=1.E-13,
42 &
43
44 # Time stepping parameters
45 &PARM03
46 nIter0=0,
47 nTimeSteps=10,
48 # 100 years of integration will yield a reasonable flow field
49 # startTime = 0.,
50 # endTime = 3110400000.,
51 deltaTmom = 1800.,
52 tauCD = 321428.,
53 deltaTtracer= 86400.,
54 deltaTClock = 86400.,
55 deltaTfreesurf= 86400.,
56 abEps = 0.1,
57 pChkPtFreq= 311040000.,
58 dumpFreq= 311040000.,
59 dumpFreq= 864000.,
60 #monitorFreq=31104000.,
61 monitorFreq=1.,
62 # 2 months restoring timescale for temperature
63 tauThetaClimRelax= 5184000.,
64 # 6 months restoring timescale for salinity
65 tauSaltClimRelax = 15552000.,
66 periodicExternalForcing=.TRUE.,
67 externForcingPeriod=2592000.,
68 externForcingCycle=31104000.,
69 &
70
71 # Gridding parameters
72 &PARM04
73 usingSphericalPolarGrid=.TRUE.,
74 delR= 50., 70., 100., 140., 190.,
75 240., 290., 340., 390., 440.,
76 490., 540., 590., 640., 690.,
77 ygOrigin=-80.,
78 dySpacing=4.,
79 dxSpacing=4.,
80 &
81
82 # Input datasets
83 &PARM05
84 bathyFile= 'bathymetry.bin',
85 hydrogThetaFile='lev_t.bin',
86 hydrogSaltFile= 'lev_s.bin',
87 zonalWindFile= 'trenberth_taux.bin',
88 meridWindFile= 'trenberth_tauy.bin',
89 thetaClimFile= 'lev_sst.bin',
90 saltClimFile= 'lev_sss.bin',
91 surfQFile= 'ncep_qnet.bin',
92 the_run_name= 'idemix_90x40x15',
93 &

  ViewVC Help
Powered by ViewVC 1.1.22