/[MITgcm]/MITgcm/verification/global_ocean_ebm/input/data
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean_ebm/input/data

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


Revision 1.2 - (hide annotations) (download)
Thu Mar 2 02:01:57 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61h, checkpoint58b_post, checkpoint58m_post
Changes since 1.1: +7 -6 lines
set rotationPeriod to 1 day (=the previous value) since the default has changed

1 heimbach 1.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 jmc 1.2 diffKhT=0.0,
12 heimbach 1.1 diffKrT=3.E-5,
13 jmc 1.2 diffKhS=0.0,
14 heimbach 1.1 diffKrS=3.E-5,
15     rhonil=1035.,
16 jmc 1.2 rotationPeriod=86400.,
17 heimbach 1.1 gravity=9.81,
18     eosType = 'POLY3',
19     ivdc_kappa=100.,
20     implicitDiffusion=.TRUE.,
21     useOldFreezing=.TRUE.,
22     useRealFreshWaterFlux=.TRUE.,
23     useCDscheme=.TRUE.,
24     useNHMTerms=.TRUE.,
25     # turn on looped cells
26     hFacMin=.05,
27     hFacMindr=50.,
28     # set precision of data files
29     readBinaryPrec=32,
30     &
31    
32     # Elliptic solver parameters
33     &PARM02
34     cg2dMaxIters=500,
35     cg2dTargetResidual=1.E-13,
36     &
37    
38     # Time stepping parameters
39     &PARM03
40     nIter0 = 0,
41     nTimeSteps = 20,
42     # 100 years of integration will yield a reasonable flow field
43     # startTime = 0.,
44     # endTime = 3110400000.,
45     deltaTmom = 1200.0,
46     tauCD = 321428.,
47     deltaTtracer= 43200.0,
48     deltaTClock = 43200.0,
49     # if you are using a version later than checkpoint45d on the main branch
50 jmc 1.2 # you can uncomment the following line and increase the time step
51     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
52 heimbach 1.1 # asynchronous time stepping
53     # deltaTfreesurf = 172800.0,
54     abEps = 0.1,
55     pChkptFreq= 311040000.,
56     dumpFreq= 311040000.,
57     dumpFreq= 864000.,
58     taveFreq= 311040000.,
59     taveFreq= 864000.,
60     #monitorFreq=31104000.,
61     monitorFreq=1.,
62     # 2 months restoring timescale for temperature
63     tauThetaClimRelax = 5184000.0,
64     # 6 months restoring timescale for salinity
65     tauSaltClimRelax = 15552000.0,
66     periodicExternalForcing=.TRUE.,
67     externForcingPeriod=2592000.,
68     externForcingCycle=31104000.,
69     &
70    
71     # Gridding parameters
72     &PARM04
73     usingCartesianGrid=.FALSE.,
74     usingSphericalPolarGrid=.TRUE.,
75 jmc 1.2 delR= 50., 70., 100., 140., 190.,
76     240., 290., 340., 390., 440.,
77 heimbach 1.1 490., 540., 590., 640., 690.,
78     phiMin=-80.,
79     dySpacing=4.,
80     dxSpacing=4.,
81     &
82    
83     # Input datasets
84     &PARM05
85     bathyFile= 'Topog.bin',
86     hydrogThetaFile='Lev_clim_theta.bin',
87     hydrogSaltFile= 'Lev_clim_salt.bin',
88     zonalWindFile= 'Taux.bin',
89     meridWindFile= 'Tauy.bin',
90     thetaClimFile= 'SST.bin',
91     saltClimFile= 'SSS.bin',
92     &

  ViewVC Help
Powered by ViewVC 1.1.22