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

Annotation of /MITgcm/verification/global_with_exf/input/data

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


Revision 1.6 - (hide annotations) (download)
Thu Dec 2 01:26:02 2004 UTC (19 years, 6 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint57b_post, checkpoint57g_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint57, checkpoint57n_post, checkpoint57l_post, checkpoint57t_post, checkpoint57v_post, checkpoint57f_post, checkpoint57a_post, checkpoint57h_pre, checkpoint57h_post, checkpoint57c_post, checkpoint57c_pre, checkpoint57e_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint56c_post, checkpoint57a_pre, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post
Changes since 1.5: +1 -3 lines
periodicExternalForcing, etc., not needed with pkg/exf forcing
usesinglecpuio needed for mpi I/O on altices

1 heimbach 1.2 # ====================
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 jmc 1.3 useCDscheme=.TRUE.,
23 jmc 1.4 useNHMTerms=.TRUE.,
24 heimbach 1.2 # turn on looped cells
25     hFacMin=.05,
26     hFacMindr=50.,
27     # set precision of data files
28     readBinaryPrec=32,
29 dimitri 1.5 globalfiles=.TRUE.
30 dimitri 1.6 usesinglecpuio=.TRUE.
31 heimbach 1.2 &
32    
33     # Elliptic solver parameters
34     &PARM02
35     cg2dMaxIters=500,
36     cg2dTargetResidual=1.E-13,
37     &
38    
39     # Time stepping parameters
40     &PARM03
41     nIter0 = 0,
42     nTimeSteps = 20,
43     # 100 years of integration will yield a reasonable flow field
44     # startTime = 0.,
45     # endTime = 3110400000.,
46     deltaTmom = 1200.0,
47     tauCD = 321428.,
48     deltaTtracer= 43200.0,
49     deltaTClock = 43200.0,
50     # if you are using a version later than checkpoint45d on the main branch
51     # you can uncomment the following line and increase the time step
52     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
53     # asynchronous time stepping
54     # deltaTfreesurf = 172800.0,
55     abEps = 0.1,
56     pChkptFreq= 311040000.,
57     dumpFreq= 311040000.,
58     dumpFreq= 864000.,
59     taveFreq= 311040000.,
60     taveFreq= 864000.,
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     &
67    
68     # Gridding parameters
69     &PARM04
70     usingCartesianGrid=.FALSE.,
71     usingSphericalPolarGrid=.TRUE.,
72     delR= 50., 70., 100., 140., 190.,
73     240., 290., 340., 390., 440.,
74     490., 540., 590., 640., 690.,
75     phiMin=-80.,
76     dySpacing=4.,
77     dxSpacing=4.,
78     &
79    
80     # Input datasets
81     &PARM05
82     bathyFile= 'bathymetry.bin',
83     hydrogThetaFile='lev_t.bin',
84     hydrogSaltFile= 'lev_s.bin',
85     &

  ViewVC Help
Powered by ViewVC 1.1.22