/[MITgcm]/MITgcm/verification/tutorial_global_oce_biogeo/input_oad/data
ViewVC logotype

Contents of /MITgcm/verification/tutorial_global_oce_biogeo/input_oad/data

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


Revision 1.1 - (show annotations) (download)
Tue Apr 23 16:29:36 2013 UTC (11 years ago) by jahn
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64g, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l, HEAD
add tentative OpenAD setup

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=15*20.,
8 sRef=15*35.,
9 viscA4=0.,
10 viscAh=2.E5,
11 diffKhT=0.E3,
12 diffKhS=0.E3,
13 viscAz=1.E-3,
14 #diffKzT=3.E-5,
15 #diffKzS=3.E-5,
16 diffKrBL79surf= 3.E-5,
17 diffKrBL79deep= 13.E-5,
18 diffKrBL79Ho = -2000.,
19 diffKrBL79scl = 150.,
20 gravity=9.81,
21 rhoConst=1035.,
22 rhoConstFresh=1000.,
23 implicitFreeSurface=.TRUE.,
24 eosType='JMD95Z',
25 implicitDiffusion=.TRUE.,
26 implicitViscosity=.TRUE.,
27 ivdc_kappa=100.,
28 tempAdvScheme = 2,
29 saltAdvScheme = 2,
30 multiDimAdvection= .FALSE.,
31 staggerTimeStep=.TRUE.,
32 allowFreezing=.TRUE.,
33 # turn on looped cells
34 hFacMin=.1,
35 hFacMindz=50.,
36 useCDscheme=.TRUE.,
37 &
38
39 # Elliptic solver parameters
40 &PARM02
41 cg2dMaxIters=1000,
42 cg2dTargetResidual=1.E-13,
43 &
44
45 # Time stepping parameters
46 &PARM03
47 nIter0=5184000,
48 nTimeSteps = 4,
49 deltaTmom = 900.,
50 tauCD = 321428.,
51 deltaTtracer= 43200.,
52 deltaTClock = 43200.,
53 abEps = 0.1,
54 pChkptFreq = 216000.,
55 chkptFreq = 216000.,
56 dumpFreq = 43200.,
57 #taveFreq = 216000.,
58 monitorFreq= 0.,
59 tauThetaClimRelax = 5184000.,
60 tauSaltClimRelax = 7776000.,
61 periodicExternalForcing=.TRUE.,
62 externForcingPeriod=2592000.,
63 externForcingCycle=31104000.,
64 monitorFreq= 0.,
65 adjMonitorFreq=0.,
66 &
67
68 # Gridding parameters
69 &PARM04
70 usingSphericalPolarGrid=.TRUE.,
71 usingCartesianGrid=.FALSE.,
72 delZ= 50., 70., 100., 140., 190.,
73 240., 290., 340., 390., 440.,
74 490., 540., 590., 640., 690.,
75 ygOrigin=-90.,
76 delX=128*2.8125,
77 delY=64*2.8125,
78 &
79
80 # Input datasets
81 &PARM05
82 bathyFile= 'bathy.bin',
83 hydrogThetaFile='lev_clim_temp.bin',
84 hydrogSaltFile= 'lev_clim_salt.bin',
85 zonalWindFile= 'tren_taux.bin',
86 meridWindFile= 'tren_tauy.bin',
87 thetaClimFile= 'lev_monthly_temp.bin',
88 saltClimFile= 'lev_monthly_salt.bin',
89 surfQFile= 'shi_qnet.bin',
90 EmPmRFile= 'shi_empmr_year.bin',
91 the_run_name= 'Tutorial Biogeo',
92 &

  ViewVC Help
Powered by ViewVC 1.1.22