/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/input_ad/data
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.cs32x15/input_ad/data

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


Revision 1.9 - (show annotations) (download)
Sun Dec 30 18:45:43 2012 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64c, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint65, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65d, checkpoint65e
Changes since 1.8: +1 -1 lines
change select_rStar from 2 to 1 (=2 not consistent with nonlinFreeSurf=2)

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 #- biharmonic Viscosity: 3.e15 is close to the stability limit with deltaTmom=20mn
11 #viscA4 =3.E15,
12 viscAr =1.E-3,
13 diffKhT=0.,
14 diffK4T=0.,
15 diffKrT=3.E-5,
16 diffKhS=0.,
17 diffK4S=0.,
18 diffKrS=3.E-5,
19 ivdc_kappa=10.,
20 implicitDiffusion=.TRUE.,
21 gravity=9.81,
22 rhoConst=1035.,
23 rhoConstFresh=1000.,
24 eosType='JMD95Z',
25 staggerTimeStep=.TRUE.,
26 vectorInvariantMomentum=.TRUE.,
27 implicitFreeSurface=.TRUE.,
28 tempAdvScheme=30,
29 saltAdvScheme=30,
30 tempVertAdvScheme=30,
31 saltVertAdvScheme=30,
32 tempImplVertAdv=.TRUE.,
33 saltImplVertAdv=.TRUE.,
34 exactConserv=.TRUE.,
35 select_rStar=1,
36 nonlinFreeSurf=2,
37 hFacInf=0.2,
38 hFacSup=2.0,
39 useRealFreshWaterFlux=.TRUE.,
40 allowFreezing=.TRUE.,
41 hFacMin=.1,
42 hFacMinDr=20.,
43 readBinaryPrec=64,
44 &
45
46 # Elliptic solver parameters
47 &PARM02
48 cg2dMaxIters=200,
49 #cg2dTargetResidual=1.E-9,
50 cg2dTargetResWunit=1.E-14,
51 &
52
53 # Time stepping parameters
54 &PARM03
55 nIter0=72000,
56 nTimeSteps=10,
57 deltaTMom =1200.,
58 deltaTtracer=86400.,
59 deltaTFreeSurf=86400.,
60 deltaTClock =86400.,
61 abEps = 0.1,
62 forcing_In_AB=.FALSE.,
63 momDissip_In_AB=.FALSE.,
64 pChkptFreq =311040000.,
65 chkptFreq = 31104000.,
66 #taveFreq =311040000.,
67 #dumpFreq = 31104000.,
68 #adjDumpFreq = 31104000.,
69 #monitorFreq = 31104000.,
70 periodicExternalForcing=.TRUE.,
71 externForcingPeriod=2592000.,
72 externForcingCycle=31104000.,
73 # 2 months restoring timescale for temperature
74 tauThetaClimRelax = 5184000.,
75 # 2yrs restoring timescale for salinity
76 tauSaltClimRelax = 62208000.,
77 monitorFreq =1.,
78 adjMonitorFreq=1.,
79 dumpFreq = 432000.,
80 adjDumpFreq = 432000.,
81 pickupStrictlyMatch=.FALSE.,
82 &
83
84 # Gridding parameters
85 &PARM04
86 usingCurvilinearGrid=.TRUE.,
87 horizGridFile='grid_cs32',
88 delR= 50., 70., 100., 140., 190.,
89 240., 290., 340., 390., 440.,
90 490., 540., 590., 640., 690.,
91 &
92
93 # Input datasets
94 &PARM05
95 bathyFile ='bathy_Hmin50.bin',
96 hydrogThetaFile='lev_T_cs_15k.bin',
97 hydrogSaltFile ='lev_S_cs_15k.bin',
98 zonalWindFile ='trenberth_taux.bin',
99 meridWindFile ='trenberth_tauy.bin',
100 thetaClimFile ='lev_surfT_cs_12m.bin',
101 saltClimFile ='lev_surfS_cs_12m.bin',
102 surfQFile ='shiQnet_cs32.bin',
103 EmPmRFile ='shiEmPR_cs32.bin',
104 &

  ViewVC Help
Powered by ViewVC 1.1.22