/[MITgcm]/MITgcm/verification/offline_exf_seaice/input.thsice/data
ViewVC logotype

Annotation of /MITgcm/verification/offline_exf_seaice/input.thsice/data

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


Revision 1.4 - (hide annotations) (download)
Wed Jan 9 22:15:35 2013 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64e, checkpoint64d, checkpoint64c, checkpoint64g, checkpoint64f, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l, HEAD
Changes since 1.3: +6 -7 lines
- similar set-up as in input.thermo (channel with same seaice initial
  conditions)

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     &PARM01
6     tRef= -1.62,
7     sRef= 30.,
8     no_slip_sides=.FALSE.,
9     no_slip_bottom=.TRUE.,
10     #bottomDragLinear=1.E-3,
11     bottomDragQuadratic=5.E-3,
12     viscAr=3.E-2,
13     viscAh=3.E+2,
14     HeatCapacity_Cp = 3986.,
15     rhoNil = 1030.,
16     rhoConstFresh = 1000.,
17     eosType='LINEAR',
18     tAlpha=2.E-4,
19     sBeta= 0.,
20     staggerTimeStep=.TRUE.,
21     saltStepping=.FALSE.,
22     #tempStepping=.FALSE.,
23     tempAdvection=.FALSE.,
24     momStepping=.FALSE.,
25     f0=0.e-4,
26     beta=0.,
27     useJamartWetPoints=.TRUE.,
28     rigidLid=.FALSE.,
29     implicitFreeSurface=.TRUE.,
30     #exactConserv=.TRUE.,
31     convertFW2Salt=-1,
32     readBinaryPrec=64,
33     writeBinaryPrec=64,
34 jmc 1.2 #globalFiles=.TRUE.,
35     useSingleCpuIO=.TRUE.,
36 jmc 1.1 #debugLevel=4,
37     &
38    
39     # Elliptic solver parameters
40     &PARM02
41     cg2dMaxIters=500,
42     cg2dTargetResidual=1.E-12,
43     &
44    
45     # Time stepping parameters
46     &PARM03
47     startTime=0.0,
48     #endTime=864000.,
49     deltaT=3600.0,
50     abEps=0.1,
51     forcing_In_AB = .FALSE.,
52     pChkptFreq=3600000.,
53     monitorFreq=432000.,
54     monitorSelect=2,
55     dumpFreq = 86400.,
56     nTimeSteps=120,
57     #monitorFreq=1.,
58     #dumpFreq = 1.,
59     &
60    
61     # Gridding parameters
62     &PARM04
63     usingCartesianGrid=.TRUE.,
64     delX=80*5.E3,
65     delY=42*5.E3,
66 jmc 1.3 ygOrigin=-110.E3,
67 jmc 1.1 #delR= 20., 30., 50.,
68     delR= 10.,
69     &
70    
71     # Input datasets
72     &PARM05
73 jmc 1.4 #bathyFile = 'bathy_3c.bin',
74     #uVelInitFile = 'uVel_3c0.bin',
75     #vVelInitFile = 'vVel_3c0.bin',
76 jmc 1.1 #pSurfInitFile = 'eta_3c0.bin',
77     #uVelInitFile = 'uVel_3c1.bin',
78     #vVelInitFile = 'vVel_3c1.bin',
79     #pSurfInitFile = 'eta_3c1.bin',
80 jmc 1.4 bathyFile = 'channel.bin',
81     uVelInitFile = 'const+20.bin',
82     vVelInitFile = 'const_00.bin',
83 jmc 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22