/[MITgcm]/MITgcm/verification/fizhi-gridalt-hs/input/data
ViewVC logotype

Annotation of /MITgcm/verification/fizhi-gridalt-hs/input/data

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


Revision 1.12 - (hide annotations) (download)
Fri Jun 22 16:14:10 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, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.11: +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 molod 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7 molod 1.8 #tRef=295.1, 295.3, 295.4, 295.6, 295.8, 296.0, 296.2, 296.4, 296.6, 296.8,
8     # 297.0, 297.3, 297.5, 297.7, 298.0, 298.3, 298.5, 298.8, 299.1, 299.5,
9     # 299.8, 300.1, 300.5, 300.9, 301.5, 302.3, 303.4, 304.9, 306.8, 309.4,
10     # 312.9, 317.8, 324.7, 336.1, 352.6, 373.4, 401.2, 441.6, 511.0, 699.5,
11     #tRef=295.2, 295.5, 295.9, 296.3, 296.7, 297.1, 297.6, 298.1, 298.7, 299.3,
12     # 300.0, 300.7, 301.9, 304.1, 308.0, 315.1, 329.5, 362.3, 419.2, 573.8,
13     tRef=295.3, 296.1, 296.9, 297.9, 299.0, 300.3, 302.8, 311.0, 343.9, 470.7,
14 molod 1.7 sRef=10*0.0,
15 molod 1.1 viscAr=0.E1,
16     viscAh=0.E6,
17     viscA4=0.E17,
18     no_slip_sides=.FALSE.,
19     no_slip_bottom=.FALSE.,
20     diffKhT=0.E3,
21     diffKrT=0.,
22     diffK4T=0.E17,
23     diffKrS=0.E2,
24     diffKhS=0.E3,
25     diffK4S=0.E17,
26     buoyancyRelation='ATMOSPHERIC',
27 jmc 1.12 eosType='IDEALG',
28 molod 1.1 #Integr_GeoPot=2,
29 jmc 1.9 rotationPeriod=86400.,
30 molod 1.1 gravity=9.81,
31     rhonil=1.0,
32     rhoConst=1.0,
33     rigidLid=.FALSE.,
34     implicitFreeSurface=.TRUE.,
35     exactConserv=.TRUE.,
36     uniformLin_PhiSurf=.FALSE.,
37     staggerTimeStep=.TRUE.,
38     readBinaryPrec=64,
39     writeBinaryPrec=64,
40     hFacMin=0.2,
41     nonlinFreeSurf=4,
42     select_rStar=2,
43     saltAdvScheme=3,
44     vectorInvariantMomentum=.TRUE.,
45     &
46    
47     # Elliptic solver parameters
48     &PARM02
49     cg2dMaxIters=200,
50     #cg2dTargetResidual=1.E-12,
51     cg2dTargetResWunit=1.E-17,
52     &
53    
54     # Time stepping parameters
55     &PARM03
56     niter0=0,
57     #nTimeSteps=691200,
58 molod 1.7 nTimeSteps=5,
59 molod 1.1 #endTime=864000.0,
60     deltaT=450.0,
61 jmc 1.10 #forcing_In_AB=.FALSE.,
62     tracForcingOutAB=1,
63 molod 1.1 abEps=0.1,
64     cAdjFreq=0.,
65     pChkptFreq=2592000.0,
66     chkptFreq=0.0,
67 molod 1.2 #dumpFreq=2592000.0,
68 jmc 1.5 dumpFreq=3600.0,
69 molod 1.1 monitorFreq=1.,
70 molod 1.2 taveFreq=0.0,
71 molod 1.1 tave_lastiter=1.,
72     &
73    
74     # Gridding parameters
75     &PARM04
76     usingCurvilinearGrid=.TRUE.,
77 jmc 1.11 horizGridFile='dxC1_dXYa',
78     radius_fromHorizGrid=6370.E3,
79 molod 1.1 delR=10*1.E4,
80     Ro_SeaLevel=1.E5,
81     &
82    
83     # Input datasets
84     &PARM05
85     topoFile='topo.cs.bin',
86     &

  ViewVC Help
Powered by ViewVC 1.1.22