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

Contents of /MITgcm/verification/global_with_exf/input/data

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


Revision 1.2 - (show annotations) (download)
Tue Nov 12 20:57:00 2002 UTC (21 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint47e_post, checkpoint47c_post, checkpoint48e_post, checkpoint48i_post, checkpoint50, checkpoint50b_pre, checkpoint48b_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint47a_post, checkpoint48d_pre, checkpoint47i_post, checkpoint47d_post, checkpoint48d_post, checkpoint48f_post, checkpoint48h_post, checkpoint47g_post, checkpoint48a_post, checkpoint50a_post, checkpoint47j_post, branch-exfmods-tag, checkpoint48c_post, checkpoint47b_post, checkpoint47f_post, checkpoint47, checkpoint48, checkpoint49, checkpoint47h_post, checkpoint48g_post
Branch point for: branch-exfmods-curt
Changes since 1.1: +84 -0 lines
Merging from release1_p8:
o Adding new verification experiment global_with_exf.
  This verification experiment is almost identical to the
  global_ocean.90x40x15 experiment, except that it uses
  the exf (and cal) package instead of the
  external_fields_load routine (cf README file).

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.0,
12 diffKrT=3.E-5,
13 diffKhS=0.0,
14 diffKrS=3.E-5,
15 rhonil=1035.,
16 gravity=9.81,
17 eosType = 'POLY3',
18 ivdc_kappa=100.,
19 implicitDiffusion=.TRUE.,
20 allowFreezing=.TRUE.,
21 useRealFreshWaterFlux=.TRUE.,
22 # turn on looped cells
23 hFacMin=.05,
24 hFacMindr=50.,
25 # set precision of data files
26 readBinaryPrec=32,
27 &
28
29 # Elliptic solver parameters
30 &PARM02
31 cg2dMaxIters=500,
32 cg2dTargetResidual=1.E-13,
33 &
34
35 # Time stepping parameters
36 &PARM03
37 nIter0 = 0,
38 nTimeSteps = 20,
39 # 100 years of integration will yield a reasonable flow field
40 # startTime = 0.,
41 # endTime = 3110400000.,
42 deltaTmom = 1200.0,
43 tauCD = 321428.,
44 deltaTtracer= 43200.0,
45 deltaTClock = 43200.0,
46 # if you are using a version later than checkpoint45d on the main branch
47 # you can uncomment the following line and increase the time step
48 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
49 # asynchronous time stepping
50 # deltaTfreesurf = 172800.0,
51 abEps = 0.1,
52 pChkptFreq= 311040000.,
53 dumpFreq= 311040000.,
54 dumpFreq= 864000.,
55 taveFreq= 311040000.,
56 taveFreq= 864000.,
57 monitorFreq=1.,
58 # 2 months restoring timescale for temperature
59 tauThetaClimRelax = 5184000.0,
60 # 6 months restoring timescale for salinity
61 tauSaltClimRelax = 15552000.0,
62 periodicExternalForcing=.TRUE.,
63 externForcingPeriod=2592000.,
64 externForcingCycle=31104000.,
65 &
66
67 # Gridding parameters
68 &PARM04
69 usingCartesianGrid=.FALSE.,
70 usingSphericalPolarGrid=.TRUE.,
71 delR= 50., 70., 100., 140., 190.,
72 240., 290., 340., 390., 440.,
73 490., 540., 590., 640., 690.,
74 phiMin=-80.,
75 dySpacing=4.,
76 dxSpacing=4.,
77 &
78
79 # Input datasets
80 &PARM05
81 bathyFile= 'bathymetry.bin',
82 hydrogThetaFile='lev_t.bin',
83 hydrogSaltFile= 'lev_s.bin',
84 &

  ViewVC Help
Powered by ViewVC 1.1.22