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

Contents of /MITgcm/verification/exp5/input/data

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


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

  ViewVC Help
Powered by ViewVC 1.1.22