/[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.15 - (show annotations) (download)
Sun Mar 11 23:04:59 2012 UTC (12 years, 2 months ago) by heimbach
Branch: MAIN
Changes since 1.14: +4 -12 lines
Add implVertAdv to this adjoint exp. too.

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

  ViewVC Help
Powered by ViewVC 1.1.22