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

Annotation 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.1 - (hide annotations) (download)
Tue Sep 11 03:56:25 2012 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
first check-in of 2 examples experiment using gray atmospheric physics

1 jmc 1.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_Rq=0.6078,
26     Integr_GeoPot=2,
27     selectFindRoSurf=1,
28     gravity=9.81,
29     rhonil=1.0,
30     rhoConst=1.0,
31     rigidLid=.FALSE.,
32     implicitFreeSurface=.TRUE.,
33     exactConserv=.TRUE.,
34     select_rStar=2,
35     nonlinFreeSurf=4,
36     hFacInf=0.2,
37     hFacSup=2.0,
38     uniformLin_PhiSurf=.FALSE.,
39     #vectorInvariantMomentum=.TRUE.,
40     #tempAdvScheme=77,
41     saltAdvScheme=77,
42     staggerTimeStep=.TRUE.,
43     readBinaryPrec=64,
44     writeBinaryPrec=64,
45     hFacMin=1.0,
46     &
47    
48     # Elliptic solver parameters
49     &PARM02
50     cg2dMaxIters=200,
51     cg2dTargetResWunit=1.E-17,
52     &
53    
54     # Time stepping parameters
55     &PARM03
56     nIter0=0,
57     nTimeSteps=10,
58     #endTime=31104000.,
59     #endTime=864000.,
60     deltaT=300.,
61     abEps=0.1,
62     cAdjFreq=0.,
63     #chkptFreq =2592000.,
64     #pChkptFreq=7776000.,
65     dumpFreq=2592000.,
66     #monitorFreq=86400.,
67     #dumpFreq =1.,
68     monitorFreq=1.,
69     &
70    
71     # Gridding parameters
72     &PARM04
73     usingSphericalPolarGrid=.TRUE.,
74     delX=128*2.8125,
75     delY=64*2.8125,
76     delR=25*40.E2,
77     Ro_SeaLevel=1.E5,
78     ygOrigin=-90.,
79     rSphere=6370.E3,
80     &
81    
82     # Input datasets
83     &PARM05
84     hydrogThetaFile='ini_theta.bin',
85     &

  ViewVC Help
Powered by ViewVC 1.1.22