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

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

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


Revision 1.20 - (hide annotations) (download)
Sat Mar 2 17:40:59 2013 UTC (11 years, 3 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, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64e, checkpoint64g, checkpoint64f, HEAD
Changes since 1.19: +0 -1 lines
remove debugMode from main parameter file "data" (add it back, but
 commented out, in eedata)

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

  ViewVC Help
Powered by ViewVC 1.1.22