/[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.16 - (show annotations) (download)
Tue Jan 27 15:38:49 2009 UTC (15 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62, checkpoint62b, checkpoint61n, checkpoint61q, checkpoint61z, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.15: +1 -1 lines
rename thetaMin,phiMin -> xgOrigin,ygOrigin

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

  ViewVC Help
Powered by ViewVC 1.1.22