/[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.6 - (hide annotations) (download)
Tue Apr 5 17:37:13 2016 UTC (8 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65v, checkpoint65w, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, HEAD
Changes since 1.5: +3 -4 lines
remove "Ro_SeaLevel" setting and use default "top_Pres" value (=0)

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     momStepping=.FALSE.,
16     tempAdvScheme=33,
17 jmc 1.3 saltAdvScheme=80,
18 jmc 1.6 readBinaryPrec=64,
19     writeBinaryPrec=64,
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 jmc 1.6 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 jmc 1.5 monitorSelect=1,
40 adcroft 1.1 monitorFreq=21600.,
41     &
42    
43     # Gridding parameters
44     &PARM04
45     usingCurvilinearGrid=.TRUE.,
46 jmc 1.2 horizGridFile='grid_cs32',
47 adcroft 1.1 delR=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