/[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.1 - (hide annotations) (download)
Fri May 14 21:13:13 2004 UTC (20 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57v_post, checkpoint53d_post, checkpoint54a_pre, checkpoint57m_post, checkpoint55c_post, checkpoint54e_post, checkpoint57s_post, checkpoint54a_post, checkpoint53c_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint57g_pre, checkpoint54b_post, checkpoint55b_post, checkpoint54d_post, checkpoint56c_post, checkpoint57y_pre, checkpoint55, checkpoint57f_pre, checkpoint57a_post, checkpoint54, checkpoint54f_post, checkpoint53b_post, checkpoint55g_post, checkpoint55f_post, checkpoint57r_post, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint53g_post, checkpoint57x_post, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint57c_post, checkpoint55e_post, checkpoint53f_post, checkpoint55a_post, checkpoint53d_pre, checkpoint54c_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
Commiting new energy balance model to repository
o package is pkg/ebm
o verif. is verification/global_ocean_ebm
o references are in ebm_driver.F
Will need long integration testing.

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

  ViewVC Help
Powered by ViewVC 1.1.22