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

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

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


Revision 1.12 - (hide annotations) (download)
Tue Apr 9 21:04:13 2013 UTC (11 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64g, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, 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, HEAD
Changes since 1.11: +1 -1 lines
monitor seaice velocity (instead of constant oceanic fields)

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     &PARM01
6 jmc 1.9 tRef= -1.62,
7     sRef= 30.,
8 heimbach 1.1 no_slip_sides=.FALSE.,
9     no_slip_bottom=.TRUE.,
10 jmc 1.9 #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 heimbach 1.1 saltStepping=.FALSE.,
22 jmc 1.9 #tempStepping=.FALSE.,
23     tempAdvection=.FALSE.,
24 dimitri 1.8 momStepping=.FALSE.,
25 jmc 1.9 #f0=1.e-4,
26     f0=0.e-4,
27     beta=0.,
28     useJamartWetPoints=.TRUE.,
29     rigidLid=.FALSE.,
30     implicitFreeSurface=.TRUE.,
31     #exactConserv=.TRUE.,
32     convertFW2Salt=-1,
33     readBinaryPrec=64,
34     writeBinaryPrec=64,
35 jmc 1.10 #globalFiles=.TRUE.,
36     useSingleCpuIO=.TRUE.,
37 jmc 1.9 #debugLevel=4,
38 heimbach 1.1 &
39    
40     # Elliptic solver parameters
41     &PARM02
42     cg2dMaxIters=500,
43 jmc 1.9 cg2dTargetResidual=1.E-12,
44 heimbach 1.1 &
45    
46     # Time stepping parameters
47     &PARM03
48 jmc 1.9 startTime=0.0,
49     #endTime=432000.,
50     deltaT=1800.0,
51 heimbach 1.1 abEps=0.1,
52     forcing_In_AB = .FALSE.,
53 jmc 1.9 pChkptFreq=3600000.,
54     dumpFreq = 864000.,
55     monitorFreq=86400.,
56     monitorSelect=2,
57     nTimeSteps=12,
58 jmc 1.12 monitorFreq=21600.,
59 heimbach 1.1 &
60    
61     # Gridding parameters
62     &PARM04
63 jmc 1.9 usingCartesianGrid=.TRUE.,
64     delX=80*5.E3,
65     delY=42*5.E3,
66 jmc 1.11 ygOrigin=-110.E3,
67 jmc 1.9 #delR= 20., 30., 50.,
68     delR= 10.,
69 heimbach 1.1 &
70    
71     # Input datasets
72     &PARM05
73 jmc 1.9 bathyFile = 'bathy_3c.bin',
74     uVelInitFile = 'uVel_3c0.bin',
75     vVelInitFile = 'vVel_3c0.bin',
76     #pSurfInitFile = 'eta_3c0.bin',
77     #uVelInitFile = 'uVel_3c1.bin',
78     #vVelInitFile = 'vVel_3c1.bin',
79     #pSurfInitFile = 'eta_3c1.bin',
80     #bathyFile = 'channel.bin',
81     #uVelInitFile = 'const+40.bin',
82     #vVelInitFile = 'const-10.bin',
83 heimbach 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22