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

Contents of /MITgcm/verification/offline_exf_seaice/input.dyn_jfnk/data

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


Revision 1.2 - (show annotations) (download)
Sun Jan 6 20:23:26 2013 UTC (11 years, 3 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.1: +1 -0 lines
use pkg/thsice S/R (instead of pkg/seaice) to advect sea-ice

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 #globalFiles=.TRUE.,
35 useSingleCpuIO=.TRUE.,
36 #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=432000.,
49 deltaT=1800.0,
50 abEps=0.1,
51 forcing_In_AB = .FALSE.,
52 pChkptFreq=3600000.,
53 dumpFreq = 432000.,
54 monitorFreq=864000.,
55 monitorSelect=2,
56 nTimeSteps=12,
57 &
58
59 # Gridding parameters
60 &PARM04
61 usingCartesianGrid=.TRUE.,
62 delX=80*5.E3,
63 delY=42*5.E3,
64 ygOrigin=-110.E3,
65 #delR= 20., 30., 50.,
66 delR= 10.,
67 &
68
69 # Input datasets
70 &PARM05
71 bathyFile = 'bathy_3c.bin',
72 uVelInitFile = 'uVel_3c0.bin',
73 vVelInitFile = 'vVel_3c0.bin',
74 pSurfInitFile = 'eta_3c0.bin',
75 #uVelInitFile = 'uVel_3c1.bin',
76 #vVelInitFile = 'vVel_3c1.bin',
77 #pSurfInitFile = 'eta_3c1.bin',
78 #bathyFile = 'channel.bin',
79 #uVelInitFile = 'const+40.bin',
80 #vVelInitFile = 'const-10.bin',
81 &

  ViewVC Help
Powered by ViewVC 1.1.22