/[MITgcm]/MITgcm/verification/exp4/README
ViewVC logotype

Contents of /MITgcm/verification/exp4/README

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


Revision 1.7 - (show annotations) (download)
Thu Apr 15 15:58:00 2010 UTC (14 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62f, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint64, checkpoint63, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f
Changes since 1.6: +5 -7 lines
update build/run instructions

1 Example: "Flow over a bump with Open Boundaries and passive tracers"
2 ====================================================================
3
4 default paths are (as used in testreport):
5 set build_dir = ${cwd}/build
6 set run_dir = ${cwd}/run
7 set ROOT = ${cwd}/../../
8
9 Configure and compile the code:
10 cd ${build_dir}
11 ${ROOT}/tools/genmake2 -mods ../code
12 make depend
13 make
14
15 To run:
16 cd ${run_dir}
17 cp ../input/* .
18 ${build_dir}/mitgcmuv
19
20 There is comparison output in the directory:
21 results ( absolute path: ${run_dir}/../results )
22
23 Comments:
24 The input data is real*8.
25
26 This experiment is a channel with topography and four open
27 boundaries. Salinity is not dynamically active in this experiment
28 (linear equation of state with sBeta=0). Different kinds of open
29 boundary values are used: zonal (x-)velocity U is prescribed at all
30 open boundaries with values that are read from data files (specified
31 in data.obcs); meridional (y-)velocity V is set to zero on all
32 boundaries, and temperature to tRef(z), both in obcs_calc.F, this is
33 the default behavior; at the western boundary, salinity values are
34 used for salinity and one passive tracer in the same way. Salinity is
35 set to sLev at all other boundaries, while a (nearly) homogeneous
36 v.Neumann condition is applied to the passive tracer (the latter is
37 the default in obcs_calc.F), with a relaxation (using pkg rbcs) in
38 the Eastern part of the channel. Open boundary parameters are set in
39 data.obcs.

  ViewVC Help
Powered by ViewVC 1.1.22