/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_3deg/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/ecco_darwin/v4_3deg/input/data

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


Revision 1.1 - (hide annotations) (download)
Tue Jan 14 00:34:16 2020 UTC (5 years, 6 months ago) by dimitri
Branch: MAIN
Adding v4_3deg set-up for testing/developing ecco-darwin v4 set-up
in a small configuration.  This initial check-in is simply a copy
of verification/tutorial_global_oce_biogeo

1 dimitri 1.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=5184000,
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     surfQnetFile= 'shi_qnet.bin',
86     EmPmRFile= 'shi_empmr_year.bin',
87     the_run_name= 'Tutorial Biogeo',
88     &

  ViewVC Help
Powered by ViewVC 1.1.22