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

Annotation of /MITgcm_contrib/heimbach/cs_adj_advdiff/input_ad/data

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


Revision 1.3 - (hide annotations) (download)
Mon Nov 13 05:38:28 2006 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.2: +1 -1 lines
Modify cs adjoint test.

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

  ViewVC Help
Powered by ViewVC 1.1.22