/[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.8 - (show annotations) (download)
Fri Jun 22 16:14:11 2012 UTC (11 years, 10 months 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, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63o, checkpoint64, checkpoint65
Changes since 1.7: +1 -1 lines
change eosType='IDEALGAS', to eosType='IDEALG', since eosType is only
 6 characters long in PARAMS.h (gfortran 4.7 was giving warnings for
 truncated input in namelist)

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='IDEALG',
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