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

Contents of /MITgcm_contrib/heimbach/cs_adj_advdiff/input_ad_full/data

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


Revision 1.1 - (show annotations) (download)
Tue Oct 17 21:46:50 2006 UTC (18 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
Updating CS adjoint to latest.

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

  ViewVC Help
Powered by ViewVC 1.1.22