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

Contents of /MITgcm/verification/exp0/input/data

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


Revision 1.6 - (show annotations) (download)
Fri Jun 29 18:28:46 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46b_post, checkpoint48f_post, checkpoint46k_post, checkpoint47j_post, checkpoint40pre1, checkpoint48d_pre, branch-exfmods-tag, checkpoint47e_post, checkpoint44h_pre, checkpoint47i_post, checkpoint48i_post, release1_p12, release1_p13, release1_p10, release1_p16, release1_p15, release1_p11, checkpoint47f_post, checkpoint48d_post, checkpoint46j_post, checkpoint47c_post, checkpoint47d_post, checkpoint44e_post, checkpoint40pre3, checkpoint44f_pre, checkpoint47a_post, checkpoint46c_post, checkpoint46f_post, checkpoint46l_pre, checkpoint46a_post, checkpoint48a_post, checkpoint46n_post, release1_beta1, checkpoint46d_pre, checkpoint48e_post, checkpoint46e_post, checkpoint48h_post, release1-branch_tutorials, release1_p14, checkpoint44g_post, checkpoint46h_pre, checkpoint44h_post, checkpoint46l_post, checkpoint46e_pre, checkpoint43a-release1mods, checkpoint45d_post, checkpoint46j_pre, checkpoint45b_post, checkpoint46b_pre, checkpoint47h_post, checkpoint48c_post, chkpt44a_pre, release1-branch-end, release1_final_v1, checkpoint46, checkpoint41, checkpoint44, checkpoint45, checkpoint48, checkpoint49, checkpoint44f_post, checkpoint47b_post, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre8, checkpoint48g_post, release1_p17, release1_b1, checkpoint44b_post, chkpt44d_post, checkpoint42, checkpoint50, release1_p8, release1_p9, checkpoint46m_post, checkpoint46g_pre, release1_p2, release1_p3, release1_p4, release1_p6, checkpoint47g_post, chkpt44a_post, checkpoint44b_pre, release1_p1, checkpoint40pre4, checkpoint46a_pre, checkpoint45c_post, release1_p5, checkpoint44e_pre, chkpt44c_pre, checkpoint40pre9, release1_p7, checkpoint46d_post, checkpoint48b_post, checkpoint46g_post, release1_p13_pre, release1_p12_pre, checkpoint45a_post, checkpoint50a_post, checkpoint46c_pre, checkpoint43, checkpoint47d_pre, checkpoint40, checkpoint48c_pre, release1-branch_branchpoint, checkpoint46i_post, checkpoint47, checkpoint40pre7, chkpt44c_post, checkpoint46h_post, release1_chkpt44d_post, checkpoint50b_pre
Branch point for: release1_coupled, release1_final, release1-branch, release1, release1_50yr, branch-exfmods-curt
Changes since 1.5: +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 # Model parameters
2 # Continuous equation parameters
3 &PARM01
4 tRef=20.,
5 sRef=10.,
6 viscAz=1.E-2,
7 viscAh=4.E2,
8 diffKhT=4.E2,
9 diffKzT=1.E-2,
10 beta=1.E-11,
11 tAlpha=2.E-4,
12 sBeta =0.,
13 gravity=9.81,
14 gBaro=9.81,
15 rigidLid=.FALSE.,
16 implicitFreeSurface=.TRUE.,
17 eosType='LINEAR',
18 readBinaryPrec=64,
19 &
20 # Elliptic solver parameters
21 &PARM02
22 cg2dMaxIters=1000,
23 cg2dTargetResidual=1.E-7,
24 &
25 # Time stepping parameters
26 &PARM03
27 startTime=0,
28 #endTime=311040000,
29 endTime=12000.0,
30 deltaTmom=1200.0,
31 deltaTtracer=1200.0,
32 abEps=0.1,
33 pChkptFreq=2592000.0,
34 chkptFreq=120000.0,
35 dumpFreq=2592000.0,
36 monitorFreq=1.,
37 &
38 # Gridding parameters
39 &PARM04
40 usingCartesianGrid=.TRUE.,
41 usingSphericalPolarGrid=.FALSE.,
42 delX=60*20E3,
43 delY=60*20E3,
44 delZ=5000.,
45 &
46 &PARM05
47 bathyFile='topog.box',
48 hydrogThetaFile=,
49 hydrogSaltFile=,
50 zonalWindFile='windx.sin_y',
51 meridWindFile=,
52 &

  ViewVC Help
Powered by ViewVC 1.1.22