/[MITgcm]/MITgcm/verification/so_box_biogeo/input/data
ViewVC logotype

Contents of /MITgcm/verification/so_box_biogeo/input/data

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


Revision 1.2 - (show annotations) (download)
Wed Aug 27 02:31:48 2014 UTC (9 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65c, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.1: +1 -1 lines
switch off globalFiles

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 viscAz=1.E-3,
11 diffKhT=0.E3,
12 diffKhS=0.E3,
13 #diffKzT=3.E-5,
14 #diffKzS=3.E-5,
15 diffKrBL79surf= 3.E-5,
16 diffKrBL79deep= 13.E-5,
17 diffKrBL79Ho = -2000.,
18 diffKrBL79scl = 150.,
19 gravity=9.81,
20 rhoConst=1035.,
21 rhoConstFresh=1000.,
22 eosType='JMD95Z',
23 implicitFreeSurface=.TRUE.,
24 exactConserv=.TRUE.,
25 #implicitViscosity=.TRUE.,
26 implicitDiffusion=.TRUE.,
27 ivdc_kappa=10.,
28 allowFreezing=.TRUE.,
29 #useCDscheme=.TRUE.,
30 # turn on looped cells
31 hFacMin=.1,
32 hFacMindz=50.,
33 #- I/O params:
34 #globalFiles=.TRUE.,
35 &
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=1000,
40 cg2dTargetResidual=1.E-13,
41 &
42
43 # Time stepping parameters
44 &PARM03
45 nIter0=0,
46 #nTimeSteps = 1440,
47 nTimeSteps = 10,
48 #tauCD = 321428.,
49 deltaTMom = 900.,
50 deltaTtracer = 43200.,
51 deltaTFreeSurf= 43200.,
52 deltaTClock = 43200.,
53 abEps = 0.1,
54 pChkptFreq = 311040000.,
55 chkptFreq = 31104000.,
56 dumpFreq = 2592000.,
57 monitorFreq= 864000.,
58 tauThetaClimRelax = 5184000.,
59 tauSaltClimRelax = 7776000.,
60 periodicExternalForcing=.TRUE.,
61 externForcingPeriod = 2592000.,
62 externForcingCycle = 31104000.,
63 monitorFreq= 1.,
64 &
65
66 # Gridding parameters
67 &PARM04
68 usingSphericalPolarGrid=.TRUE.,
69 delZ= 50., 70., 100., 140., 190.,
70 240., 290., 340., 390., 440.,
71 490., 540., 590., 640., 690.,
72 xgOrigin= 236.25,
73 ygOrigin= -81.5625,
74 delX=42*2.8125,
75 delY=20*2.8125,
76 &
77
78 # Input datasets
79 &PARM05
80 checkIniTemp = .FALSE.,
81 bathyFile = 'bathy_box.bin',
82 pSurfInitFile = 'Eta_ini.bin',
83 uVelInitFile = 'U_ini.bin',
84 vVelInitFile = 'V_ini.bin',
85 hydrogThetaFile='T_ini.bin',
86 hydrogSaltFile= 'S_ini.bin',
87 zonalWindFile = 'tren_taux_box.bin',
88 meridWindFile = 'tren_tauy_box.bin',
89 thetaClimFile = 'lev_monthly_temp_box.bin',
90 saltClimFile = 'lev_monthly_salt_box.bin',
91 surfQnetFile = 'shi_qnet_box.bin',
92 EmPmRFile = 'shi_empmr_year_box.bin',
93 the_run_name = 'OBC + Biogeo S.Ocean Box',
94 &

  ViewVC Help
Powered by ViewVC 1.1.22