/[MITgcm]/MITgcm/verification/OpenAD/input_oad/data
ViewVC logotype

Contents of /MITgcm/verification/OpenAD/input_oad/data

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


Revision 1.2 - (show annotations) (download)
Thu Nov 6 23:26:16 2014 UTC (9 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, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65g, HEAD
Changes since 1.1: +5 -6 lines
minor changes (kept closer to input_ad version)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef = 15*20.,
8 sRef = 15*35.,
9 viscAr=1.E-3,
10 viscAh=5.E5,
11 diffKhT=0.0,
12 diffKrT=3.E-5,
13 diffKhS=0.0,
14 diffKrS=3.E-5,
15 rhoConst=1035.,
16 rotationPeriod=86400.,
17 gravity=9.81,
18 eosType = 'JMD95Z',
19 ivdc_kappa=100.,
20 implicitDiffusion=.TRUE.,
21 allowFreezing=.TRUE.,
22 useRealFreshWaterFlux=.TRUE.,
23 useCDscheme=.TRUE.,
24 # turn on looped cells
25 hFacMin=.05,
26 hFacMindr=50.,
27 # set precision of data files
28 readBinaryPrec=32,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=1000,
34 cg2dTargetResidual=1.E-19,
35 &
36
37 # Time stepping parameters
38 &PARM03
39 nIter0 = 0,
40 nTimeSteps = 4,
41 # 100 years of integration will yield a reasonable flow field
42 # startTime = 0.,
43 # endTime = 3110400000.,
44 deltaTMom = 1200.0,
45 tauCD = 321428.,
46 deltaTtracer= 43200.0,
47 deltaTClock = 43200.0,
48 # if you are using a version later than checkpoint45d on the main branch
49 # you can uncomment the following line and increase the time step
50 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
51 # asynchronous time stepping
52 # deltaTfreesurf = 172800.0,
53 abEps = 0.1,
54 pChkptFreq= 311040000.,
55 dumpFreq = 2592000.,
56 adjDumpFreq = 2592000.,
57 monitorFreq = 0.,
58 adjMonitorFreq = 0.,
59 # 2 months restoring timescale for temperature
60 tauThetaClimRelax = 5184000.0,
61 # 6 months restoring timescale for salinity
62 tauSaltClimRelax = 15552000.0,
63 periodicExternalForcing=.TRUE.,
64 externForcingPeriod=2592000.,
65 externForcingCycle=31104000.,
66 &
67
68 # Gridding parameters
69 &PARM04
70 usingSphericalPolarGrid=.TRUE.,
71 delR= 50., 70., 100., 140., 190.,
72 240., 290., 340., 390., 440.,
73 490., 540., 590., 640., 690.,
74 ygOrigin=-80.,
75 dySpacing=4.,
76 dxSpacing=4.,
77 &
78
79 # Input datasets
80 &PARM05
81 bathyFile= 'bathymetry.bin',
82 hydrogThetaFile='lev_t.bin',
83 hydrogSaltFile= 'lev_s.bin',
84 zonalWindFile= 'trenberth_taux.bin',
85 meridWindFile= 'trenberth_tauy.bin',
86 thetaClimFile= 'lev_sst.bin',
87 saltClimFile= 'lev_sss.bin',
88 surfQFile= 'ncep_qnet.bin',
89 # fresh water flux is turned off, uncomment next line to turn on
90 # (not recommened together with surface salinity restoring)
91 # EmPmRFile= 'ncep_emp.bin',
92 &

  ViewVC Help
Powered by ViewVC 1.1.22