/[MITgcm]/MITgcm/verification/hs94.128x64x5/input/data
ViewVC logotype

Contents of /MITgcm/verification/hs94.128x64x5/input/data

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


Revision 1.2 - (show annotations) (download)
Fri Feb 2 21:36:34 2001 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
Changes since 1.1: +72 -0 lines
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=281.089, 289.321, 307.191, 331.377, 432.413,
8 sRef=5*0.,
9 viscAr=0.E1,
10 viscAh=0.E6,
11 viscA4=0.E17,
12 no_slip_sides=.FALSE.,
13 no_slip_bottom=.FALSE.,
14 diffKhT=0.E3,
15 diffKrT=0.,
16 diffK4T=0.E17,
17 diffKrS=0.E2,
18 diffKhS=0.E3,
19 diffK4S=0.E17,
20 buoyancyRelation='ATMOSPHERIC',
21 eosType='IDEALGAS',
22 gravity=9.81,
23 gBaro=9.81,
24 rhonil=1.0,
25 rhoConst=1.0,
26 rigidLid=.FALSE.,
27 implicitFreeSurface=.TRUE.,
28 staggerTimeStep=.TRUE.,
29 nonHydrostatic=.FALSE.,
30 readBinaryPrec=64,
31 writeBinaryPrec=64,
32 hFacMin=1.0,
33 nShap=4,
34 zonal_filt_lat=45.0,
35 zonal_filt_sinpow=2,
36 zonal_filt_cospow=4,
37 &
38
39 # Elliptic solver parameters
40 &PARM02
41 cg2dMaxIters=200,
42 cg2dTargetResidual=1.E-12,
43 &
44
45 # Time stepping parameters
46 &PARM03
47 niter0=0,
48 nTimeSteps=10,
49 deltaT=450.0,
50 abEps=0.1,
51 cAdjFreq=0.,
52 pChkptFreq=2592000.0,
53 chkptFreq=0.0,
54 dumpFreq=2592000.0,
55 &
56
57 # Gridding parameters
58 &PARM04
59 usingCartesianGrid=.FALSE.,
60 usingSphericalPolarGrid=.TRUE.,
61 delX=128*2.8125,
62 delY=64*2.8125,
63 delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
64 Ro_SeaLevel=1.E5,
65 groundAtK1=.TRUE.,
66 phiMin=-90.,
67 rSphere=6370.E3,
68 &
69
70 # Input datasets
71 &PARM05
72 &

  ViewVC Help
Powered by ViewVC 1.1.22