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

Annotation of /MITgcm/verification/tutorial_held_suarez_cs/input/data

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


Revision 1.2 - (hide annotations) (download)
Mon Aug 8 20:50:06 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57s_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57v_post, checkpoint57r_post, checkpoint58, checkpoint57x_post, checkpoint57w_post, checkpint57u_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post
Changes since 1.1: +11 -8 lines
run only for 16 iterations (for testing)

1 jmc 1.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     implicitFreeSurface=.TRUE.,
15     exactConserv=.TRUE.,
16 jmc 1.2 nonlinFreeSurf=4,
17 jmc 1.1 select_rStar=2,
18     hFacInf=0.2,
19     hFacSup=2.0,
20     uniformLin_PhiSurf=.FALSE.,
21     #hFacMin=0.2,
22     saltStepping=.FALSE.,
23     momViscosity=.FALSE.,
24     vectorInvariantMomentum=.TRUE.,
25     staggerTimeStep=.TRUE.,
26     readBinaryPrec=64,
27     writeBinaryPrec=64,
28     &
29    
30     # Elliptic solver parameters
31     &PARM02
32     cg2dMaxIters=200,
33     #cg2dTargetResidual=1.E-12,
34     cg2dTargetResWunit=1.E-17,
35     &
36    
37     # Time stepping parameters
38     &PARM03
39     deltaT=450.,
40 jmc 1.2 #nIter0=276480,
41     startTime=124416000.,
42     #- run for 1 year (192.iterations x 450.s = 1.day, 360*192=69120):
43     #nTimeSteps=69120,
44 jmc 1.1 forcing_In_AB=.FALSE.,
45     abEps=0.1,
46 jmc 1.2 pChkptFreq=31104000.,
47     chkptFreq=2592000.,
48 jmc 1.1 dumpFreq=2592000.,
49 jmc 1.2 #monitorFreq=43200.,
50 jmc 1.1 taveFreq=0.,
51 jmc 1.2 #- to run a short test (2.h):
52     nTimeSteps=16,
53     monitorFreq=1.,
54 jmc 1.1 &
55    
56     # Gridding parameters
57     &PARM04
58     usingCurvilinearGrid=.TRUE.,
59     horizGridFile='grid_cs32',
60     delR=20*50.E2,
61     Ro_SeaLevel=1.E5,
62     &
63    
64     # Input datasets
65     &PARM05
66     #topoFile='topo.cs.bin',
67     &

  ViewVC Help
Powered by ViewVC 1.1.22