/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/input.thsice/data
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.cs32x15/input.thsice/data

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


Revision 1.6 - (hide annotations) (download)
Mon Oct 18 16:04:25 2004 UTC (20 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57v_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint57g_pre, checkpoint56c_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint57a_post, checkpoint57r_post, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint57x_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint57c_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post
Changes since 1.5: +0 -1 lines
 o remove all the *_ioinc flags and replace them with the single global
   outputTypesInclusive flag

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=15*20.,
8     sRef=15*35.,
9     viscAh =3.E5,
10     viscAr =1.E-3,
11     diffKhT=0.,
12     diffK4T=0.,
13     diffKrT=3.E-5,
14     diffKhS=0.,
15     diffK4S=0.,
16     diffKrS=3.E-5,
17     ivdc_kappa=10.,
18     implicitDiffusion=.TRUE.,
19     gravity=9.81,
20     rhonil=1035.,
21     rhoConstFresh=1000.,
22     eosType='JMD95Z',
23 jmc 1.4 staggerTimeStep=.TRUE.,
24 jmc 1.1 vectorInvariantMomentum=.TRUE.,
25     implicitFreeSurface=.TRUE.,
26     exactConserv=.TRUE.,
27 jmc 1.4 select_rStar=2,
28     nonlinFreeSurf=4,
29 jmc 1.1 hFacInf=0.2,
30     hFacSup=2.0,
31 jmc 1.4 useRealFreshWaterFlux=.TRUE.,
32 jmc 1.1 hFacMin=.1,
33     hFacMinDr=20.,
34     readBinaryPrec=64,
35 jmc 1.4 #writeBinaryPrec=64,
36 jmc 1.1 &
37    
38     # Elliptic solver parameters
39     &PARM02
40     cg2dMaxIters=200,
41     #cg2dTargetResidual=1.E-9,
42     cg2dTargetResWunit=1.E-14,
43     &
44    
45     # Time stepping parameters
46     &PARM03
47 jmc 1.4 nIter0=36000,
48 jmc 1.1 nTimeSteps=20,
49     deltaTmom =1200.,
50     deltaTtracer=86400.,
51     deltaTfreesurf=86400.,
52     deltaTClock =86400.,
53     abEps = 0.1,
54     forcing_In_AB=.FALSE.,
55 jmc 1.4 pChkptFreq =31104000.,
56     taveFreq =31104000.,
57     dumpFreq =31104000.,
58 jmc 1.1 monitorFreq =2592000.,
59     #tave_lastIter=0.,
60     periodicExternalForcing=.TRUE.,
61     externForcingPeriod=2592000.,
62     externForcingCycle=31104000.,
63     # 2 months restoring timescale for temperature
64     tauThetaClimRelax = 5184000.,
65     # 6 months restoring timescale for salinity
66     tauSaltClimRelax = 15552000.,
67     latBandClimRelax=50.,
68     monitorFreq =1.,
69     &
70    
71     # Gridding parameters
72     &PARM04
73     usingCartesianGrid=.FALSE.,
74     usingSphericalPolarGrid=.FALSE.,
75     usingCurvilinearGrid=.TRUE.,
76     delR= 50., 70., 100., 140., 190.,
77     240., 290., 340., 390., 440.,
78     490., 540., 590., 640., 690.,
79     &
80    
81     # Input datasets
82     &PARM05
83     bathyFile ='bathy_Hmin50.bin',
84     hydrogThetaFile='lev_T_cs_15k.bin',
85     hydrogSaltFile ='lev_S_cs_15k.bin',
86     zonalWindFile ='trenberth_taux.bin',
87     meridWindFile ='trenberth_tauy.bin',
88     thetaClimFile ='lev_surfT_cs_12m.bin',
89     saltClimFile ='lev_surfS_cs_12m.bin',
90     &

  ViewVC Help
Powered by ViewVC 1.1.22