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

Annotation of /MITgcm/verification/internal_wave/input/data

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


Revision 1.4 - (hide annotations) (download)
Fri Jun 29 18:28:49 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, 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, release1_b1, checkpoint48b_post, checkpoint43, checkpoint48c_pre, checkpoint47d_pre, release1_chkpt44d_post, checkpoint47a_post, checkpoint48d_pre, 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, checkpoint46a_post, checkpoint47g_post, checkpoint46j_post, checkpoint46k_post, checkpoint46b_pre, chkpt44c_pre, checkpoint48a_post, checkpoint45a_post, checkpoint50a_post, checkpoint44e_post, release1_p12, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, checkpoint47j_post, branch-exfmods-tag, checkpoint44g_post, checkpoint46e_pre, checkpoint48c_post, checkpoint45b_post, release1-branch-end, release1_final_v1, checkpoint46c_pre, checkpoint46, checkpoint47b_post, checkpoint44b_post, checkpoint46h_pre, checkpoint46m_post, checkpoint46a_pre, checkpoint45c_post, checkpoint44h_post, checkpoint46g_post, release1_p12_pre, checkpoint50e_pre, checkpoint40pre5, checkpoint47f_post, checkpoint50e_post, chkpt44a_pre, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, release1_beta1, checkpoint44b_pre, checkpoint42, checkpoint40, checkpoint41, checkpoint47, checkpoint44, checkpoint45, checkpoint48, checkpoint49, checkpoint46h_post, chkpt44c_post, checkpoint47h_post, checkpoint44f_pre, checkpoint46d_post, checkpoint50b_post, release1-branch_branchpoint, checkpoint48g_post
Branch point for: branch-exfmods-curt, release1_final, release1-branch, release1, release1_50yr, release1_coupled
Changes since 1.3: +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 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     Tref = 0.04842, 0.0433231, 0.0382263, 0.0331295,
8     0.0280326, 0.0229358, 0.0178389, 0.0127421,
9     0.00764526, 0.00254842, -0.00254842, -0.00764526,
10     -0.0127421, -0.0178389, -0.0229358, -0.0280326,
11     -0.0331295, -0.0382263, -0.0433231, -0.04842,
12 adcroft 1.2 sRef= 20*35.,
13 adcroft 1.1 viscAz=1.E-3,
14     viscAh=1.0E-2,
15     no_slip_sides=.FALSE.,
16     no_slip_bottom=.FALSE.,
17     viscA4=0.E12,
18     diffKhT=1.0E-2
19     diffKzT=1.E-3,
20     diffKhS=1.E3,
21     diffKzS=1.E-5,
22     f0=0.0,
23     beta=0.E-11,
24     tAlpha=2.E-4,
25     sBeta =0.E-4,
26     gravity=9.81,
27     gBaro=9.81,
28     rigidLid=.FALSE.,
29     implicitFreeSurface=.TRUE.,
30     eosType='LINEAR',
31     hFacMin=0.2,
32     nonHydrostatic=.FALSE.,
33     readBinaryPrec=64,
34     globalFiles=.TRUE.,
35     writeBinaryPrec=64,
36     writeStatePrec=64,
37     &
38    
39     # Elliptic solver parameters
40     &PARM02
41     cg2dMaxIters=1000,
42     cg2dTargetResidual=1.E-13,
43     cg3dMaxIters=400,
44     cg3dTargetResidual=1.E-13,
45     &
46    
47     # Time stepping parameters
48     &PARM03
49     niter0=0,
50     nTimeSteps=20,
51     deltaT=10.,
52     abEps=0.1,
53     pChkptFreq=300000.0,
54     chkptFreq=0.0,
55     dumpFreq=10000.,
56 adcroft 1.4 monitorFreq=1.,
57 adcroft 1.1 &
58    
59     # Gridding parameters
60     &PARM04
61     usingCartesianGrid=.TRUE.,
62     usingSphericalPolarGrid=.FALSE.,
63     delXfile='delXvar'
64     delY=3*5.e3,
65     delZ=20*10.000000,
66     &
67    
68     # Input datasets
69     &PARM05
70     hydrogThetaFile='T.init',
71     bathyFile='topog.slope',
72     &

  ViewVC Help
Powered by ViewVC 1.1.22