/[MITgcm]/MITgcm/tutorial_examples/baroclinic_gyre_on_a_sphere/input/data
ViewVC logotype

Contents of /MITgcm/tutorial_examples/baroclinic_gyre_on_a_sphere/input/data

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


Revision 1.1.4.1 - (show annotations) (download)
Tue Feb 26 16:12:01 2002 UTC (22 years, 7 months ago) by adcroft
Branch: release1
CVS Tags: release1_p12, release1_p13, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, release1_p8, release1_p9, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, release1_p13_pre, release1_chkpt44d_post, release1_p12_pre
Branch point for: release1_50yr
Changes since 1.1: +53 -0 lines
Added tutorials, following sequenct of changes made by CNH on the
branch "release1-branch". The follow directories with tutorial
code/data were created:

  tutorial_examples/held_suarez_atmosphere/
  tutorial_examples/baroclinic_gyre_on_a_sphere/
  tutorial_examples/nonhydrostatic_deep_convection/
  tutorial_examples/barotropic_gyre_in_a_box/
  tutorial_examples/nonhydrostatic_plume_on_slope/
  tutorial_examples/global_ocean_circulation/
  tutorial_examples/tracer_adjoint_sensitivity/

No other changes were made (i.e. all other directories and code are
untouched).

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 beta=1.E-11,
13 tAlpha=2.E-4,
14 sBeta =0.,
15 gravity=9.81,
16 rigidLid=.FALSE.,
17 implicitFreeSurface=.TRUE.,
18 eosType='LINEAR',
19 readBinaryPrec=64,
20 &
21 # Elliptic solver parameters
22 &PARM02
23 cg2dMaxIters=1000,
24 cg2dTargetResidual=1.E-13,
25 &
26 # Time stepping parameters
27 &PARM03
28 startTime=0.,
29 endTime=12000.,
30 deltaTmom=1200.0,
31 deltaTtracer=1200.0,
32 abEps=0.1,
33 pChkptFreq=17000.0,
34 chkptFreq=0.0,
35 dumpFreq=2592000.0,
36 monitorFreq=1.,
37 &
38 # Gridding parameters
39 &PARM04
40 usingCartesianGrid=.FALSE.,
41 usingSphericalPolarGrid=.TRUE.,
42 phiMin=-30.,
43 delX=60*1.,
44 delY=60*1.,
45 delZ=500.,500.,500.,500.,
46 &
47 &PARM05
48 bathyFile='topog.box',
49 hydrogThetaFile=,
50 hydrogSaltFile=,
51 zonalWindFile='windx.sin_y',
52 meridWindFile=,
53 &

  ViewVC Help
Powered by ViewVC 1.1.22