/[MITgcm]/MITgcm_contrib/high_res_cube/input/data
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/input/data

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


Revision 1.2 - (show annotations) (download)
Mon Nov 24 01:04:28 2003 UTC (21 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint52a_post
Changes since 1.1: +2 -11 lines
use pkg/exf to read input 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 ivdc_kappa=10.,
18 implicitDiffusion=.TRUE.,
19 gravity=9.81,
20 rhonil=1035.,
21 eosType='JMD95Z',
22 #staggerTimeStep=.TRUE.,
23 vectorInvariantMomentum=.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 allowFreezing=.TRUE.,
32 hFacMin=.1,
33 hFacMinDr=20.,
34 readBinaryPrec=64,
35 globalFiles=.TRUE.
36 useSingleCPUio=.TRUE.
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=72000,
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 pChkptFreq =1728000.,
57 #chkptFreq =311040000.,
58 taveFreq =1244160000.,
59 dumpFreq =622080000.,
60 # 2 months restoring timescale for temperature
61 tauThetaClimRelax = 5184000.,
62 # 2yrs restoring timescale for salinity
63 tauSaltClimRelax = 62208000.,
64 monitorFreq =1.,
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 &

  ViewVC Help
Powered by ViewVC 1.1.22