/[MITgcm]/MITgcm_contrib/verification_other/global_oce_biogeo_bling/input/data
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/global_oce_biogeo_bling/input/data

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


Revision 1.1 - (show annotations) (download)
Fri May 23 17:36:04 2014 UTC (11 years, 2 months ago) by mmazloff
Branch: MAIN
CVS Tags: checkpoint64x, checkpoint64z, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint65h, checkpoint65, checkpoint65n, HEAD
Adding forward example of BLING in action

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 allowFreezing=.TRUE.,
31 # turn on looped cells
32 hFacMin=.1,
33 hFacMindz=50.,
34 useCDscheme=.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 = 4,
47 deltaTmom = 900.,
48 tauCD = 321428.,
49 deltaTtracer= 43200.,
50 deltaTClock = 43200.,
51 abEps = 0.1,
52 pChkptFreq = 216000.,
53 chkptFreq = 216000.,
54 dumpFreq = 216000.,
55 # taveFreq = 216000.,
56 monitorFreq= 86400.,
57 tauThetaClimRelax = 5184000.,
58 tauSaltClimRelax = 7776000.,
59 periodicExternalForcing=.TRUE.,
60 externForcingPeriod=2592000.,
61 externForcingCycle=31104000.,
62 monitorFreq= 1.,
63 &
64
65 # Gridding parameters
66 &PARM04
67 usingSphericalPolarGrid=.TRUE.,
68 delZ= 50., 70., 100., 140., 190.,
69 240., 290., 340., 390., 440.,
70 490., 540., 590., 640., 690.,
71 ygOrigin=-90.,
72 delX=128*2.8125,
73 delY=64*2.8125,
74 &
75
76 # Input datasets
77 &PARM05
78 bathyFile= 'bathy.bin',
79 hydrogThetaFile='lev_clim_temp.bin',
80 hydrogSaltFile= 'lev_clim_salt.bin',
81 zonalWindFile= 'tren_taux.bin',
82 meridWindFile= 'tren_tauy.bin',
83 thetaClimFile= 'lev_monthly_temp.bin',
84 saltClimFile= 'lev_monthly_salt.bin',
85 surfQFile= 'shi_qnet.bin',
86 EmPmRFile= 'shi_empmr_year.bin',
87 the_run_name= 'Tutorial Biogeo',
88 &

  ViewVC Help
Powered by ViewVC 1.1.22