/[MITgcm]/MITgcm/verification/hs94.128x64x5/input/data
ViewVC logotype

Contents of /MITgcm/verification/hs94.128x64x5/input/data

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


Revision 1.8 - (show annotations) (download)
Fri Dec 12 16:04:31 2003 UTC (20 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint52l_pre, checkpoint57g_pre, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint52j_pre, checkpoint54d_post, checkpoint54e_post, checkpoint57d_post, checkpoint57i_post, checkpoint52k_post, checkpoint55, checkpoint54, checkpoint57, checkpoint56, checkpoint53, checkpoint52f_post, checkpoint54f_post, checkpoint55i_post, checkpoint57l_post, checkpoint52i_pre, checkpoint55c_post, checkpoint52e_pre, checkpoint57f_post, checkpoint52e_post, checkpoint53d_post, checkpoint57a_post, checkpoint57h_pre, checkpoint54b_post, checkpoint57h_post, checkpoint52m_post, checkpoint55g_post, checkpoint57c_post, checkpoint52f_pre, checkpoint55d_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint57e_post, checkpoint55b_post, checkpoint53a_post, checkpoint55f_post, checkpoint52d_post, checkpoint53g_post, checkpoint57p_post, eckpoint57e_pre, checkpoint52i_post, checkpoint52h_pre, checkpoint56a_post, checkpoint53f_post, checkpoint57h_done, checkpoint52j_post, checkpoint57j_post, checkpoint57f_pre, checkpoint52l_post, checkpoint52n_post, checkpoint53b_pre, checkpoint56c_post, checkpoint57a_pre, checkpoint55a_post, checkpoint57o_post, checkpoint57k_post, checkpoint53b_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post
Changes since 1.7: +1 -0 lines
o replaced initialization of Theta with a random number generator
  in ini_theta.F with initialization from data in a file
  - this allows us to get exactly the same number with and without MPI
o re-tiled the expt for testing with MPI

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=281.089, 289.321, 307.191, 331.377, 432.413,
8 sRef=5*0.,
9 viscAr=0.E1,
10 viscAh=0.E6,
11 viscA4=0.E17,
12 no_slip_sides=.FALSE.,
13 no_slip_bottom=.FALSE.,
14 diffKhT=0.E3,
15 diffKrT=0.,
16 diffK4T=0.E17,
17 diffKrS=0.E2,
18 diffKhS=0.E3,
19 diffK4S=0.E17,
20 buoyancyRelation='ATMOSPHERIC',
21 eosType='IDEALGAS',
22 gravity=9.81,
23 rhonil=1.0,
24 rhoConst=1.0,
25 rigidLid=.FALSE.,
26 implicitFreeSurface=.TRUE.,
27 exactConserv=.TRUE.,
28 #uniformLin_PhiSurf=.FALSE.,
29 staggerTimeStep=.TRUE.,
30 readBinaryPrec=64,
31 writeBinaryPrec=64,
32 hFacMin=1.0,
33 &
34
35 # Elliptic solver parameters
36 &PARM02
37 cg2dMaxIters=200,
38 cg2dTargetResWunit=1.E-17,
39 &
40
41 # Time stepping parameters
42 &PARM03
43 niter0=0,
44 nTimeSteps=10,
45 #endTime=31104000.,
46 deltaT=450.0,
47 abEps=0.1,
48 cAdjFreq=0.,
49 chkptFreq=0.0,
50 pChkptFreq=2592000.0,
51 dumpFreq=2592000.0,
52 #taveFreq=2592000.0.,
53 #monitorFreq=86400.,
54 monitorFreq=1.,
55 &
56
57 # Gridding parameters
58 &PARM04
59 usingCartesianGrid=.FALSE.,
60 usingSphericalPolarGrid=.TRUE.,
61 delX=128*2.8125,
62 delY=64*2.8125,
63 delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
64 Ro_SeaLevel=1.E5,
65 groundAtK1=.TRUE.,
66 phiMin=-90.,
67 rSphere=6370.E3,
68 &
69
70 # Input datasets
71 &PARM05
72 hydrogThetaFile='T.init',
73 &

  ViewVC Help
Powered by ViewVC 1.1.22