/[MITgcm]/MITgcm/verification/tutorial_dic_adjoffline/input_ad/data
ViewVC logotype

Contents of /MITgcm/verification/tutorial_dic_adjoffline/input_ad/data

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


Revision 1.5 - (show annotations) (download)
Thu Jul 11 22:55:18 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64k, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint65, 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, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.4: +2 -3 lines
increase monitorFreq and set explicitly PTRACERS_monitorFreq to 1.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=15*20.,
8 sRef=15*35.,
9 viscA4=0.,
10 viscAh=2.E5,
11 diffKhT=0.E3,
12 diffKhS=0.E3,
13 viscAz=1.E-3,
14 #diffKzT=3.E-5,
15 #diffKzS=3.E-5,
16 diffKrBL79surf= 3.E-5,
17 diffKrBL79deep= 13.E-5,
18 diffKrBL79Ho = -2000.,
19 diffKrBL79scl = 150.,
20 gravity=9.81,
21 rhoConst=1035.,
22 rhoConstFresh=1000.,
23 implicitFreeSurface=.TRUE.,
24 eosType='JMD95Z',
25 implicitDiffusion=.TRUE.,
26 implicitViscosity=.TRUE.,
27 ivdc_kappa=100.,
28 tempAdvScheme = 2,
29 saltAdvScheme = 2,
30 #allowFreezing=.TRUE.,
31 # turn on looped cells
32 hFacMin=.1,
33 hFacMindz=50.,
34 useCDscheme=.FALSE.,
35 &
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=1000,
40 cg2dTargetResidual=1.E-13,
41 &
42
43 # Time stepping parameters
44 &PARM03
45 nIter0=0,
46 # for verification
47 nTimeSteps = 5,
48 # for longer run
49 # nTimeSteps = 720,
50 deltaTmom = 900.,
51 #tauCD = 321428.,
52 deltaTtracer= 43200.,
53 deltaTClock = 43200.,
54 abEps = 0.1,
55 # for longer run
56 pChkptFreq = 31104000.,
57 #chkptFreq = 31104000.,
58 dumpFreq = 2592000.,
59 taveFreq = 2592000.,
60 monitorFreq= 2592000.,
61 #
62 # tauThetaClimRelax = 5184000.,
63 # tauSaltClimRelax = 7776000.,
64 periodicExternalForcing=.TRUE.,
65 externForcingPeriod=2592000.,
66 externForcingCycle=31104000.,
67 &
68
69 # Gridding parameters
70 &PARM04
71 usingSphericalPolarGrid=.TRUE.,
72 delZ= 50., 70., 100., 140., 190.,
73 240., 290., 340., 390., 440.,
74 490., 540., 590., 640., 690.,
75 ygOrigin=-90.,
76 delX=128*2.8125,
77 delY=64*2.8125,
78 &
79
80 # Input datasets
81 &PARM05
82 bathyFile= 'bathy.bin',
83 hydrogThetaFile='',
84 hydrogSaltFile= '',
85 zonalWindFile= '',
86 meridWindFile= '',
87 # thetaClimFile= '',
88 # saltClimFile= '',
89 surfQFile= '',
90 EmPmRFile= '',
91 the_run_name= 'Offline dic',
92 &

  ViewVC Help
Powered by ViewVC 1.1.22