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

Annotation of /MITgcm/verification/so_box_biogeo/inp_global/data

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


Revision 1.1 - (hide annotations) (download)
Wed Aug 27 21:36:33 2014 UTC (9 years, 8 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
add model parameter files to use to run tutorial_global_oce_biogeo
 and from this run, to extract initial conditions and OBCs files
for this Southern-Ocean Box experiment (using script: mk_box_input.m)

1 jmc 1.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=5184000,
46     nTimeSteps = 1440,
47     #tauCD = 321428.,
48     deltaTMom = 900.,
49     deltaTtracer = 43200.,
50     deltaTFreeSurf= 43200.,
51     deltaTClock = 43200.,
52     abEps = 0.1,
53     pChkptFreq = 311040000.,
54     chkptFreq = 31104000.,
55     dumpFreq = 2592000.,
56     monitorFreq= 864000.,
57     tauThetaClimRelax = 5184000.,
58     tauSaltClimRelax = 7776000.,
59     periodicExternalForcing=.TRUE.,
60     externForcingPeriod = 2592000.,
61     externForcingCycle = 31104000.,
62     #nTimeSteps = 4,
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     ygOrigin=-90.,
73     delX=128*2.8125,
74     delY=64*2.8125,
75     &
76    
77     # Input datasets
78     &PARM05
79     bathyFile = 'bathy.bin',
80     hydrogThetaFile='lev_clim_temp.bin',
81     hydrogSaltFile= 'lev_clim_salt.bin',
82     zonalWindFile = 'tren_taux.bin',
83     meridWindFile = 'tren_tauy.bin',
84     thetaClimFile = 'lev_monthly_temp.bin',
85     saltClimFile = 'lev_monthly_salt.bin',
86     surfQnetFile = 'shi_qnet.bin',
87     EmPmRFile = 'shi_empmr_year.bin',
88     the_run_name = 'Tutorial Biogeo',
89     &

  ViewVC Help
Powered by ViewVC 1.1.22