Warning, /verification/exp4/README is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit d6a28d35 on 2014-03-10 01:35:18 UTC
bd2e7b4f6b Mart*0001 Example: "Flow over a bump with Open Boundaries and passive tracers"
0002 ====================================================================
def4068281 Alis*0003
bd2e7b4f6b Mart*0004 default paths are (as used in testreport):
0005 set build_dir = ${cwd}/build
a5bf346dfe Jean*0006 set run_dir = ${cwd}/run
bd2e7b4f6b Mart*0007 set ROOT = ${cwd}/../../
def4068281 Alis*0008
0009 Configure and compile the code:
bd2e7b4f6b Mart*0010 cd ${build_dir}
d6a28d3589 Jean*0011 ${ROOT}/tools/genmake2 -mods ../code [-of my_platform_optionFile]
def4068281 Alis*0012 make depend
0013 make
d6a28d3589 Jean*0014 cd ..
def4068281 Alis*0015
0016 To run:
a5bf346dfe Jean*0017 cd ${run_dir}
d6a28d3589 Jean*0018 ln -s ../input/* .
0019 ${build_dir}/mitgcmuv > output.txt
0020 cd ..
def4068281 Alis*0021
0022 There is comparison output in the directory:
a5bf346dfe Jean*0023 results ( absolute path: ${run_dir}/../results )
def4068281 Alis*0024
0025 Comments:
0ad0416c90 Alis*0026 The input data is real*8.
def4068281 Alis*0027
bd2e7b4f6b Mart*0028 This experiment is a channel with topography and four open
0029 boundaries. Salinity is not dynamically active in this experiment
0030 (linear equation of state with sBeta=0). Different kinds of open
0031 boundary values are used: zonal (x-)velocity U is prescribed at all
0032 open boundaries with values that are read from data files (specified
0033 in data.obcs); meridional (y-)velocity V is set to zero on all
0034 boundaries, and temperature to tRef(z), both in obcs_calc.F, this is
0035 the default behavior; at the western boundary, salinity values are
0036 used for salinity and one passive tracer in the same way. Salinity is
0037 set to sLev at all other boundaries, while a (nearly) homogeneous
0038 v.Neumann condition is applied to the passive tracer (the latter is
6c607fc2ca Jean*0039 the default in obcs_calc.F), with a relaxation (using pkg rbcs) in
0040 the Eastern part of the channel. Open boundary parameters are set in
bd2e7b4f6b Mart*0041 data.obcs.