/[MITgcm]/MITgcm_contrib/jmc_script/data.tst
ViewVC logotype

Annotation of /MITgcm_contrib/jmc_script/data.tst

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


Revision 1.3 - (hide annotations) (download)
Sun Nov 25 21:14:57 2007 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
new version of the script to test the restart (tst_2+2 replace tst1+1)
 + script to test multiple experiments (do_test_2+2)

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     eosType='JMD95Z',
22     #staggerTimeStep=.TRUE.,
23     vectorInvariantMomentum=.TRUE.,
24     implicitFreeSurface=.TRUE.,
25     exactConserv=.TRUE.,
26     #select_rStar=2,
27     #nonlinFreeSurf=4,
28     hFacInf=0.2,
29     hFacSup=2.0,
30     #useRealFreshWaterFlux=.TRUE.,
31     allowFreezing=.TRUE.,
32     hFacMin=.1,
33     hFacMinDr=20.,
34     readBinaryPrec=64,
35     &
36    
37     # Elliptic solver parameters
38     &PARM02
39     cg2dMaxIters=200,
40     #cg2dTargetResidual=1.E-9,
41     cg2dTargetResWunit=1.E-14,
42     &
43    
44     # Time stepping parameters
45     &PARM03
46     nIter0=3600,
47 jmc 1.2 nTimeSteps=4,
48 jmc 1.1 deltaTmom =1200.,
49     deltaTtracer=86400.,
50     deltaTfreesurf=86400.,
51     deltaTClock =86400.,
52     abEps = 0.1,
53     forcing_In_AB=.FALSE.,
54     chkptFreq =311040000.,
55     taveFreq =311040000.,
56     dumpFreq =311040000.,
57     monitorFreq =2592000.,
58     periodicExternalForcing=.TRUE.,
59     externForcingPeriod=2592000.,
60     externForcingCycle=31104000.,
61     # 2 months restoring timescale for temperature
62     tauThetaClimRelax = 5184000.,
63     # 6 months restoring timescale for salinity
64     tauSaltClimRelax = 15552000.,
65     monitorFreq =1.,
66     taveFreq=864000.,
67     &
68    
69     # Gridding parameters
70     &PARM04
71     usingCartesianGrid=.FALSE.,
72     usingSphericalPolarGrid=.FALSE.,
73     usingCurvilinearGrid=.TRUE.,
74     delR= 50., 70., 100., 140., 190.,
75     240., 290., 340., 390., 440.,
76     490., 540., 590., 640., 690.,
77     &
78    
79     # Input datasets
80     &PARM05
81     bathyFile ='bathy_Hmin50.bin',
82     hydrogThetaFile='lev_T_cs_15k.bin',
83     hydrogSaltFile ='lev_S_cs_15k.bin',
84     zonalWindFile ='trenberth_taux.bin',
85     meridWindFile ='trenberth_tauy.bin',
86     thetaClimFile ='lev_surfT_cs_12m.bin',
87     saltClimFile ='lev_surfS_cs_12m.bin',
88     surfQFile ='shiQnet_cs32.bin',
89     EmPmRFile ='shiEmPR_cs32.bin',
90     &

  ViewVC Help
Powered by ViewVC 1.1.22