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

Annotation of /MITgcm/verification/tutorial_deep_convection/input/data

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


Revision 1.1 - (hide annotations) (download)
Thu Apr 20 23:25:06 2006 UTC (18 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58u_post, checkpoint58w_post, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59p, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58m_post
copied from tutorial_examples/nonhydrostatic_deep_convection in release1_branch.

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=20*20.0,
8     sRef=20*35.0,
9     viscAh=0.1,
10     viscAz=0.1,
11     no_slip_sides=.FALSE.,
12     no_slip_bottom=.FALSE.,
13     viscA4=0.E12,
14     diffKhT=0.1,
15     diffKzT=0.1,
16     diffKhS=0.1,
17     diffKzS=0.1,
18     f0=1E-4,
19     beta=0.E-11,
20     tAlpha=2.0E-4,
21     sBeta =0.,
22     gravity=9.81,
23     rhoConst=1000.0,
24     rhoNil=1000.0,
25     heatCapacity_Cp=3900.0,
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=1440,
45     deltaT=60,
46     abEps=0.1,
47     pChkptFreq=0.0,
48     chkptFreq=0.0,
49     dumpFreq=600,
50     monitorFreq=1.E-5,
51     &
52    
53     # Gridding parameters
54     &PARM04
55     usingCartesianGrid=.TRUE.,
56     usingSphericalPolarGrid=.FALSE.,
57     dXspacing=50.0,
58     dYspacing=50.0,
59     delZ=20*50.0,
60     &
61    
62     # Input datasets
63     &PARM05
64     surfQfile='Qnet.circle',
65     &

  ViewVC Help
Powered by ViewVC 1.1.22