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

Contents of /MITgcm/verification/tutorial_cfc_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:28:30 2005 UTC (18 years, 7 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 check-in

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

  ViewVC Help
Powered by ViewVC 1.1.22