/[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.12 - (hide annotations) (download)
Sun Jul 16 00:10:37 2006 UTC (18 years, 2 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 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 jmc 1.12 diffKhT=0.,
12 mlosch 1.2 diffKrT=3.E-5,
13 jmc 1.12 diffKhS=0.,
14 mlosch 1.2 diffKrS=3.E-5,
15     rhonil=1035.,
16 jmc 1.12 rhoConstFresh=1000.,
17 adcroft 1.1 gravity=9.81,
18     eosType = 'POLY3',
19     ivdc_kappa=100.,
20     implicitDiffusion=.TRUE.,
21 jmc 1.12 allowFreezing=.TRUE.,
22     exactConserv=.TRUE.,
23 mlosch 1.2 useRealFreshWaterFlux=.TRUE.,
24 jmc 1.4 useCDscheme=.TRUE.,
25 jmc 1.12 quasiHydrostatic=.TRUE.,
26 jmc 1.5 useNHMTerms=.TRUE.,
27 mlosch 1.2 # turn on looped cells
28     hFacMin=.05,
29     hFacMindr=50.,
30     # set precision of data files
31     readBinaryPrec=32,
32 adcroft 1.1 &
33    
34     # Elliptic solver parameters
35     &PARM02
36 mlosch 1.2 cg2dMaxIters=500,
37     cg2dTargetResidual=1.E-13,
38 adcroft 1.1 &
39    
40     # Time stepping parameters
41     &PARM03
42 jmc 1.12 nIter0=36000,
43     nTimeSteps=10,
44 mlosch 1.2 # 100 years of integration will yield a reasonable flow field
45 jmc 1.12 # startTime = 0.,
46     # endTime = 3110400000.,
47     deltaTmom = 1800.,
48 adcroft 1.1 tauCD = 321428.,
49 jmc 1.12 deltaTtracer= 86400.,
50     deltaTClock = 86400.,
51     deltaTfreesurf= 86400.,
52 adcroft 1.1 abEps = 0.1,
53 mlosch 1.2 pChkptFreq= 311040000.,
54     dumpFreq= 311040000.,
55     dumpFreq= 864000.,
56     taveFreq= 311040000.,
57 jmc 1.10 taveFreq= 864000.,
58 adcroft 1.3 #monitorFreq=31104000.,
59     monitorFreq=1.,
60 mlosch 1.2 # 2 months restoring timescale for temperature
61 jmc 1.12 tauThetaClimRelax= 5184000.,
62 mlosch 1.2 # 6 months restoring timescale for salinity
63 jmc 1.12 tauSaltClimRelax = 15552000.,
64 adcroft 1.1 periodicExternalForcing=.TRUE.,
65     externForcingPeriod=2592000.,
66     externForcingCycle=31104000.,
67     &
68    
69     # Gridding parameters
70     &PARM04
71     usingSphericalPolarGrid=.TRUE.,
72 jmc 1.12 delR= 50., 70., 100., 140., 190.,
73     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 edhill 1.7 the_run_name= 'global_ocean.90x40x15',
91 jmc 1.12 EmPmRFile= 'ncep_emp.bin',
92 adcroft 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22