/[MITgcm]/MITgcm_contrib/verification_other/offline_cheapaml/input/data
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/offline_cheapaml/input/data

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


Revision 1.1 - (show annotations) (download)
Wed May 22 19:39:15 2013 UTC (12 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64m, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint65h, checkpoint65, checkpoint64j, checkpoint65n, HEAD
unfinished set-up to test pkg/cheapaml with thsice

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=3,
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 # 10 days restoring timescale for temperature
53 tauThetaClimRelax= 864000.,
54 pChkptFreq=3600000.,
55 monitorFreq=432000.,
56 #monitorSelect=2,
57 dumpFreq = 86400.,
58 nTimeSteps=120,
59 nTimeSteps=24,
60 monitorFreq=86400.,
61 #dumpFreq = 1.,
62 #diagFreq = 1.,
63 &
64
65 # Gridding parameters
66 &PARM04
67 usingCartesianGrid=.TRUE.,
68 delX=80*5.E3,
69 delY=42*5.E3,
70 ygOrigin=-110.E3,
71 #delR= 20., 30., 50.,
72 delR= 10.,
73 &
74
75 # Input datasets
76 &PARM05
77 bathyFile = 'channel.bin',
78 uVelInitFile = 'const+20.bin',
79 vVelInitFile = 'const_00.bin',
80 thetaClimFile = 'tocn_1x.bin',
81 &

  ViewVC Help
Powered by ViewVC 1.1.22