/[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.14 - (show annotations) (download)
Mon Oct 22 13:40:08 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59k, checkpoint59j, checkpoint61b, checkpoint61a
Changes since 1.13: +1 -0 lines
add a "minimal" meta file (with just file data-precision)
and set pickupStrictlyMatch=.FALSE.
 to restart from "old" pickup (meta file without list of fields)

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 rhonil=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 taveFreq= 311040000.,
58 taveFreq= 864000.,
59 #monitorFreq=31104000.,
60 monitorFreq=1.,
61 # 2 months restoring timescale for temperature
62 tauThetaClimRelax= 5184000.,
63 # 6 months restoring timescale for salinity
64 tauSaltClimRelax = 15552000.,
65 periodicExternalForcing=.TRUE.,
66 externForcingPeriod=2592000.,
67 externForcingCycle=31104000.,
68 &
69
70 # Gridding parameters
71 &PARM04
72 usingSphericalPolarGrid=.TRUE.,
73 delR= 50., 70., 100., 140., 190.,
74 240., 290., 340., 390., 440.,
75 490., 540., 590., 640., 690.,
76 phiMin=-80.,
77 dySpacing=4.,
78 dxSpacing=4.,
79 &
80
81 # Input datasets
82 &PARM05
83 bathyFile= 'bathymetry.bin',
84 hydrogThetaFile='lev_t.bin',
85 hydrogSaltFile= 'lev_s.bin',
86 zonalWindFile= 'trenberth_taux.bin',
87 meridWindFile= 'trenberth_tauy.bin',
88 thetaClimFile= 'lev_sst.bin',
89 saltClimFile= 'lev_sss.bin',
90 surfQFile= 'ncep_qnet.bin',
91 the_run_name= 'global_ocean.90x40x15',
92 EmPmRFile= 'ncep_emp.bin',
93 &

  ViewVC Help
Powered by ViewVC 1.1.22