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

Contents of /MITgcm/verification/exp4/input/data

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


Revision 1.10 - (show annotations) (download)
Fri Jun 29 18:28:48 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint47e_post, checkpoint46l_post, checkpoint46g_pre, checkpoint47c_post, release1_p13_pre, checkpoint50c_post, checkpoint46f_post, checkpoint48e_post, checkpoint50c_pre, checkpoint44f_post, checkpoint46b_post, checkpoint43a-release1mods, release1_p13, checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint48i_post, checkpoint40pre9, checkpoint40pre8, checkpoint46l_pre, checkpoint50d_pre, chkpt44d_post, checkpoint51, checkpoint50, release1_p8, release1_p9, checkpoint50d_post, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, checkpoint50b_pre, checkpoint44e_pre, checkpoint51f_post, release1_b1, checkpoint48b_post, checkpoint43, checkpoint51d_post, checkpoint48c_pre, checkpoint47d_pre, release1_chkpt44d_post, checkpoint47a_post, checkpoint48d_pre, checkpoint51j_post, checkpoint47i_post, checkpoint47d_post, checkpoint46d_pre, checkpoint40pre2, checkpoint48d_post, release1-branch_tutorials, checkpoint48f_post, checkpoint45d_post, checkpoint46j_pre, chkpt44a_post, checkpoint44h_pre, checkpoint48h_post, checkpoint40pre4, checkpoint51b_pre, checkpoint46a_post, checkpoint47g_post, checkpoint46j_post, checkpoint51h_pre, checkpoint46k_post, checkpoint46b_pre, chkpt44c_pre, checkpoint48a_post, checkpoint45a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint44e_post, release1_p12, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, checkpoint47j_post, branch-exfmods-tag, checkpoint44g_post, branchpoint-genmake2, checkpoint46e_pre, checkpoint48c_post, checkpoint45b_post, checkpoint51i_post, release1-branch-end, release1_final_v1, checkpoint51b_post, checkpoint51c_post, checkpoint46c_pre, checkpoint46, checkpoint47b_post, checkpoint44b_post, checkpoint46h_pre, checkpoint46m_post, checkpoint46a_pre, checkpoint50g_post, checkpoint45c_post, checkpoint44h_post, checkpoint46g_post, release1_p12_pre, checkpoint50h_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint40pre5, checkpoint47f_post, checkpoint50e_post, chkpt44a_pre, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, release1_beta1, checkpoint51e_post, checkpoint44b_pre, checkpoint42, checkpoint40, checkpoint41, checkpoint47, checkpoint44, checkpoint45, checkpoint48, checkpoint49, checkpoint46h_post, checkpoint51f_pre, chkpt44c_post, checkpoint47h_post, checkpoint44f_pre, checkpoint51g_post, checkpoint46d_post, checkpoint50b_post, release1-branch_branchpoint, checkpoint51a_post, checkpoint48g_post
Branch point for: branch-exfmods-curt, release1_final, release1-branch, branch-genmake2, release1, release1_50yr, release1_coupled
Changes since 1.9: +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 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8 sRef= 8*35.,
9 viscAz=1.E-3,
10 viscAh=1.E3,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 viscA4=0.E12,
14 diffKhT=1.E3,
15 diffKzT=1.E-5,
16 diffKhS=1.E3,
17 diffKzS=1.E-5,
18 f0=1.e-4,
19 beta=0.E-11,
20 tAlpha=2.E-4,
21 sBeta =0.E-4,
22 gravity=9.81,
23 gBaro=9.81,
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 eosType='LINEAR',
27 hFacMin=0.2,
28 nonHydrostatic=.FALSE.,
29 readBinaryPrec=64,
30 globalFiles=.TRUE.,
31 &
32
33 # Elliptic solver parameters
34 &PARM02
35 cg2dMaxIters=1000,
36 cg2dTargetResidual=1.E-13,
37 cg3dMaxIters=400,
38 cg3dTargetResidual=1.E-13,
39 &
40
41 # Time stepping parameters
42 &PARM03
43 niter0=0,
44 nTimeSteps=10,
45 deltaT=600.0,
46 abEps=0.1,
47 pChkptFreq=3000.0,
48 chkptFreq=0.0,
49 dumpFreq=10800.0,
50 monitorFreq=1.,
51 &
52
53 # Gridding parameters
54 &PARM04
55 usingCartesianGrid=.TRUE.,
56 usingSphericalPolarGrid=.FALSE.,
57 delX=80*5.e3,
58 delY=42*5.e3,
59 delZ= 8*562.5,
60 &
61
62 # Input datasets
63 &PARM05
64 bathyFile='topog.bump',
65 &

  ViewVC Help
Powered by ViewVC 1.1.22