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

Diff of /MITgcm/verification/exp4/README

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

revision 1.5 by mlosch, Tue Oct 11 13:00:56 2005 UTC revision 1.7 by jmc, Thu Apr 15 15:58:00 2010 UTC
# Line 3  Example: "Flow over a bump with Open Bou Line 3  Example: "Flow over a bump with Open Bou
3    
4  default paths are (as used in testreport):  default paths are (as used in testreport):
5    set build_dir = ${cwd}/build    set build_dir = ${cwd}/build
6    set exe       = ${cwd}/build    set run_dir   = ${cwd}/run
7    set ROOT      = ${cwd}/../../    set ROOT      = ${cwd}/../../
8    
9  Configure and compile the code:  Configure and compile the code:
   mkdir ${build_dir}  
10    cd ${build_dir}    cd ${build_dir}
11    ${ROOT}/tools/genmake2 -mods=${cwd}/code    ${ROOT}/tools/genmake2 -mods ../code
12    make depend    make depend
13    make    make
14    
15  To run:  To run:
16    mkdir ${exe_dir}    cd ${run_dir}
17    cd ${exe_dir}    cp ../input/* .
   cp ${cwd}/input/* .  
18    ${build_dir}/mitgcmuv    ${build_dir}/mitgcmuv
19    
20  There is comparison output in the directory:  There is comparison output in the directory:
21   ..${cwd}/results   results      ( absolute path: ${run_dir}/../results )
22    
23  Comments:  Comments:
24  The input data is real*8.  The input data is real*8.
# Line 36  the default behavior; at the western bou Line 34  the default behavior; at the western bou
34  used for salinity and one passive tracer in the same way. Salinity is  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  set to sLev at all other boundaries, while a (nearly) homogeneous
36  v.Neumann condition is applied to the passive tracer (the latter is  v.Neumann condition is applied to the passive tracer (the latter is
37  the default in obcs_calc.F). Open boundary parameters are set in  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.  data.obcs.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22