/[MITgcm]/MITgcm/verification/adjustment.cs-32x32x1/input.nlfs/data
ViewVC logotype

Annotation of /MITgcm/verification/adjustment.cs-32x32x1/input.nlfs/data

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


Revision 1.1 - (hide annotations) (download)
Wed Jul 27 04:25:30 2005 UTC (18 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_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, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint58b_post, checkpoint58m_post
merge experiment adjust_nlfs.cs-32x32x1 into adjustment.cs-32x32x1 (.nlfs)

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=300.,
8     sRef=0.,
9     viscAr=0.,
10     viscAh=0.,
11     viscA4=0.,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     buoyancyRelation='ATMOSPHERIC',
15     eosType='IDEALGAS',
16     gravity=9.81,
17     rhonil=1.0,
18     rhoConst=1.0,
19     implicitFreeSurface=.TRUE.,
20     implicSurfPress=0.5,
21     implicDiv2DFlow=0.5,
22     nonlinFreeSurf=3,
23     hFacInf=0.2,
24     hFacSup=1.8,
25     exactConserv=.TRUE.,
26     nonHydrostatic=.FALSE.,
27     momAdvection=.FALSE.,
28     useCoriolis=.FALSE.,
29     tempStepping=.FALSE.,
30     saltStepping=.FALSE.,
31     readBinaryPrec=64,
32     writeBinaryPrec=64,
33     &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=600,
38     cg2dTargetResidual=1.E-12,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     niter0=0,
44     nTimeSteps=20,
45     #endTime=129600.,
46     abEps=0.1,
47     deltaT=180.0,
48     #deltaT=60.0,
49     cAdjFreq=0.,
50     pChkptFreq=0.0,
51     chkptFreq=0.0,
52     dumpFreq=3600.0,
53     monitorFreq=1.,
54     &
55    
56     # Gridding parameters
57     &PARM04
58     usingCurvilinearGrid=.TRUE.,
59     delR=1.E5,
60     Ro_SeaLevel=1.E5,
61     &
62    
63     # Input datasets
64     &PARM05
65     #pSurfInitFile='square.bin',
66     #pSurfInitFile='cos_equator.bin',
67     #pSurfInitFile='cos.bin',
68     pSurfInitFile='ps100mb.bin',
69     &

  ViewVC Help
Powered by ViewVC 1.1.22