/[MITgcm]/MITgcm_contrib/llc_96/input_forw_23lev/data
ViewVC logotype

Annotation of /MITgcm_contrib/llc_96/input_forw_23lev/data

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


Revision 1.1 - (hide annotations) (download)
Fri Oct 9 03:28:50 2009 UTC (15 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
Adding baseline llc_96 config to repository

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
8     19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
9     14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
10     9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
11     4.0 , 3.0 , 2.0 ,
12     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
13     34.90, 34.86, 34.78, 34.69, 34.60,
14     34.58, 34.62, 34.68, 34.72, 34.73,
15     34.74, 34.73, 34.73, 34.72, 34.72,
16     no_slip_sides = .TRUE.,
17     no_slip_bottom = .TRUE.,
18     #
19     ## viscAh = 1.E3,
20     ## viscAr = 1.E-4,
21     ## diffKhT=1.E3,
22     ## diffKhS=1.E3,
23     ## diffK4T=0.,
24     ## diffK4S=0.,
25     ## diffKrT=2.E-5,
26     ## diffKrS=2.E-5,
27     #
28     viscAr=1.e-3,
29     ### viscAr=1.e-4,
30     ### viscAh=0.5e4,
31     viscAh=1.0e4,
32     ### viscA4=1.E10
33     diffKhT=1.E2,
34     diffKhS=1.E2,
35     # diffK4T=1.E10,
36     # diffK4S=1.E10,
37     diffKrT=1.e-5,
38     diffKrS=1.e-5,
39     #
40     ### diffKrBL79surf=0.1E-4,
41     ### diffKrBL79deep=1.0E-4,
42     bottomDragQuadratic = 0.0001,
43     ### bottomDragQuadratic = 0.001,
44     ### ivdc_kappa=100.,
45     implicitDiffusion=.TRUE.,
46     implicitViscosity=.TRUE.,
47     gravity=9.81,
48     rhonil=1027.,
49     rhoConstFresh=1000.,
50     eosType='JMD95Z',
51     implicitFreeSurface=.TRUE.,
52     exactConserv=.TRUE.,
53     useSingleCpuIO=.TRUE.,
54     tempAdvScheme=30,
55     saltAdvScheme=30,
56     #ph(
57     staggerTimeStep=.TRUE.,
58     vectorInvariantMomentum=.FALSE.,
59     ### multiDimAdvection=.FALSE.
60     useCDscheme=.TRUE.,
61     useJamartWetPoints=.TRUE.,
62     #ph)
63     ### select_rStar=2,
64     ### hFacInf=0.2,
65     ### hFacSup=2.0,
66     ### nonlinFreeSurf=1,
67     useRealFreshWaterFlux=.FALSE.,
68     allowFreezing=.FALSE.,
69     #ph(
70     # hFacMin=.3,
71     # hFacMinDr=50.,
72     #ph)
73     readBinaryPrec=64,
74     writeBinaryPrec=64,
75     debugLevel=1,
76     /
77    
78     # Elliptic solver parameters
79     &PARM02
80     cg2dMaxIters=300,
81     cg2dTargetResWunit=1.E-12,
82     /
83    
84     # Time stepping parameters
85     &PARM03
86     nIter0=1,
87     # 1 year at 600sec
88     ### nTimeSteps=52560,
89     # 1 year at 300sec
90     ### nTimeSteps=105120,
91     ### nTimeSteps=8640,
92     # 30.5 days at 60sec
93     ### endTime=2635200.,
94     # 20 years
95     endTime=662256000.,
96     ### endTime=172800.,
97     ### endTime=31536000.,
98     #
99     deltaT = 3600.,
100     #deltaTmom =1200.,
101     #deltaTtracer=86400.,
102     #deltaTfreesurf=86400.,
103     #deltaTClock =86400.,
104     abEps = 0.1,
105     tauCD=172800.0,
106     cAdjFreq=1.,
107     forcing_In_AB=.FALSE.,
108     momDissip_In_AB=.FALSE.,
109     pChkptFreq =31536000.0,
110     chkptFreq =31536000.0,
111     # taveFreq =2635200.0,
112     # dumpFreq = 2635200.0,
113     monitorFreq = 864000.0,
114     dumpInitAndLast = .TRUE.,
115     #latBandClimRelax=50.,
116     ### tauThetaClimRelax= 2592000.,
117     ### tauSaltClimRelax = 2592000.,
118     pickupStrictlyMatch=.FALSE.,
119     /
120    
121     # Gridding parameters
122     &PARM04
123     usingCurvilinearGrid=.TRUE.,
124     ###horizGridFile='grid_cs32',
125     delR =
126     10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200.,275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500.,
127     /
128    
129     # Input datasets
130     &PARM05
131     bathyFile ='llc96x96x288_bathy_mindepth_noisolated.bin',
132     hydrogThetaFile='llc96x96x288_23lev_ptemp.bin',
133     hydrogSaltFile ='llc96x96x288_23lev_salt.bin',
134     #
135     /

  ViewVC Help
Powered by ViewVC 1.1.22