/[MITgcm]/MITgcm/verification/fizhi-gridalt-hs/input/data
ViewVC logotype

Contents of /MITgcm/verification/fizhi-gridalt-hs/input/data

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


Revision 1.10 - (show annotations) (download)
Tue Mar 7 15:40:45 2006 UTC (18 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint58m_post
Changes since 1.9: +2 -1 lines
specify tracForcingOutAB=1 (to replace forcing_In_AB=F which now applies
  also to momentum forcing) and leave output.txt unchanged for now.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 #tRef=295.1, 295.3, 295.4, 295.6, 295.8, 296.0, 296.2, 296.4, 296.6, 296.8,
8 # 297.0, 297.3, 297.5, 297.7, 298.0, 298.3, 298.5, 298.8, 299.1, 299.5,
9 # 299.8, 300.1, 300.5, 300.9, 301.5, 302.3, 303.4, 304.9, 306.8, 309.4,
10 # 312.9, 317.8, 324.7, 336.1, 352.6, 373.4, 401.2, 441.6, 511.0, 699.5,
11 #tRef=295.2, 295.5, 295.9, 296.3, 296.7, 297.1, 297.6, 298.1, 298.7, 299.3,
12 # 300.0, 300.7, 301.9, 304.1, 308.0, 315.1, 329.5, 362.3, 419.2, 573.8,
13 tRef=295.3, 296.1, 296.9, 297.9, 299.0, 300.3, 302.8, 311.0, 343.9, 470.7,
14 sRef=10*0.0,
15 viscAr=0.E1,
16 viscAh=0.E6,
17 viscA4=0.E17,
18 no_slip_sides=.FALSE.,
19 no_slip_bottom=.FALSE.,
20 diffKhT=0.E3,
21 diffKrT=0.,
22 diffK4T=0.E17,
23 diffKrS=0.E2,
24 diffKhS=0.E3,
25 diffK4S=0.E17,
26 buoyancyRelation='ATMOSPHERIC',
27 eosType='IDEALGAS',
28 #Integr_GeoPot=2,
29 rotationPeriod=86400.,
30 gravity=9.81,
31 rhonil=1.0,
32 rhoConst=1.0,
33 rigidLid=.FALSE.,
34 implicitFreeSurface=.TRUE.,
35 exactConserv=.TRUE.,
36 uniformLin_PhiSurf=.FALSE.,
37 staggerTimeStep=.TRUE.,
38 nonHydrostatic=.FALSE.,
39 readBinaryPrec=64,
40 writeBinaryPrec=64,
41 hFacMin=0.2,
42 nonlinFreeSurf=4,
43 select_rStar=2,
44 saltAdvScheme=3,
45 vectorInvariantMomentum=.TRUE.,
46 &
47
48 # Elliptic solver parameters
49 &PARM02
50 cg2dMaxIters=200,
51 #cg2dTargetResidual=1.E-12,
52 cg2dTargetResWunit=1.E-17,
53 &
54
55 # Time stepping parameters
56 &PARM03
57 niter0=0,
58 #nTimeSteps=691200,
59 nTimeSteps=5,
60 #endTime=864000.0,
61 deltaT=450.0,
62 #forcing_In_AB=.FALSE.,
63 tracForcingOutAB=1,
64 abEps=0.1,
65 cAdjFreq=0.,
66 pChkptFreq=2592000.0,
67 chkptFreq=0.0,
68 #dumpFreq=2592000.0,
69 dumpFreq=3600.0,
70 monitorFreq=1.,
71 taveFreq=0.0,
72 tave_lastiter=1.,
73 &
74
75 # Gridding parameters
76 &PARM04
77 usingCartesianGrid=.FALSE.,
78 usingSphericalPolarGrid=.FALSE.,
79 usingCurvilinearGrid=.TRUE.,
80 delR=10*1.E4,
81 Ro_SeaLevel=1.E5,
82 rSphere=6370.E3,
83 &
84
85 # Input datasets
86 &PARM05
87 topoFile='topo.cs.bin',
88 &

  ViewVC Help
Powered by ViewVC 1.1.22