/[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.19 - (show annotations) (download)
Thu Nov 6 23:24:13 2014 UTC (9 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65g, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65o, HEAD
Changes since 1.18: +9 -9 lines
comment out diffKrT specification (not used since ALLOW_3D_DIFFKR is defined)

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

  ViewVC Help
Powered by ViewVC 1.1.22