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

Annotation of /MITgcm/verification/global_ocean_pressure/input/data

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


Revision 1.5 - (hide annotations) (download)
Thu Oct 16 15:57:58 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51l_post, checkpoint51o_pre, checkpoint51n_pre, checkpoint51r_post, checkpoint51l_pre, checkpoint51o_post, checkpoint51q_post, checkpoint52, checkpoint52a_post, ecco_c52_e35, checkpoint52a_pre, checkpoint51m_post, checkpoint51t_post, checkpoint51p_post, checkpoint51n_post, checkpoint51u_post, checkpoint51s_post
Branch point for: branch-nonh, tg2-branch, checkpoint51n_branch
Changes since 1.4: +1 -0 lines
add useNHMTerms=.TRUE. (default was changed)

1 mlosch 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=15*20.,
8     sRef=15*35.,
9     viscAh =3.E5,
10     no_slip_sides=.TRUE.,
11     viscAr =1.721611620915750e5,
12     #viscAz =1.67E-3,
13     no_slip_bottom=.FALSE.,
14     diffKhT=1.E3,
15     diffKrT=5.154525811125000e3,
16     #diffKzT=0.5E-4,
17     diffKhS=1.E3,
18     diffKrS=5.154525811125000e3,
19     #diffKzS=0.5E-4,
20     implicitDiffusion=.TRUE.,
21     ivdc_kappa=1.030905162225000e9,
22     #ivdc_kappa=10.0,
23     gravity=9.81,
24     rhonil=1035.,
25     buoyancyRelation='OCEANICP',
26 jmc 1.2 integr_GeoPot=1,
27 mlosch 1.1 eosType='JMD95P',
28 jmc 1.5 useNHMTerms=.TRUE.,
29 mlosch 1.1 rigidLid=.FALSE.,
30     implicitFreeSurface=.TRUE.,
31     exactConserv=.TRUE.,
32 jmc 1.3 nonlinFreeSurf=4,
33 mlosch 1.1 hFacInf=0.2,
34     hFacSup=2.0,
35 jmc 1.2 #useRealFreshWaterFlux=.TRUE.,
36 mlosch 1.1 readBinaryPrec=64,
37     writeBinaryPrec=64,
38     cosPower=0.5,
39     &
40    
41     # Elliptic solver parameters
42     &PARM02
43     cg2dMaxIters=200,
44     cg2dTargetResidual=1.E-9,
45     &
46    
47     # Time stepping parameters
48     &PARM03
49     startTime = 0.,
50     endTime = 3456000.,
51     # after 100 years of intergration, one gets a reasonable flow field
52     #endTime = 3110400000.,
53     deltaTmom = 1200.0,
54     deltaTtracer = 172800.0,
55     deltaTfreesurf = 172800.0,
56     deltaTClock = 172800.0,
57     pChkptFreq = 3110400000.,
58     dumpFreq = 3110400000.,
59     taveFreq = 3110400000.,
60     monitorFreq = 1.,
61     periodicExternalForcing=.TRUE.,
62     externForcingPeriod=2592000.,
63     externForcingCycle=31104000.,
64     tauThetaClimRelax=5184000.0,
65     abEps=0.1,
66     &
67    
68     # Gridding parameters
69     &PARM04
70     usingCartesianGrid=.FALSE.,
71     usingSphericalPolarGrid=.TRUE.,
72     dXspacing=4.,
73     dYspacing=4.,
74     Ro_SeaLevel=53023122.566084,
75     groundAtK1=.TRUE.,
76     delR=7103300.720021, 6570548.440790, 6041670.010249,
77     5516436.666057, 4994602.034410, 4475903.435290,
78     3960063.245801, 3446790.312651, 2935781.405664,
79     2426722.705046, 1919291.315988, 1413156.804970,
80     1008846.750166, 705919.025481, 504089.693499,
81     phiMin=-80.,
82     &
83    
84     # Input datasets
85     &PARM05
86     topoFile ='topog.bin',
87     pLoadFile ='deltageopotjmd95.bin',
88     hydrogThetaFile='lev_t.bin',
89     hydrogSaltFile ='lev_s.bin',
90     zonalWindFile ='trenberth_taux.bin',
91     meridWindFile ='trenberth_tauy.bin',
92     thetaClimFile ='lev_sst.bin',
93     #saltClimFile ='lev_sss.bin',
94     surfQFile ='shi_qnet.bin',
95     EmPmRFile ='shi_empmr.bin',
96     &

  ViewVC Help
Powered by ViewVC 1.1.22