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

Contents of /MITgcm/verification/global_ocean.90x40x15/input_ad/data

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


Revision 1.17 - (show annotations) (download)
Wed Jul 4 18:09:14 2012 UTC (11 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f
Changes since 1.16: +0 -1 lines
remove inAdExact=.TRUE., (this is already the default value for inAdExact)

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 diffKhT=0.0,
11 diffKrT=3.E-5,
12 diffKhS=0.0,
13 diffKrS=3.E-5,
14 #ph(
15 #ph Many of the following params. are just for AD testing;
16 #ph not necesarily meaningful in a 4x4 deg. setting.
17 viscC4Leith=1.5,
18 viscC4Leithd=1.5,
19 viscA4GridMax=0.5,
20 useAreaViscLength=.TRUE.,
21 bottomDragQuadratic = 0.0021,
22 #ph)
23 rhonil=1035.,
24 gravity=9.81,
25 eosType = 'JMD95Z',
26 ivdc_kappa=10.,
27 implicitDiffusion=.TRUE.,
28 allowFreezing=.TRUE.,
29 useRealFreshWaterFlux=.TRUE.,
30 useCDscheme=.TRUE.,
31 exactConserv=.TRUE.,
32 # turn on looped cells
33 hFacMin=.05,
34 hFacMindr=50.,
35 # set precision of data files
36 readBinaryPrec=32,
37 debugLevel=1,
38 #ph(
39 vectorInvariantMomentum=.TRUE.,
40 hFacInf=0.2,
41 hFacSup=2.0,
42 nonlinFreeSurf=2,
43 staggerTimeStep=.TRUE.,
44 multiDimAdvection=.TRUE.,
45 tempAdvScheme=30,
46 saltAdvScheme=30,
47 tempVertAdvScheme=20,
48 saltVertAdvScheme=20,
49 tempImplVertAdv=.TRUE.,
50 saltImplVertAdv=.TRUE.,
51 #ph)
52 &
53
54 # Elliptic solver parameters
55 &PARM02
56 cg2dMaxIters=500,
57 cg2dTargetResidual=1.E-13,
58 &
59
60 # Time stepping parameters
61 &PARM03
62 nIter0 = 0,
63 nTimeSteps = 10,
64 # 100 years of integration will yield a reasonable flow field
65 # startTime = 0.,
66 # endTime = 3110400000.,
67 deltaTmom = 1200.0,
68 tauCD = 321428.,
69 deltaTtracer= 43200.0,
70 deltaTClock = 43200.0,
71 #deltaTfreesurf= 43200.,
72 abEps = 0.1,
73 pChkptFreq= 311040000.,
74 dumpFreq= 311040000.,
75 dumpFreq= 864000.,
76 adjDumpFreq= 432000.,
77 adjMonitorFreq=1.,
78 # taveFreq= 311040000.,
79 # taveFreq= 864000.,
80 #monitorFreq=31104000.,
81 monitorFreq=1.,
82 # 2 months restoring timescale for temperature
83 tauThetaClimRelax = 5184000.0,
84 # 6 months restoring timescale for salinity
85 tauSaltClimRelax = 15552000.0,
86 periodicExternalForcing=.TRUE.,
87 externForcingPeriod=2592000.,
88 externForcingCycle=31104000.,
89 &
90
91 # Gridding parameters
92 &PARM04
93 usingSphericalPolarGrid=.TRUE.,
94 delR= 50., 70., 100., 140., 190.,
95 240., 290., 340., 390., 440.,
96 490., 540., 590., 640., 690.,
97 ygOrigin=-80.,
98 dySpacing=4.,
99 dxSpacing=4.,
100 &
101
102 # Input datasets
103 &PARM05
104 bathyFile= 'bathymetry.bin',
105 hydrogThetaFile='lev_t.bin',
106 hydrogSaltFile= 'lev_s.bin',
107 zonalWindFile= 'trenberth_taux.bin',
108 meridWindFile= 'trenberth_tauy.bin',
109 thetaClimFile= 'lev_sst.bin',
110 saltClimFile= 'lev_sss.bin',
111 surfQFile= 'ncep_qnet.bin',
112 # fresh water flux is turned off, uncomment next line to turn on
113 # (not recommened together with surface salinity restoring)
114 # EmPmRFile= 'ncep_emp.bin',
115 &

  ViewVC Help
Powered by ViewVC 1.1.22