/[MITgcm]/MITgcm/verification/exp1/input/data
ViewVC logotype

Annotation of /MITgcm/verification/exp1/input/data

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


Revision 1.8 - (hide annotations) (download)
Fri Jun 29 18:28:47 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1, checkpoint44h_pre, checkpoint44e_post, checkpoint40pre3, checkpoint44f_pre, release1_beta1, release1-branch_tutorials, checkpoint44g_post, checkpoint44h_post, checkpoint43a-release1mods, checkpoint45b_post, chkpt44a_pre, release1-branch-end, release1_final_v1, checkpoint41, checkpoint44, checkpoint45, checkpoint44f_post, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre8, release1_b1, checkpoint44b_post, chkpt44d_post, checkpoint42, release1_p2, release1_p3, release1_p4, chkpt44a_post, checkpoint44b_pre, release1_p1, checkpoint40pre4, checkpoint45c_post, checkpoint44e_pre, chkpt44c_pre, checkpoint40pre9, checkpoint45a_post, checkpoint43, checkpoint40, release1-branch_branchpoint, checkpoint40pre7, chkpt44c_post, release1_chkpt44d_post
Branch point for: release1_coupled, release1_final, release1-branch, release1
Changes since 1.7: +1 -0 lines
Across the board regeneration of results/output.txt
 o format of output differs
 o some numbers in some expts were inaccurate/out of date
 o now can test model using more than cg2d_init_res

1 adcroft 1.1 # Model parameters
2     # Continuous equation parameters
3     &PARM01
4     tRef=20.,10.,8.,6.,
5     sRef=10.,10.,10.,10.,
6     viscAz=1.E-2,
7     viscAh=4.E2,
8 adcroft 1.2 no_slip_sides=.FALSE.,
9     no_slip_bottom=.TRUE.,
10 adcroft 1.1 diffKhT=4.E2,
11     diffKzT=1.E-2,
12     beta=1.E-11,
13     tAlpha=2.E-4,
14     sBeta =0.,
15     gravity=9.81,
16     rigidLid=.FALSE.,
17     implicitFreeSurface=.TRUE.,
18     eosType='LINEAR',
19     readBinaryPrec=64,
20     &
21     # Elliptic solver parameters
22     &PARM02
23     cg2dMaxIters=1000,
24     cg2dTargetResidual=1.E-13,
25     &
26     # Time stepping parameters
27     &PARM03
28 adcroft 1.7 startTime=0.,
29     endTime=12000.,
30 adcroft 1.1 deltaTmom=1200.0,
31     deltaTtracer=1200.0,
32     abEps=0.1,
33     pChkptFreq=17000.0,
34     chkptFreq=0.0,
35     dumpFreq=2592000.0,
36 adcroft 1.8 monitorFreq=1.,
37 adcroft 1.1 &
38     # Gridding parameters
39     &PARM04
40     usingCartesianGrid=.FALSE.,
41     usingSphericalPolarGrid=.TRUE.,
42     phiMin=-30.,
43     delX=60*1.,
44     delY=60*1.,
45     delZ=500.,500.,500.,500.,
46     &
47     &PARM05
48     bathyFile='topog.box',
49     hydrogThetaFile=,
50     hydrogSaltFile=,
51     zonalWindFile='windx.sin_y',
52     meridWindFile=,
53     &

  ViewVC Help
Powered by ViewVC 1.1.22