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

Contents of /MITgcm/verification/inverted_barometer/input/data

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


Revision 1.1 - (show annotations) (download)
Wed Jul 31 16:38:31 2002 UTC (21 years, 9 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint47e_post, checkpoint46l_post, checkpoint46g_pre, checkpoint47c_post, checkpoint46f_post, checkpoint48e_post, checkpoint46b_post, checkpoint48c_post, checkpoint48i_post, checkpoint46l_pre, checkpoint50, checkpoint50b_pre, checkpoint48b_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint47a_post, checkpoint48d_pre, checkpoint47i_post, checkpoint47d_post, checkpoint46d_pre, checkpoint48d_post, checkpoint48f_post, checkpoint46j_pre, checkpoint48h_post, checkpoint46a_post, checkpoint47g_post, checkpoint46j_post, checkpoint46k_post, checkpoint46b_pre, checkpoint50a_post, checkpoint47j_post, branch-exfmods-tag, checkpoint46e_pre, checkpoint46c_pre, checkpoint47b_post, checkpoint46h_pre, checkpoint46m_post, checkpoint46g_post, checkpoint48a_post, checkpoint47f_post, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, checkpoint47, checkpoint48, checkpoint49, checkpoint46h_post, checkpoint47h_post, checkpoint46d_post, checkpoint48g_post
Branch point for: branch-exfmods-curt
Added pressure loading term and experiment based on Wunsch and Stammer (1997)
o new field in FFIELDS.h, etc...
o new cpp flag ATMOSPHERIC_LOADING
o Changed hFacC to _hFacC in calc_phi_hyd.F
o Added SHORTWAVE_HEATING to some files for consistency

1 # Model parameters
2 # Continuous equation parameters
3 &PARM01
4 tRef=20.,10.,8.,6.,
5 sRef=10.,10.,10.,10.,
6 viscAz=1.E-2,
7 viscAh=4.E2,
8 no_slip_sides=.FALSE.,
9 no_slip_bottom=.TRUE.,
10 diffKhT=4.E2,
11 diffKzT=1.E-2,
12 f0=1.E-04,
13 beta=0.E-11,
14 tAlpha=2.E-4,
15 sBeta =0.,
16 gravity=9.81,
17 rigidLid=.FALSE.,
18 implicitFreeSurface=.TRUE.,
19 eosType='LINEAR',
20 readBinaryPrec=64,
21 &
22 # Elliptic solver parameters
23 &PARM02
24 cg2dMaxIters=1000,
25 cg2dTargetResidual=1.E-13,
26 &
27 # Time stepping parameters
28 &PARM03
29 startTime=0.,
30 endTime=48000.,
31 deltaTmom=1200.0,
32 deltaTtracer=1200.0,
33 abEps=0.1,
34 pChkptFreq=17000.0,
35 chkptFreq=0.0,
36 dumpFreq=2592000.0,
37 monitorFreq=1.,
38 &
39 # Gridding parameters
40 &PARM04
41 usingCartesianGrid=.TRUE.,
42 usingSphericalPolarGrid=.FALSE.,
43 delX=60*100.E03,
44 delY=60*100.E03,
45 delZ=500.,500.,500.,500.,
46 &
47 &PARM05
48 bathyFile='topog.box',
49 hydrogThetaFile=,
50 hydrogSaltFile=,
51 zonalWindFile=,
52 meridWindFile=,
53 pLoadFile='pLoad.bin',
54 &

  ViewVC Help
Powered by ViewVC 1.1.22