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

Annotation of /MITgcm/verification/tutorial_global_oce_latlon/input/data

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


Revision 1.2 - (hide annotations) (download)
Mon May 14 19:42:17 2007 UTC (17 years ago) by dfer
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61h
Changes since 1.1: +23 -32 lines
Refreshing the set-up

1 jmc 1.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 dfer 1.2 diffKhT=0.,
12 jmc 1.1 diffKrT=3.E-5,
13 dfer 1.2 diffKhS=0.,
14 jmc 1.1 diffKrS=3.E-5,
15     rhonil=1035.,
16 dfer 1.2 rhoConstFresh=1000.,
17     eosType = 'JMD95Z',
18 jmc 1.1 ivdc_kappa=100.,
19     implicitDiffusion=.TRUE.,
20 dfer 1.2 allowFreezing=.TRUE.,
21     exactConserv=.TRUE.,
22 jmc 1.1 useRealFreshWaterFlux=.TRUE.,
23     useCDscheme=.TRUE.,
24     # turn on looped cells
25     hFacMin=.05,
26     hFacMindr=50.,
27     # set precision of data files
28     readBinaryPrec=32,
29     &
30    
31     # Elliptic solver parameters
32     &PARM02
33     cg2dMaxIters=500,
34     cg2dTargetResidual=1.E-13,
35     &
36    
37     # Time stepping parameters
38     &PARM03
39 dfer 1.2 nIter0= 0,
40 jmc 1.1 nTimeSteps = 20,
41     # 100 years of integration will yield a reasonable flow field
42 dfer 1.2 # startTime = 0.,
43     # endTime = 3110400000.,
44     deltaTmom = 1800.,
45 jmc 1.1 tauCD = 321428.,
46 dfer 1.2 deltaTtracer= 86400.,
47     deltaTClock = 86400.,
48     deltaTfreesurf= 86400.,
49 jmc 1.1 abEps = 0.1,
50 dfer 1.2 pChkptFreq= 1728000.,
51 jmc 1.1 dumpFreq= 864000.,
52     taveFreq= 864000.,
53     monitorFreq=1.,
54     # 2 months restoring timescale for temperature
55 dfer 1.2 tauThetaClimRelax= 5184000.,
56 jmc 1.1 # 6 months restoring timescale for salinity
57 dfer 1.2 tauSaltClimRelax = 15552000.,
58 jmc 1.1 periodicExternalForcing=.TRUE.,
59     externForcingPeriod=2592000.,
60     externForcingCycle=31104000.,
61     &
62    
63     # Gridding parameters
64     &PARM04
65     usingSphericalPolarGrid=.TRUE.,
66 dfer 1.2 delR= 50., 70., 100., 140., 190.,
67     240., 290., 340., 390., 440.,
68     490., 540., 590., 640., 690.,
69 jmc 1.1 phiMin=-80.,
70     dySpacing=4.,
71     dxSpacing=4.,
72     &
73    
74     # Input datasets
75     &PARM05
76     bathyFile= 'bathymetry.bin',
77     hydrogThetaFile='lev_t.bin',
78     hydrogSaltFile= 'lev_s.bin',
79     zonalWindFile= 'trenberth_taux.bin',
80     meridWindFile= 'trenberth_tauy.bin',
81     thetaClimFile= 'lev_sst.bin',
82     saltClimFile= 'lev_sss.bin',
83     surfQFile= 'ncep_qnet.bin',
84 dfer 1.2 the_run_name= 'global_oce_latlon',
85     # fresh water flux is turned on, comment next line to it turn off
86     # (maybe better with surface salinity restoring)
87     EmPmRFile= 'ncep_emp.bin',
88 jmc 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22