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

Contents of /MITgcm/verification/global_with_exf/input/data

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


Revision 1.4 - (show annotations) (download)
Thu Oct 16 15:58:37 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint52l_pre, checkpoint52j_pre, checkpoint51o_pre, checkpoint51l_post, checkpoint52k_post, checkpoint52, checkpoint52f_post, checkpoint51t_post, checkpoint51n_post, checkpoint52i_pre, hrcube_1, checkpoint51s_post, checkpoint52e_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint52b_pre, checkpoint51l_pre, checkpoint51q_post, checkpoint52b_post, checkpoint52c_post, checkpoint52f_pre, checkpoint51r_post, checkpoint52d_post, checkpoint52a_pre, checkpoint52i_post, checkpoint52h_pre, checkpoint52j_post, branch-netcdf, checkpoint52l_post, checkpoint51o_post, checkpoint52a_post, ecco_c52_e35, checkpoint51m_post, checkpoint51p_post, checkpoint51u_post
Branch point for: branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
Changes since 1.3: +1 -0 lines
add useNHMTerms=.TRUE. (default was changed)

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 allowFreezing=.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=1.,
60 # 2 months restoring timescale for temperature
61 tauThetaClimRelax = 5184000.0,
62 # 6 months restoring timescale for salinity
63 tauSaltClimRelax = 15552000.0,
64 periodicExternalForcing=.TRUE.,
65 externForcingPeriod=2592000.,
66 externForcingCycle=31104000.,
67 &
68
69 # Gridding parameters
70 &PARM04
71 usingCartesianGrid=.FALSE.,
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 &

  ViewVC Help
Powered by ViewVC 1.1.22