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

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

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


Revision 1.8 - (hide annotations) (download)
Sun Jan 27 20:40:23 2008 UTC (16 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59q, checkpoint59p, checkpoint59o, checkpoint59n
Changes since 1.7: +0 -1 lines
use package Diagnostics (and drop timeave)

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

  ViewVC Help
Powered by ViewVC 1.1.22