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

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

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


Revision 1.7 - (show annotations) (download)
Tue Feb 22 23:53:38 2011 UTC (13 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint64c, checkpoint64b, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint63, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.6: +1 -0 lines
for clarity, specify explicitly radius_fromHorizGrid that matches the
current grid-files.

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 rhoConst=1030.,
19 rhoConstFresh=1000.,
20 eosType='JMD95Z',
21 #allowFreezing=.TRUE.,
22 ivdc_kappa=10.,
23 implicitDiffusion=.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 temp_EvPrRn=0.,
32 hFacMin=.1,
33 hFacMinDr=20.,
34 vectorInvariantMomentum=.TRUE.,
35 staggerTimeStep=.TRUE.,
36 readBinaryPrec=64,
37 writeBinaryPrec=64,
38 #debugLevel=0,
39 &
40
41 # Elliptic solver parameters
42 &PARM02
43 cg2dMaxIters=200,
44 cg2dTargetResidual=1.E-9,
45 #cg2dTargetResWunit=1.E-14,
46 &
47
48 # Time stepping parameters
49 &PARM03
50 nIter0=0,
51 nTimeSteps=5,
52 deltaTmom =3600.,
53 deltaTtracer=3600.,
54 deltaTClock =3600.,
55 abEps = 0.1,
56 pChkptFreq =2592000.,
57 taveFreq =2592000.,
58 dumpFreq =864000.,
59 monitorFreq =86400.,
60 monitorFreq =1.,
61 #forcing_In_AB=.FALSE.,
62 tracForcingOutAB=1,
63 periodicExternalForcing=.TRUE.,
64 externForcingPeriod=2592000.,
65 externForcingCycle=31104000.,
66 # 2 months restoring timescale for temperature
67 #tauThetaClimRelax= 5184000.,
68 # restoring timescale for salinity: 2yrs, 20 yrs
69 #tauSaltClimRelax = 62208000.,
70 tauSaltClimRelax = 622080000.,
71 &
72
73 # Gridding parameters
74 &PARM04
75 usingCurvilinearGrid=.TRUE.,
76 horizGridFile='grid_cs32',
77 radius_fromHorizGrid=6370.E3,
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 surfQFile ='shiQnet_cs32.bin',
93 EmPmRFile ='shiEmPR_cs32.bin',
94 &

  ViewVC Help
Powered by ViewVC 1.1.22