/[MITgcm]/MITgcm/verification/adjustment.128x64x1/input/data
ViewVC logotype

Contents of /MITgcm/verification/adjustment.128x64x1/input/data

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


Revision 1.2 - (show annotations) (download)
Tue May 29 14:01:41 2001 UTC (23 years, 1 month ago) by adcroft
Branch: MAIN
Changes since 1.1: +75 -0 lines
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=300.,
8 sRef=0.,
9 viscAr=0.,
10 viscAh=0.,
11 viscA4=0.,
12 no_slip_sides=.FALSE.,
13 no_slip_bottom=.FALSE.,
14 diffKrT=0.,
15 diffKhT=0.,
16 diffK4T=0.,
17 diffKrS=0.,
18 diffKhS=0.,
19 diffK4S=0.,
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 nonHydrostatic=.FALSE.,
29 readBinaryPrec=64,
30 writeBinaryPrec=64,
31 zonal_filt_lat=90.0,
32 zonal_filt_sinpow=2,
33 zonal_filt_cospow=2,
34 momAdvection=.FALSE.,
35 useCoriolis=.FALSE.,
36 tempStepping=.FALSE.,
37 saltStepping=.FALSE.,
38 #implicSurfPress=0.5,
39 #implicDiv2DFlow=0.5,
40 &
41
42 # Elliptic solver parameters
43 &PARM02
44 cg2dMaxIters=600,
45 cg2dTargetResidual=1.E-12,
46 &
47
48 # Time stepping parameters
49 &PARM03
50 niter0=0,
51 nTimeSteps=24,
52 abEps=0.1,
53 deltaT=450.0,
54 cAdjFreq=0.,
55 pChkptFreq=0.0,
56 chkptFreq=0.0,
57 dumpFreq=3600.0,
58 &
59
60 # Gridding parameters
61 &PARM04
62 usingCartesianGrid=.FALSE.,
63 usingSphericalPolarGrid=.TRUE.,
64 delX=128*2.8125,
65 delY=64*2.8125,
66 delR=1.E5,
67 Ro_SeaLevel=1.E5,
68 groundAtK1=.TRUE.,
69 phiMin=-90.,
70 &
71
72 # Input datasets
73 &PARM05
74 pSurfInitFile='ps.init',
75 &

  ViewVC Help
Powered by ViewVC 1.1.22