/[MITgcm]/MITgcm_contrib/heimbach/cs_adj_advdiff/input/data
ViewVC logotype

Contents of /MITgcm_contrib/heimbach/cs_adj_advdiff/input/data

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


Revision 1.1 - (show annotations) (download)
Tue Nov 14 14:28:14 2006 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Adding reference setup and common input fields dir.

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=1.E3,
12 diffK4T=0.,
13 diffKrT=3.E-5,
14 diffKrT=0.,
15 diffKhS=0.,
16 diffK4S=0.,
17 diffKrS=3.E-5,
18 ivdc_kappa=10.,
19 implicitDiffusion=.TRUE.,
20 gravity=9.81,
21 rhonil=1035.,
22 eosType='JMD95Z',
23 #staggerTimeStep=.TRUE.,
24 vectorInvariantMomentum=.TRUE.,
25 implicitFreeSurface=.FALSE.,
26 rigidLid=.TRUE.,
27 #exactConserv=.TRUE.,
28 #select_rStar=2,
29 #nonlinFreeSurf=4,
30 #hFacInf=0.2,
31 #hFacSup=2.0,
32 #useRealFreshWaterFlux=.TRUE.,
33 allowFreezing=.TRUE.,
34 hFacMin=.1,
35 hFacMinDr=20.,
36 hFacMin=1.,
37 #hFacMinDr=20.,
38 readBinaryPrec=64,
39 #usePickupBeforeC54=.TRUE.,
40 &
41
42 # Elliptic solver parameters
43 &PARM02
44 cg2dMaxIters=2000,
45 cg2dTargetResidual=1.E-12,
46 #cg2dTargetResWunit=1.E-20,
47 &
48
49 # Time stepping parameters
50 &PARM03
51 nIter0=72000,
52 nTimeSteps=20,
53 deltaTmom =1200.,
54 deltaTtracer=86400.,
55 deltaTfreesurf=86400.,
56 deltaTClock =86400.,
57 abEps = 0.1,
58 forcing_In_AB=.FALSE.,
59 pChkptFreq =1728000.,
60 #chkptFreq =311040000.,
61 taveFreq =1244160000.,
62 dumpFreq =622080000.,
63 monitorFreq =31104000.,
64 periodicExternalForcing=.TRUE.,
65 externForcingPeriod=2592000.,
66 externForcingCycle=31104000.,
67 # 2 months restoring timescale for temperature
68 tauThetaClimRelax = 5184000.,
69 # 2yrs restoring timescale for salinity
70 tauSaltClimRelax = 62208000.,
71 monitorFreq =1.,
72 &
73
74 # Gridding parameters
75 &PARM04
76 usingCartesianGrid=.FALSE.,
77 usingSphericalPolarGrid=.FALSE.,
78 usingCurvilinearGrid=.TRUE.,
79 delR= 50., 70., 100., 140., 190.,
80 240., 290., 340., 390., 440.,
81 490., 540., 590., 640., 690.,
82 &
83
84 # Input datasets
85 &PARM05
86 bathyFile ='bathy_Hmin50.bin',
87 hydrogThetaFile='lev_T_cs_15k.bin',
88 hydrogSaltFile ='lev_S_cs_15k.bin',
89 zonalWindFile ='trenberth_taux.bin',
90 meridWindFile ='trenberth_tauy.bin',
91 thetaClimFile ='lev_surfT_cs_12m.bin',
92 saltClimFile ='lev_surfS_cs_12m.bin',
93 surfQFile ='shiQnet_cs32.bin',
94 #EmPmRFile ='shiEmPR_cs32.bin',
95 #uVelInitFile ='U.0000072020',
96 #vVelInitFile ='V.0000072020',
97 &

  ViewVC Help
Powered by ViewVC 1.1.22