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

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

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


Revision 1.3 - (hide annotations) (download)
Thu Oct 31 15:42:23 2002 UTC (21 years, 8 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint47e_post, checkpoint46l_post, checkpoint48e_post, checkpoint48i_post, checkpoint46l_pre, 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, checkpoint46m_post, checkpoint47f_post, checkpoint47, checkpoint48, checkpoint49, checkpoint47h_post, checkpoint48g_post
Branch point for: branch-exfmods-curt
Changes since 1.2: +2 -1 lines
No useful output for use by testscript because monitorFreq .ne. deltat
 - changed to monitorFreq=1.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef = 15*20.,
8     sRef = 15*35.,
9 mlosch 1.2 viscAr=1.E-3,
10 adcroft 1.1 viscAh=5.E5,
11     diffKhT=0.0,
12 mlosch 1.2 diffKrT=3.E-5,
13 adcroft 1.1 diffKhS=0.0,
14 mlosch 1.2 diffKrS=3.E-5,
15     rhonil=1035.,
16 adcroft 1.1 gravity=9.81,
17     eosType = 'POLY3',
18     ivdc_kappa=100.,
19     implicitDiffusion=.TRUE.,
20     allowFreezing=.TRUE.,
21 mlosch 1.2 useRealFreshWaterFlux=.TRUE.,
22     # turn on looped cells
23     hFacMin=.05,
24     hFacMindr=50.,
25     # set precision of data files
26     readBinaryPrec=32,
27 adcroft 1.1 &
28    
29     # Elliptic solver parameters
30     &PARM02
31 mlosch 1.2 cg2dMaxIters=500,
32     cg2dTargetResidual=1.E-13,
33 adcroft 1.1 &
34    
35     # Time stepping parameters
36     &PARM03
37 mlosch 1.2 nIter0 = 0,
38     nTimeSteps = 20,
39     # 100 years of integration will yield a reasonable flow field
40     # startTime = 0.,
41     # endTime = 3110400000.,
42 adcroft 1.1 deltaTmom = 1200.0,
43     tauCD = 321428.,
44     deltaTtracer= 43200.0,
45     deltaTClock = 43200.0,
46 mlosch 1.2 # 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 adcroft 1.1 abEps = 0.1,
52 mlosch 1.2 pChkptFreq= 311040000.,
53     dumpFreq= 311040000.,
54     dumpFreq= 864000.,
55     taveFreq= 311040000.,
56     taveFreq= 864000.,
57 adcroft 1.3 #monitorFreq=31104000.,
58     monitorFreq=1.,
59 mlosch 1.2 # 2 months restoring timescale for temperature
60 adcroft 1.1 tauThetaClimRelax = 5184000.0,
61 mlosch 1.2 # 6 months restoring timescale for salinity
62     tauSaltClimRelax = 15552000.0,
63 adcroft 1.1 periodicExternalForcing=.TRUE.,
64     externForcingPeriod=2592000.,
65     externForcingCycle=31104000.,
66     &
67    
68     # Gridding parameters
69     &PARM04
70     usingCartesianGrid=.FALSE.,
71     usingSphericalPolarGrid=.TRUE.,
72 mlosch 1.2 delR= 50., 70., 100., 140., 190.,
73 adcroft 1.1 240., 290., 340., 390., 440.,
74     490., 540., 590., 640., 690.,
75 mlosch 1.2 phiMin=-80.,
76     dySpacing=4.,
77     dxSpacing=4.,
78 adcroft 1.1 &
79    
80     # Input datasets
81     &PARM05
82 mlosch 1.2 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     # fresh water flux is turned off, uncomment next line to turn on
91     # (not recommened together with surface salinity restoring)
92     # EmPmRFile= 'ncep_emp.bin',
93 adcroft 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22