/[MITgcm]/MITgcm_contrib/CS_ADJOINT_TESTS/diffuse/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/CS_ADJOINT_TESTS/diffuse/input/data

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


Revision 1.2 - (hide annotations) (download)
Mon Jul 19 16:03:30 2004 UTC (21 years ago) by cnh
Branch: MAIN
Changes since 1.1: +21 -14 lines
Added rigid lid generated pickup + other mods

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

  ViewVC Help
Powered by ViewVC 1.1.22