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

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

  ViewVC Help
Powered by ViewVC 1.1.22