/[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.9 - (hide annotations) (download)
Sun Jul 16 02:01:59 2006 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58o_post, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint58m_post
Changes since 1.8: +1 -2 lines
use standard CS-32 grid-files (horizGridFile='grid_cs32');

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 jmc 1.7 rotationPeriod=86400.,
20 jmc 1.1 gravity=9.81,
21     rhonil=1035.,
22     rhoConstFresh=1000.,
23     eosType='JMD95Z',
24 jmc 1.4 staggerTimeStep=.TRUE.,
25 jmc 1.1 vectorInvariantMomentum=.TRUE.,
26     implicitFreeSurface=.TRUE.,
27     exactConserv=.TRUE.,
28 jmc 1.4 select_rStar=2,
29     nonlinFreeSurf=4,
30 jmc 1.1 hFacInf=0.2,
31     hFacSup=2.0,
32 jmc 1.4 useRealFreshWaterFlux=.TRUE.,
33 jmc 1.1 hFacMin=.1,
34     hFacMinDr=20.,
35     readBinaryPrec=64,
36 jmc 1.4 #writeBinaryPrec=64,
37 jmc 1.1 &
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 jmc 1.4 nIter0=36000,
49 jmc 1.1 nTimeSteps=20,
50     deltaTmom =1200.,
51     deltaTtracer=86400.,
52     deltaTfreesurf=86400.,
53     deltaTClock =86400.,
54     abEps = 0.1,
55 jmc 1.8 #forcing_In_AB=.FALSE.,
56     tracForcingOutAB=1,
57 jmc 1.4 pChkptFreq =31104000.,
58     taveFreq =31104000.,
59     dumpFreq =31104000.,
60 jmc 1.1 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     usingCurvilinearGrid=.TRUE.,
76 jmc 1.9 horizGridFile='grid_cs32',
77 jmc 1.1 delR= 50., 70., 100., 140., 190.,
78     240., 290., 340., 390., 440.,
79     490., 540., 590., 640., 690.,
80     &
81    
82     # Input datasets
83     &PARM05
84     bathyFile ='bathy_Hmin50.bin',
85     hydrogThetaFile='lev_T_cs_15k.bin',
86     hydrogSaltFile ='lev_S_cs_15k.bin',
87     zonalWindFile ='trenberth_taux.bin',
88     meridWindFile ='trenberth_tauy.bin',
89     thetaClimFile ='lev_surfT_cs_12m.bin',
90     saltClimFile ='lev_surfS_cs_12m.bin',
91     &

  ViewVC Help
Powered by ViewVC 1.1.22