/[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.4 - (hide annotations) (download)
Tue Feb 12 23:10:14 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59o, checkpoint61f, checkpoint61n, checkpoint61q, checkpoint61z, checkpoint61e, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.3: +3 -2 lines
make the simulation shorter (only half of rotation period)

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 jmc 1.3 saltAdvScheme=80,
20 adcroft 1.1 &
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 jmc 1.4 endTime=518400.,
32     #- to simulate 1 rotation period:
33     #endTime=1036800.,
34 adcroft 1.1 abEps=0.1,
35 jmc 1.3 deltaT=2700.,
36     pChkptFreq=0.,
37     chkptFreq=0.,
38     #dumpFreq=86400.,
39 adcroft 1.1 monitorFreq=21600.,
40     &
41    
42     # Gridding parameters
43     &PARM04
44     usingCurvilinearGrid=.TRUE.,
45 jmc 1.2 horizGridFile='grid_cs32',
46 adcroft 1.1 delR=1.E5,
47     Ro_SeaLevel=1.E5,
48     &
49    
50     # Input datasets
51     &PARM05
52     hydrogThetaFile='T.init',
53     hydrogSaltFile='S.init',
54     &

  ViewVC Help
Powered by ViewVC 1.1.22