/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input/data
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/input/data

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


Revision 1.12 - (show annotations) (download)
Sun Jul 16 00:10:37 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58t_post, checkpoint58m_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58n_post, checkpoint58u_post, checkpoint58s_post
Changes since 1.11: +20 -25 lines
standard global_ocean.90x40x15 was moved to tutorial_global_oce_latlon ;
 replace it by former 2nd test ".qshyd" (i.e. copy files from input.qshyd)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef = 15*20.,
8 sRef = 15*35.,
9 viscAr=1.E-3,
10 viscAh=5.E5,
11 diffKhT=0.,
12 diffKrT=3.E-5,
13 diffKhS=0.,
14 diffKrS=3.E-5,
15 rhonil=1035.,
16 rhoConstFresh=1000.,
17 gravity=9.81,
18 eosType = 'POLY3',
19 ivdc_kappa=100.,
20 implicitDiffusion=.TRUE.,
21 allowFreezing=.TRUE.,
22 exactConserv=.TRUE.,
23 useRealFreshWaterFlux=.TRUE.,
24 useCDscheme=.TRUE.,
25 quasiHydrostatic=.TRUE.,
26 useNHMTerms=.TRUE.,
27 # turn on looped cells
28 hFacMin=.05,
29 hFacMindr=50.,
30 # set precision of data files
31 readBinaryPrec=32,
32 &
33
34 # Elliptic solver parameters
35 &PARM02
36 cg2dMaxIters=500,
37 cg2dTargetResidual=1.E-13,
38 &
39
40 # Time stepping parameters
41 &PARM03
42 nIter0=36000,
43 nTimeSteps=10,
44 # 100 years of integration will yield a reasonable flow field
45 # startTime = 0.,
46 # endTime = 3110400000.,
47 deltaTmom = 1800.,
48 tauCD = 321428.,
49 deltaTtracer= 86400.,
50 deltaTClock = 86400.,
51 deltaTfreesurf= 86400.,
52 abEps = 0.1,
53 pChkptFreq= 311040000.,
54 dumpFreq= 311040000.,
55 dumpFreq= 864000.,
56 taveFreq= 311040000.,
57 taveFreq= 864000.,
58 #monitorFreq=31104000.,
59 monitorFreq=1.,
60 # 2 months restoring timescale for temperature
61 tauThetaClimRelax= 5184000.,
62 # 6 months restoring timescale for salinity
63 tauSaltClimRelax = 15552000.,
64 periodicExternalForcing=.TRUE.,
65 externForcingPeriod=2592000.,
66 externForcingCycle=31104000.,
67 &
68
69 # Gridding parameters
70 &PARM04
71 usingSphericalPolarGrid=.TRUE.,
72 delR= 50., 70., 100., 140., 190.,
73 240., 290., 340., 390., 440.,
74 490., 540., 590., 640., 690.,
75 phiMin=-80.,
76 dySpacing=4.,
77 dxSpacing=4.,
78 &
79
80 # Input datasets
81 &PARM05
82 bathyFile= 'bathymetry.bin',
83 hydrogThetaFile='lev_t.bin',
84 hydrogSaltFile= 'lev_s.bin',
85 zonalWindFile= 'trenberth_taux.bin',
86 meridWindFile= 'trenberth_tauy.bin',
87 thetaClimFile= 'lev_sst.bin',
88 saltClimFile= 'lev_sss.bin',
89 surfQFile= 'ncep_qnet.bin',
90 the_run_name= 'global_ocean.90x40x15',
91 EmPmRFile= 'ncep_emp.bin',
92 &

  ViewVC Help
Powered by ViewVC 1.1.22