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

Annotation of /MITgcm_contrib/verification_other/atm_gray/inp_cs/data

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


Revision 1.3 - (hide annotations) (download)
Mon Dec 3 03:54:40 2012 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.2: +6 -1 lines
- physical constant (gravity, amt_Cp) consistent with gray atmos pkg;
- add dissipation heating from pkg/shapiro (addFrictionHeating=T);
- select KE-conserving V.I. momentum (selectVortScheme=3, selectKEscheme=3)

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=25*0.,
11     viscAr=0.E1,
12     viscAh=0.E6,
13     viscA4=0.E17,
14     no_slip_sides=.FALSE.,
15     no_slip_bottom=.FALSE.,
16     diffKhT=0.E3,
17     diffKrT=0.,
18     diffK4T=0.E17,
19     diffKrS=0.E2,
20     diffKhS=0.E3,
21     diffK4S=0.E17,
22     buoyancyRelation='ATMOSPHERIC',
23     eosType='IDEALG',
24 jmc 1.3 atm_Cp=1004.64,
25 jmc 1.1 #atm_Rq=0.6078,
26     Integr_GeoPot=2,
27     selectFindRoSurf=1,
28 jmc 1.3 gravity=9.80,
29 jmc 1.1 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     hFacMin=1.0,
39     uniformLin_PhiSurf=.FALSE.,
40     vectorInvariantMomentum=.TRUE.,
41 jmc 1.3 useAbsVorticity=.TRUE.,
42     selectVortScheme=3,
43     selectKEscheme=3,
44     addFrictionHeating=.TRUE.,
45 jmc 1.1 #tempAdvScheme=77,
46     saltAdvScheme=77,
47     staggerTimeStep=.TRUE.,
48     readBinaryPrec=64,
49     writeBinaryPrec=64,
50     globalFiles=.TRUE.,
51 jmc 1.2 #useSingleCpuIO=.TRUE.,
52 jmc 1.1 &
53    
54     # Elliptic solver parameters
55     &PARM02
56     cg2dMaxIters=200,
57     cg2dTargetResWunit=1.E-17,
58     &
59    
60     # Time stepping parameters
61     &PARM03
62     nIter0=0,
63     nTimeSteps=10,
64 jmc 1.2 #endTime=311040000.,
65 jmc 1.1 #endTime=5184000.,
66     deltaT=450.,
67     abEps=0.1,
68     forcing_In_AB=.FALSE.,
69     cAdjFreq=0.,
70 jmc 1.2 #- long run (> 1.yr):
71     chkptFreq =15552000.,
72     pChkptFreq=31104000.,
73     dumpFreq =15552000.,
74     monitorFreq= 864000.,
75     #- short run (~ months):
76 jmc 1.1 #chkptFreq = 864000.,
77     #pChkptFreq=2592000.,
78     #dumpFreq = 432000.,
79     #monitorFreq= 43200.,
80 jmc 1.2 #- short test:
81 jmc 1.1 #dumpFreq =1.,
82     monitorFreq=1.,
83     &
84    
85     # Gridding parameters
86     &PARM04
87     usingCurvilinearGrid=.TRUE.,
88     horizGridFile='dxC1_dXYa',
89     radius_fromHorizGrid=6370.E3,
90     delR=25*40.E2,
91     Ro_SeaLevel=1.E5,
92     &
93    
94     # Input datasets
95     &PARM05
96     hydrogThetaFile='ini_theta.bin',
97     hydrogSaltFile ='ini_specQ.bin',
98     &

  ViewVC Help
Powered by ViewVC 1.1.22