/[MITgcm]/MITgcm_contrib/verification_other/atm_gray/inp_ll/data
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/atm_gray/inp_ll/data

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


Revision 1.3 - (show annotations) (download)
Tue Apr 5 20:16:40 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65v, checkpoint65w
Changes since 1.2: +2 -5 lines
remove "Ro_SeaLevel" setting and use default "top_Pres" value (=0)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=295.2, 295.5, 295.9, 296.3, 296.7, 297.1, 297.6, 298.1, 298.7, 299.3,
8 300.0, 300.7, 301.9, 304.1, 308.0, 312.0, 316.0, 320., 324., 329.,
9 338., 339., 362.3, 419.2, 573.8,
10 sRef=0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 15*0.,
11 #sRef=25*0.,
12 viscAr=0.E1,
13 viscAh=0.E6,
14 viscA4=0.E17,
15 no_slip_sides=.FALSE.,
16 no_slip_bottom=.FALSE.,
17 diffKhT=0.E3,
18 diffKrT=0.,
19 diffK4T=0.E17,
20 diffKrS=0.E2,
21 diffKhS=0.E3,
22 diffK4S=0.E17,
23 buoyancyRelation='ATMOSPHERIC',
24 eosType='IDEALG',
25 atm_Cp=1004.64,
26 #atm_Rq=0.6078,
27 integr_GeoPot=2,
28 selectFindRoSurf=1,
29 gravity=9.80,
30 rigidLid=.FALSE.,
31 implicitFreeSurface=.TRUE.,
32 exactConserv=.TRUE.,
33 select_rStar=2,
34 nonlinFreeSurf=4,
35 hFacInf=0.2,
36 hFacSup=2.0,
37 hFacMin=1.0,
38 uniformLin_PhiSurf=.FALSE.,
39 #vectorInvariantMomentum=.TRUE.,
40 #tempAdvScheme=77,
41 saltAdvScheme=77,
42 staggerTimeStep=.TRUE.,
43 readBinaryPrec=64,
44 writeBinaryPrec=64,
45 &
46
47 # Elliptic solver parameters
48 &PARM02
49 cg2dMaxIters=200,
50 cg2dTargetResWunit=1.E-17,
51 &
52
53 # Time stepping parameters
54 &PARM03
55 nIter0=0,
56 nTimeSteps=10,
57 #endTime=31104000.,
58 #endTime=864000.,
59 deltaT=300.,
60 abEps=0.1,
61 cAdjFreq=0.,
62 #chkptFreq =2592000.,
63 #pChkptFreq=7776000.,
64 dumpFreq=2592000.,
65 #monitorFreq=86400.,
66 #dumpFreq =1.,
67 monitorFreq=1.,
68 &
69
70 # Gridding parameters
71 &PARM04
72 usingSphericalPolarGrid=.TRUE.,
73 delX=128*2.8125,
74 delY=64*2.8125,
75 delR=25*40.E2,
76 ygOrigin=-90.,
77 rSphere=6370.E3,
78 &
79
80 # Input datasets
81 &PARM05
82 hydrogThetaFile='ini_theta.bin',
83 &

  ViewVC Help
Powered by ViewVC 1.1.22