/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/input.impIGW/data
ViewVC logotype

Contents of /MITgcm/verification/hs94.cs-32x32x5/input.impIGW/data

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


Revision 1.7 - (show annotations) (download)
Thu Dec 8 03:48:22 2011 UTC (12 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63g
Changes since 1.6: +2 -0 lines
set doResetHFactors=T to check that it has no impact

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=289.6, 298.1, 314.5, 335.8, 437.4,
8 sRef=5*0.0,
9 no_slip_sides=.FALSE.,
10 no_slip_bottom=.FALSE.,
11 buoyancyRelation='ATMOSPHERIC',
12 eosType='IDEALGAS',
13 implicitFreeSurface=.TRUE.,
14 exactConserv=.TRUE.,
15 #nonlinFreeSurf=4,
16 #select_rStar=2,
17 hFacInf=0.2,
18 hFacSup=2.0,
19 uniformLin_PhiSurf=.FALSE.,
20 saltStepping=.FALSE.,
21 momViscosity=.FALSE.,
22 vectorInvariantMomentum=.TRUE.,
23 useAbsVorticity=.TRUE.,
24 selectVortScheme=2,
25 selectKEscheme=3,
26 #staggerTimeStep=.TRUE.,
27 implicitIntGravWave=.TRUE.,
28 #- to check that it has no impact:
29 doResetHFactors=.TRUE.,
30 readBinaryPrec=64,
31 writeBinaryPrec=64,
32 useSingleCpuIO=.TRUE.,
33 &
34
35 # Elliptic solver parameters
36 &PARM02
37 cg2dMaxIters=200,
38 #cg2dTargetResidual=1.E-12,
39 cg2dTargetResWunit=1.E-17,
40 cg3dMaxIters=40,
41 cg3dTargetResidual=1.E-4,
42 &
43
44 # Time stepping parameters
45 &PARM03
46 #- stable up to 1350.s
47 deltaT=1200.,
48 nIter0=25920,
49 nTimeSteps=10,
50 #forcing_In_AB=.FALSE.,
51 #alph_AB=0.6,
52 #beta_AB=0.,
53 alph_AB=0.5,
54 beta_AB=0.281105,
55 doAB_onGtGs=.FALSE.,
56 pickupStrictlyMatch=.FALSE.,
57 #startFromPickupAB2=.TRUE.,
58 pChkptFreq=31104000.,
59 chkptFreq =0.,
60 dumpFreq =31104000.,
61 monitorFreq=432000.,
62 taveFreq=0.,
63 monitorFreq=1.,
64 &
65
66 # Gridding parameters
67 &PARM04
68 usingCurvilinearGrid=.TRUE.,
69 horizGridFile='dxC1_dXYa',
70 radius_fromHorizGrid=6370.E3,
71 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
72 Ro_SeaLevel=1.E5,
73 &
74
75 # Input datasets
76 &PARM05
77 &

  ViewVC Help
Powered by ViewVC 1.1.22