/[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.10 - (hide annotations) (download)
Mon Jul 25 16:17:36 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57s_post, checkpoint57y_post, checkpoint57r_post, checkpoint58, checkpoint57n_post, checkpoint58a_post, checkpoint57z_post, checkpoint57t_post, checkpoint57v_post, checkpoint57y_pre, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, checkpoint57o_post, checkpoint57w_post, checkpoint57x_post
Changes since 1.9: +1 -1 lines
reduce volume of output (only 1 set of time-ave results instead of 4)

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 jmc 1.6 useOldFreezing=.TRUE.,
21 mlosch 1.2 useRealFreshWaterFlux=.TRUE.,
22 jmc 1.4 useCDscheme=.TRUE.,
23 jmc 1.5 useNHMTerms=.TRUE.,
24 mlosch 1.2 # turn on looped cells
25     hFacMin=.05,
26     hFacMindr=50.,
27     # set precision of data files
28     readBinaryPrec=32,
29 adcroft 1.1 &
30    
31     # Elliptic solver parameters
32     &PARM02
33 mlosch 1.2 cg2dMaxIters=500,
34     cg2dTargetResidual=1.E-13,
35 adcroft 1.1 &
36    
37     # Time stepping parameters
38     &PARM03
39 mlosch 1.2 nIter0 = 0,
40     nTimeSteps = 20,
41     # 100 years of integration will yield a reasonable flow field
42     # startTime = 0.,
43     # endTime = 3110400000.,
44 adcroft 1.1 deltaTmom = 1200.0,
45     tauCD = 321428.,
46     deltaTtracer= 43200.0,
47     deltaTClock = 43200.0,
48 mlosch 1.2 # if you are using a version later than checkpoint45d on the main branch
49     # you can uncomment the following line and increase the time step
50     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
51     # asynchronous time stepping
52     # deltaTfreesurf = 172800.0,
53 adcroft 1.1 abEps = 0.1,
54 mlosch 1.2 pChkptFreq= 311040000.,
55     dumpFreq= 311040000.,
56     dumpFreq= 864000.,
57     taveFreq= 311040000.,
58 jmc 1.10 taveFreq= 864000.,
59 adcroft 1.3 #monitorFreq=31104000.,
60     monitorFreq=1.,
61 mlosch 1.2 # 2 months restoring timescale for temperature
62 adcroft 1.1 tauThetaClimRelax = 5184000.0,
63 mlosch 1.2 # 6 months restoring timescale for salinity
64     tauSaltClimRelax = 15552000.0,
65 adcroft 1.1 periodicExternalForcing=.TRUE.,
66     externForcingPeriod=2592000.,
67     externForcingCycle=31104000.,
68     &
69    
70     # Gridding parameters
71     &PARM04
72     usingCartesianGrid=.FALSE.,
73     usingSphericalPolarGrid=.TRUE.,
74 mlosch 1.2 delR= 50., 70., 100., 140., 190.,
75 adcroft 1.1 240., 290., 340., 390., 440.,
76     490., 540., 590., 640., 690.,
77 mlosch 1.2 phiMin=-80.,
78     dySpacing=4.,
79     dxSpacing=4.,
80 adcroft 1.1 &
81    
82     # Input datasets
83     &PARM05
84 mlosch 1.2 bathyFile= 'bathymetry.bin',
85     hydrogThetaFile='lev_t.bin',
86     hydrogSaltFile= 'lev_s.bin',
87     zonalWindFile= 'trenberth_taux.bin',
88     meridWindFile= 'trenberth_tauy.bin',
89     thetaClimFile= 'lev_sst.bin',
90     saltClimFile= 'lev_sss.bin',
91     surfQFile= 'ncep_qnet.bin',
92 edhill 1.7 the_run_name= 'global_ocean.90x40x15',
93 mlosch 1.2 # fresh water flux is turned off, uncomment next line to turn on
94     # (not recommened together with surface salinity restoring)
95     # EmPmRFile= 'ncep_emp.bin',
96 adcroft 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22