/[MITgcm]/MITgcm/verification/aim.5l_cs/input/data
ViewVC logotype

Contents of /MITgcm/verification/aim.5l_cs/input/data

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


Revision 1.1 - (show annotations) (download)
Mon Jun 18 17:40:08 2001 UTC (22 years, 10 months ago) by cnh
Branch: MAIN
Add to main branch of
  o CS atmos with AIM physics
  o Multi-threaded AIM physics for LatLon and CS tests
  o Tidied up monitor() output

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.E3,
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 #staggerTimeStep=.FALSE.,
30 nonHydrostatic=.FALSE.,
31 readBinaryPrec=64,
32 writeBinaryPrec=64,
33 hFacMin=1.0,
34 #nShap=4,
35 #zonal_filt_lat=45.0,
36 #zonal_filt_lat=90.0,
37 #saltStepping=.FALSE.
38 #tempStepping=.FALSE.
39 &
40
41 # Elliptic solver parameters
42 &PARM02
43 cg2dMaxIters=200,
44 #cg2dTargetResidual=1.E-12,
45 cg2dTargetResWunit=1.E-17,
46 &
47
48 # Time stepping parameters
49 &PARM03
50 niter0=0,
51 #niter0=570240,
52 #niter0=47520,
53 #niter0=25920,
54 #nTimeSteps=3000,
55 nTimeSteps=4000000,
56 #endTime=31104000.,
57 deltaT=600.0,
58 abEps=0.1,
59 cAdjFreq=0.,
60 pChkptFreq=2592000.0,
61 chkptFreq=0.0,
62 dumpFreq=2592000.0,
63 taveFreq=2592000.0,
64 #monitorFreq=2592000.,
65 monitorFreq=600.,
66 &
67
68 # Gridding parameters
69 &PARM04
70 usingCartesianGrid=.FALSE.,
71 usingSphericalPolarGrid=.FALSE.,
72 usingCurvilinearGrid=.TRUE.,
73 delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
74 Ro_SeaLevel=1.E5,
75 groundAtK1=.TRUE.,
76 rSphere=6370.E3,
77 &
78
79 # Input datasets
80 &PARM05
81 bathyFile='orography_fullcell.cs.bin'
82 &

  ViewVC Help
Powered by ViewVC 1.1.22