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

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

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


Revision 1.19 - (show annotations) (download)
Thu Dec 8 03:48:22 2011 UTC (12 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63g, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64d
Changes since 1.18: +2 -0 lines
set doResetHFactors=T to check that it has no impact

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 viscA4=1.E14,
12 diffKhT=0.,
13 diffKrT=3.E-5,
14 diffKhS=0.,
15 diffKrS=3.E-5,
16 rhoConst=1035.,
17 rhoConstFresh=1000.,
18 gravity=9.81,
19 eosType='JMD95P',
20 ivdc_kappa=10.,
21 implicitDiffusion=.TRUE.,
22 allowFreezing=.TRUE.,
23 exactConserv=.TRUE.,
24 select_rStar=2,
25 nonlinFreeSurf=4,
26 hFacInf=0.2,
27 hFacSup=2.0,
28 useRealFreshWaterFlux=.TRUE.,
29 useCDscheme=.TRUE.,
30 quasiHydrostatic=.TRUE.,
31 useNHMTerms=.TRUE.,
32 # turn on looped cells
33 hFacMin=.05,
34 hFacMindr=50.,
35 #- to check that it has no impact:
36 doResetHFactors=.TRUE.,
37 # set precision of data files
38 readBinaryPrec=32,
39 #writeBinaryPrec=64,
40 #debugMode=.TRUE.,
41 &
42
43 # Elliptic solver parameters
44 &PARM02
45 cg2dMaxIters=500,
46 cg2dTargetResidual=1.E-13,
47 &
48
49 # Time stepping parameters
50 &PARM03
51 nIter0=36000,
52 nTimeSteps=10,
53 # 100 years of integration will yield a reasonable flow field
54 # startTime = 0.,
55 # endTime = 3110400000.,
56 deltaTmom = 1800.,
57 tauCD = 321428.,
58 deltaTtracer= 86400.,
59 deltaTClock = 86400.,
60 deltaTfreesurf= 86400.,
61 abEps = 0.1,
62 pChkPtFreq= 311040000.,
63 dumpFreq= 311040000.,
64 dumpFreq= 864000.,
65 #monitorFreq=31104000.,
66 monitorFreq=1.,
67 # 2 months restoring timescale for temperature
68 tauThetaClimRelax= 5184000.,
69 # 6 months restoring timescale for salinity
70 tauSaltClimRelax = 15552000.,
71 periodicExternalForcing=.TRUE.,
72 externForcingPeriod=2592000.,
73 externForcingCycle=31104000.,
74 &
75
76 # Gridding parameters
77 &PARM04
78 usingSphericalPolarGrid=.TRUE.,
79 delR= 50., 70., 100., 140., 190.,
80 240., 290., 340., 390., 440.,
81 490., 540., 590., 640., 690.,
82 ygOrigin=-80.,
83 dySpacing=4.,
84 dxSpacing=4.,
85 &
86
87 # Input datasets
88 &PARM05
89 bathyFile= 'bathymetry.bin',
90 hydrogThetaFile='lev_t.bin',
91 hydrogSaltFile= 'lev_s.bin',
92 zonalWindFile= 'trenberth_taux.bin',
93 meridWindFile= 'trenberth_tauy.bin',
94 thetaClimFile= 'lev_sst.bin',
95 saltClimFile= 'lev_sss.bin',
96 surfQFile= 'ncep_qnet.bin',
97 the_run_name= 'global_ocean.90x40x15',
98 EmPmRFile= 'ncep_emp.bin',
99 &

  ViewVC Help
Powered by ViewVC 1.1.22