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

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

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


Revision 1.1 - (show annotations) (download)
Sat Dec 8 00:39:49 2012 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
change (for now, only fwd test) offline_exf_seaice experiment:
 re-entrant channel with idealized costline (trapezoidal shape) at southern
 boundary to explore seaice dynamics and thermodynamics with simple forcing.

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=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 globalFiles=.TRUE.,
36 #useSingleCpuIO=.TRUE.,
37 #debugLevel=4,
38 &
39
40 # Elliptic solver parameters
41 &PARM02
42 cg2dMaxIters=500,
43 cg2dTargetResidual=1.E-12,
44 &
45
46 # Time stepping parameters
47 &PARM03
48 startTime=0.0,
49 #endTime=864000.,
50 deltaT=3600.0,
51 abEps=0.1,
52 forcing_In_AB = .FALSE.,
53 pChkptFreq=3600000.,
54 monitorFreq=432000.,
55 monitorSelect=2,
56 dumpFreq = 86400.,
57 nTimeSteps=120,
58 #monitorFreq=1.,
59 #dumpFreq = 1.,
60 &
61
62 # Gridding parameters
63 &PARM04
64 usingCartesianGrid=.TRUE.,
65 delX=80*5.E3,
66 delY=42*5.E3,
67 #delR= 20., 30., 50.,
68 delR= 10.,
69 &
70
71 # Input datasets
72 &PARM05
73 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 &

  ViewVC Help
Powered by ViewVC 1.1.22