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

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

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


Revision 1.6 - (show annotations) (download)
Sun Nov 6 02:33:51 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57y_post, checkpoint58, checkpoint58a_post, checkpoint57z_post, checkpoint57y_pre, checkpoint57x_post
Changes since 1.5: +4 -2 lines
use useSingleCpuIO=.TRUE. instead of globalFiles=.TRUE.

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.,
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 rhonil=1.0,
24 rhoConst=1.0,
25 rigidLid=.FALSE.,
26 implicitFreeSurface=.TRUE.,
27 staggerTimestep=.TRUE.,
28 readBinaryPrec=64,
29 writeBinaryPrec=64,
30 #globalFiles=.TRUE.,
31 #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
32 useSingleCpuIO=.TRUE.,
33 &
34
35 # Elliptic solver parameters
36 &PARM02
37 cg2dMaxIters=600,
38 cg2dTargetResidual=1.E-13,
39 &
40
41 # Time stepping parameters
42 &PARM03
43 niter0=0,
44 nTimeSteps=10,
45 abEps=0.1,
46 deltaT=1200.0,
47 cAdjFreq=0.,
48 pChkptFreq=0.0,
49 chkptFreq=0.0,
50 dumpFreq=2592000.0,
51 taveFreq=2592000.,
52 monitorFreq=1.,
53 &
54
55 # Gridding parameters
56 &PARM04
57 usingSphericalPolarGrid=.TRUE.,
58 delX=1*2.8125,
59 delY=64*2.8125,
60 delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
61 Ro_SeaLevel=1.E5,
62 phiMin=-90.,
63 &
64
65 # Input datasets
66 &PARM05
67 &

  ViewVC Help
Powered by ViewVC 1.1.22