/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/input/data
ViewVC logotype

Annotation of /MITgcm/verification/hs94.cs-32x32x5/input/data

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


Revision 1.4 - (hide annotations) (download)
Thu Aug 16 17:12:24 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint51k_post, checkpoint47e_post, checkpoint52l_pre, checkpoint46l_post, checkpoint46g_pre, checkpoint47c_post, release1_p13_pre, checkpoint50c_post, checkpoint46f_post, checkpoint48e_post, checkpoint50c_pre, checkpoint44f_post, checkpoint46b_post, checkpoint52j_pre, checkpoint43a-release1mods, checkpoint51o_pre, release1_p13, checkpoint51l_post, checkpoint48i_post, checkpoint40pre9, checkpoint40pre8, checkpoint46l_pre, checkpoint50d_pre, checkpoint52k_post, chkpt44d_post, checkpoint51, checkpoint50, checkpoint52, release1_p8, release1_p9, checkpoint50d_post, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, checkpoint52f_post, checkpoint50b_pre, checkpoint44e_pre, checkpoint51f_post, release1_b1, checkpoint48b_post, checkpoint43, checkpoint51d_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint51t_post, checkpoint51n_post, release1_chkpt44d_post, checkpoint52i_pre, checkpoint51s_post, checkpoint47a_post, checkpoint48d_pre, checkpoint51j_post, checkpoint47i_post, checkpoint52e_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint47d_post, checkpoint46d_pre, checkpoint48d_post, release1-branch_tutorials, checkpoint48f_post, checkpoint45d_post, checkpoint52b_pre, checkpoint46j_pre, checkpoint51l_pre, chkpt44a_post, checkpoint44h_pre, checkpoint48h_post, checkpoint51q_post, checkpoint51b_pre, checkpoint46a_post, checkpoint47g_post, checkpoint52b_post, checkpoint52c_post, checkpoint46j_post, checkpoint51h_pre, checkpoint46k_post, checkpoint46b_pre, chkpt44c_pre, checkpoint48a_post, checkpoint45a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint52f_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, checkpoint51r_post, 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, checkpoint52d_post, checkpoint46m_post, checkpoint46a_pre, checkpoint50g_post, checkpoint45c_post, checkpoint44h_post, checkpoint46g_post, release1_p12_pre, checkpoint52a_pre, checkpoint50h_post, checkpoint52i_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint52h_pre, checkpoint52j_post, checkpoint47f_post, checkpoint50e_post, chkpt44a_pre, checkpoint46i_post, checkpoint46c_post, branch-netcdf, checkpoint52l_post, checkpoint46e_post, release1_beta1, checkpoint51e_post, checkpoint44b_pre, checkpoint42, checkpoint40, checkpoint41, checkpoint47, checkpoint44, checkpoint45, checkpoint48, checkpoint49, checkpoint46h_post, checkpoint51o_post, checkpoint51f_pre, chkpt44c_post, checkpoint47h_post, checkpoint52a_post, checkpoint44f_pre, checkpoint51g_post, ecco_c52_e35, checkpoint46d_post, checkpoint50b_post, release1-branch_branchpoint, checkpoint51m_post, checkpoint51a_post, checkpoint51p_post, checkpoint48g_post, checkpoint51u_post
Branch point for: branch-exfmods-curt, release1_final, release1-branch, branch-genmake2, release1, branch-nonh, tg2-branch, release1_50yr, netcdf-sm0, checkpoint51n_branch, release1_coupled
Changes since 1.3: +1 -3 lines
Added run-time control of vector-invariant/flux-form momentum eqns.

1 adcroft 1.2 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=281.089, 289.321, 307.191, 331.377, 432.413,
8     sRef=5*0.,
9     viscAr=0.E1,
10     viscAh=0.E6,
11     viscA4=0.E17,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     diffKhT=0.E3,
15     diffKrT=0.,
16     diffK4T=0.E17,
17     diffKrS=0.E2,
18     diffKhS=0.E3,
19     diffK4S=0.E17,
20     buoyancyRelation='ATMOSPHERIC',
21     eosType='IDEALGAS',
22     gravity=9.81,
23     gBaro=9.81,
24     rhonil=1.0,
25     rhoConst=1.0,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28     staggerTimeStep=.TRUE.,
29     nonHydrostatic=.FALSE.,
30     readBinaryPrec=64,
31     writeBinaryPrec=64,
32     hFacMin=1.0,
33 adcroft 1.4 vectorInvariantMomentum=.TRUE.,
34 adcroft 1.2 &
35    
36     # Elliptic solver parameters
37     &PARM02
38     cg2dMaxIters=200,
39     cg2dTargetResidual=1.E-12,
40     &
41    
42     # Time stepping parameters
43     &PARM03
44     niter0=0,
45     nTimeSteps=20,
46     #endTime=864000.0,
47 adcroft 1.3 deltaT=600.0,
48 adcroft 1.2 abEps=0.1,
49     cAdjFreq=0.,
50     pChkptFreq=2592000.0,
51     chkptFreq=0.0,
52     dumpFreq=21600.0,
53 adcroft 1.3 monitorFreq=1.,
54 adcroft 1.2 &
55    
56     # Gridding parameters
57     &PARM04
58     usingCartesianGrid=.FALSE.,
59     usingSphericalPolarGrid=.FALSE.,
60     usingCurvilinearGrid=.TRUE.,
61     delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
62     Ro_SeaLevel=1.E5,
63     groundAtK1=.TRUE.,
64     rSphere=6370.E3,
65     &
66    
67     # Input datasets
68     &PARM05
69     &

  ViewVC Help
Powered by ViewVC 1.1.22