/[MITgcm]/MITgcm/verification/cpl_aim+ocn/input_ocn/data
ViewVC logotype

Annotation of /MITgcm/verification/cpl_aim+ocn/input_ocn/data

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


Revision 1.1 - (hide annotations) (download)
Mon Dec 15 22:49:45 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52e_pre, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint54a_pre, checkpoint52e_post, checkpoint54a_post, checkpoint53c_post, checkpoint52l_post, checkpoint52k_post, checkpoint54b_post, checkpoint53b_pre, checkpoint54d_post, checkpoint52m_post, checkpoint53a_post, checkpoint54, checkpoint53b_post, checkpoint53, checkpoint52d_post, checkpoint53g_post, checkpoint52f_post, checkpoint52i_post, checkpoint52j_pre, checkpoint53f_post, checkpoint53d_pre, checkpoint54c_post, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre
new verification exp: coupled set-up on cubed-sphere grid using AIM pkg.

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     gravity=9.81,
18     rhonil=1035.,
19     implicitFreeSurface=.TRUE.,
20     exactConserv=.TRUE.,
21     select_rStar=2,
22     nonlinFreeSurf=4,
23     hFacInf=0.2,
24     hFacSup=2.0,
25     eosType='JMD95Z',
26     ivdc_kappa=10.,
27     implicitDiffusion=.TRUE.,
28     allowFreezing=.TRUE.,
29     useRealFreshWaterFlux=.TRUE.,
30     hFacMin=.1,
31     hFacMinDr=20.,
32     vectorInvariantMomentum=.TRUE.,
33     readBinaryPrec=64,
34     writeBinaryPrec=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=0,
47     nTimeSteps=5,
48     deltaTmom =3600.,
49     deltaTtracer=3600.,
50     deltaTClock =3600.,
51     abEps = 0.1,
52     pChkptFreq =2592000.,
53     taveFreq =2592000.,
54     dumpFreq =864000.
55     monitorFreq =86400.,
56     monitorFreq =1.,
57     forcing_In_AB=.FALSE.,
58     periodicExternalForcing=.TRUE.,
59     externForcingPeriod=2592000.,
60     externForcingCycle=31104000.,
61     # 2 months restoring timescale for temperature
62     #tauThetaClimRelax= 5184000.,
63     # restoring timescale for salinity: 20 yrs
64     tauSaltClimRelax = 622080000.,
65     &
66    
67     # Gridding parameters
68     &PARM04
69     usingCartesianGrid=.FALSE.,
70     usingSphericalPolarGrid=.FALSE.,
71     usingCurvilinearGrid=.TRUE.,
72     delR= 50., 70., 100., 140., 190.,
73     240., 290., 340., 390., 440.,
74     490., 540., 590., 640., 690.,
75     &
76    
77     # Input datasets
78     &PARM05
79     bathyFile ='bathy_Hmin50.bin',
80     hydrogThetaFile='lev_T_cs_15k.bin',
81     hydrogSaltFile ='lev_S_cs_15k.bin',
82     zonalWindFile ='trenberth_taux.bin',
83     meridWindFile ='trenberth_tauy.bin',
84     thetaClimFile ='lev_surfT_cs_12m.bin',
85     saltClimFile ='lev_surfS_cs_12m.bin',
86     surfQFile ='shiQnet_cs32.bin',
87     EmPmRFile ='shiEmPR_cs32.bin',
88     &

  ViewVC Help
Powered by ViewVC 1.1.22