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

Annotation of /MITgcm/verification/advect_cs/input/data

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


Revision 1.2 - (hide annotations) (download)
Wed Jul 27 01:00:07 2005 UTC (18 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57s_post, checkpoint58b_post, checkpoint57y_post, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint57t_post, checkpoint57v_post, checkpoint58w_post, checkpoint57y_pre, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint58r_post, checkpoint58n_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, checkpoint58k_post, checkpoint58v_post, checkpoint58l_post, checkpoint58g_post, checkpoint58x_post, checkpoint58h_post, checkpoint58j_post, checkpoint57o_post, checkpoint57w_post, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post
Changes since 1.1: +1 -11 lines
move to EXCH-2 and standard cs-32 grid files.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=0.,
8     sRef=0.,
9     diffKrT=0.,
10     diffKhT=0.,
11     diffK4T=0.,
12     diffKrS=0.,
13     diffKhS=0.,
14     diffK4S=0.,
15     readBinaryPrec=64,
16     writeBinaryPrec=64,
17     momStepping=.FALSE.,
18     tempAdvScheme=33,
19     saltAdvScheme=33,
20     &
21    
22     # Elliptic solver parameters
23     &PARM02
24     cg2dMaxIters=600,
25     cg2dTargetResidual=1.E-12,
26     &
27    
28     # Time stepping parameters
29     &PARM03
30     niter0=0,
31     endTime=1036800.,
32     abEps=0.1,
33     deltaT=3600.0,
34     pChkptFreq=0.0,
35     chkptFreq=0.0,
36     dumpFreq=86400.0,
37     monitorFreq=21600.,
38     &
39    
40     # Gridding parameters
41     &PARM04
42     usingCurvilinearGrid=.TRUE.,
43 jmc 1.2 horizGridFile='grid_cs32',
44 adcroft 1.1 delR=1.E5,
45     Ro_SeaLevel=1.E5,
46     &
47    
48     # Input datasets
49     &PARM05
50     hydrogThetaFile='T.init',
51     hydrogSaltFile='S.init',
52     &

  ViewVC Help
Powered by ViewVC 1.1.22