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

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

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


Revision 1.8 - (show annotations) (download)
Tue Mar 7 15:40:45 2006 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58h_post, checkpoint58j_post, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58i_post, checkpoint58g_post, checkpoint58k_post, checkpoint58b_post
Changes since 1.7: +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=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 rotationPeriod=86400.,
20 gravity=9.81,
21 rhonil=1035.,
22 rhoConstFresh=1000.,
23 eosType='JMD95Z',
24 staggerTimeStep=.TRUE.,
25 vectorInvariantMomentum=.TRUE.,
26 implicitFreeSurface=.TRUE.,
27 exactConserv=.TRUE.,
28 select_rStar=2,
29 nonlinFreeSurf=4,
30 hFacInf=0.2,
31 hFacSup=2.0,
32 useRealFreshWaterFlux=.TRUE.,
33 hFacMin=.1,
34 hFacMinDr=20.,
35 readBinaryPrec=64,
36 #writeBinaryPrec=64,
37 &
38
39 # Elliptic solver parameters
40 &PARM02
41 cg2dMaxIters=200,
42 #cg2dTargetResidual=1.E-9,
43 cg2dTargetResWunit=1.E-14,
44 &
45
46 # Time stepping parameters
47 &PARM03
48 nIter0=36000,
49 nTimeSteps=20,
50 deltaTmom =1200.,
51 deltaTtracer=86400.,
52 deltaTfreesurf=86400.,
53 deltaTClock =86400.,
54 abEps = 0.1,
55 #forcing_In_AB=.FALSE.,
56 tracForcingOutAB=1,
57 pChkptFreq =31104000.,
58 taveFreq =31104000.,
59 dumpFreq =31104000.,
60 monitorFreq =2592000.,
61 #tave_lastIter=0.,
62 periodicExternalForcing=.TRUE.,
63 externForcingPeriod=2592000.,
64 externForcingCycle=31104000.,
65 # 2 months restoring timescale for temperature
66 tauThetaClimRelax = 5184000.,
67 # 6 months restoring timescale for salinity
68 tauSaltClimRelax = 15552000.,
69 latBandClimRelax=50.,
70 monitorFreq =1.,
71 &
72
73 # Gridding parameters
74 &PARM04
75 usingCartesianGrid=.FALSE.,
76 usingSphericalPolarGrid=.FALSE.,
77 usingCurvilinearGrid=.TRUE.,
78 delR= 50., 70., 100., 140., 190.,
79 240., 290., 340., 390., 440.,
80 490., 540., 590., 640., 690.,
81 &
82
83 # Input datasets
84 &PARM05
85 bathyFile ='bathy_Hmin50.bin',
86 hydrogThetaFile='lev_T_cs_15k.bin',
87 hydrogSaltFile ='lev_S_cs_15k.bin',
88 zonalWindFile ='trenberth_taux.bin',
89 meridWindFile ='trenberth_tauy.bin',
90 thetaClimFile ='lev_surfT_cs_12m.bin',
91 saltClimFile ='lev_surfS_cs_12m.bin',
92 &

  ViewVC Help
Powered by ViewVC 1.1.22