/[MITgcm]/MITgcm/verification/tutorial_offline/input_tutorial/data
ViewVC logotype

Contents of /MITgcm/verification/tutorial_offline/input_tutorial/data

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


Revision 1.1 - (show annotations) (download)
Sat Oct 1 02:31:45 2005 UTC (18 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint57y_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61h, checkpoint58b_post, checkpoint58m_post
 o initial ckeckin

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 &
8 #
9 # Elliptic solver parameters
10 &PARM02
11 cg2dMaxIters=1000,
12 cg2dTargetResidual=1.E-13,
13 &
14 #
15 # Time stepping parameters
16 &PARM03
17 nIter0 = 0,
18 nTimeSteps = 720,
19 deltaTtracer= 43200.0,
20 deltaTClock = 43200.0,
21 pChkptFreq=31104000.,
22 chkptFreq= 31104000.,
23 dumpFreq= 2592000.,
24 taveFreq= 311040000.,
25 monitorFreq= 1.,
26 periodicExternalForcing=.TRUE.,
27 externForcingPeriod=2592000.,
28 externForcingCycle=31104000.,
29 &
30 #
31 # Gridding parameters
32 &PARM04
33 usingCartesianGrid=.FALSE.,
34 usingSphericalPolarGrid=.TRUE.,
35 delR= 50., 70., 100., 140., 190.,
36 240., 290., 340., 390., 440.,
37 490., 540., 590., 640., 690.,
38 phiMin=-90.,
39 dxSpacing=2.8125,
40 dySpacing=2.8125,
41 &
42 #
43 # Input datasets
44 &PARM05
45 bathyFile= 'depth_g77.bin',
46 &

  ViewVC Help
Powered by ViewVC 1.1.22