/[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.10 - (hide annotations) (download)
Thu May 28 23:20:51 2009 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint62, checkpoint63, checkpoint66a, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.9: +0 -1 lines
use default rotationPeriod

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 jmc 1.7 diffKhT=0.,
12     diffK4T=0.,
13 jmc 1.1 diffKrT=3.E-5,
14 jmc 1.7 diffKhS=0.,
15     diffK4S=0.,
16 jmc 1.1 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 jmc 1.8 #forcing_In_AB=.FALSE.,
55     tracForcingOutAB=1,
56 jmc 1.4 pChkptFreq =31104000.,
57     taveFreq =31104000.,
58     dumpFreq =31104000.,
59 jmc 1.1 monitorFreq =2592000.,
60     #tave_lastIter=0.,
61     periodicExternalForcing=.TRUE.,
62     externForcingPeriod=2592000.,
63     externForcingCycle=31104000.,
64     # 2 months restoring timescale for temperature
65     tauThetaClimRelax = 5184000.,
66     # 6 months restoring timescale for salinity
67     tauSaltClimRelax = 15552000.,
68     latBandClimRelax=50.,
69     monitorFreq =1.,
70     &
71    
72     # Gridding parameters
73     &PARM04
74     usingCurvilinearGrid=.TRUE.,
75 jmc 1.9 horizGridFile='grid_cs32',
76 jmc 1.1 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