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

Contents of /MITgcm/verification/tutorial_held_suarez_cs/input/data

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


Revision 1.4 - (show annotations) (download)
Tue Mar 7 15:40:45 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint58m_post
Changes since 1.3: +2 -1 lines
specify tracForcingOutAB=1 (to replace forcing_In_AB=F which now applies
  also to momentum forcing) and leave output.txt unchanged for now.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=295.2, 295.5, 295.9, 296.3, 296.7, 297.1, 297.6, 298.1, 298.7, 299.3,
8 300.0, 300.7, 301.9, 304.1, 308.0, 315.1, 329.5, 362.3, 419.2, 573.8,
9 sRef=20*0.0,
10 no_slip_sides=.FALSE.,
11 no_slip_bottom=.FALSE.,
12 buoyancyRelation='ATMOSPHERIC',
13 eosType='IDEALGAS',
14 rotationPeriod=86400.,
15 implicitFreeSurface=.TRUE.,
16 exactConserv=.TRUE.,
17 nonlinFreeSurf=4,
18 select_rStar=2,
19 hFacInf=0.2,
20 hFacSup=2.0,
21 uniformLin_PhiSurf=.FALSE.,
22 #hFacMin=0.2,
23 saltStepping=.FALSE.,
24 momViscosity=.FALSE.,
25 vectorInvariantMomentum=.TRUE.,
26 staggerTimeStep=.TRUE.,
27 readBinaryPrec=64,
28 writeBinaryPrec=64,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=200,
34 #cg2dTargetResidual=1.E-12,
35 cg2dTargetResWunit=1.E-17,
36 &
37
38 # Time stepping parameters
39 &PARM03
40 deltaT=450.,
41 #nIter0=276480,
42 startTime=124416000.,
43 #- run for 1 year (192.iterations x 450.s = 1.day, 360*192=69120):
44 #nTimeSteps=69120,
45 #forcing_In_AB=.FALSE.,
46 tracForcingOutAB=1,
47 abEps=0.1,
48 pChkptFreq=31104000.,
49 chkptFreq=2592000.,
50 dumpFreq=2592000.,
51 #monitorFreq=43200.,
52 taveFreq=0.,
53 #- to run a short test (2.h):
54 nTimeSteps=16,
55 monitorFreq=1.,
56 &
57
58 # Gridding parameters
59 &PARM04
60 usingCurvilinearGrid=.TRUE.,
61 horizGridFile='grid_cs32',
62 delR=20*50.E2,
63 Ro_SeaLevel=1.E5,
64 &
65
66 # Input datasets
67 &PARM05
68 #topoFile='topo.cs.bin',
69 &

  ViewVC Help
Powered by ViewVC 1.1.22