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

Annotation of /MITgcm/verification/natl_box/README

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


Revision 1.4 - (hide annotations) (download)
Mon Mar 10 01:35:17 2014 UTC (10 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64w, checkpoint64v, HEAD
Changes since 1.3: +19 -21 lines
update the intructions on how to run (in dir "run" instead of in "build"
 or "input" or elsewhere)

1 heimbach 1.1 Example: Subtropical North Atlantic Subduction area
2 jmc 1.4 ====================================================
3 heimbach 1.1 - with KPP & shortwave heating
4     - no GMRedi
5    
6     Configure and compile the code:
7 jmc 1.4 cd build
8     ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
9 heimbach 1.1 make depend
10     make
11 jmc 1.4 cd ..
12 heimbach 1.1
13     To run:
14 jmc 1.4 cd run
15     ln -s ../input/* .
16     ../input/prepare_run
17     ln -s ../build/mitgcmuv .
18     ./mitgcmuv > output.txt
19     cd ..
20 heimbach 1.1
21 jmc 1.4 There is comparison output in the directory:
22     results/output.txt
23 heimbach 1.1
24 jmc 1.4 ----------------------------------------------------
25 heimbach 1.1 A FORTRAN program provides a verification procedure.
26     It is based on the boundary layer depth and will either issue:
27     'North Atlantic test passed. KPPhbl file is unchanged.'
28     or:
29     'North Atlantic test failed. KPPhbl file has changed.'
30    
31 jmc 1.4 cd run
32     ln -sf ../output/KPPhbl.001.001.data KPPhbl_orig
33     f77 ../results/comp_orig.F -o comp_orig
34 heimbach 1.1 comp_orig
35    
36 jmc 1.4 N.B.: On ORIGIN 2000 use f77 -bytereclen
37 heimbach 1.1
38 jmc 1.4 A matlab script, matlab/comp_output.m, creates plots for
39 heimbach 1.1 reference (c32) and new surface temperature, boundary layer depth,
40 jmc 1.4 meridional section of tracer diffusivities, and
41 heimbach 1.1 corresponding differences.
42    
43     Comments:
44     The input data is real*4.

  ViewVC Help
Powered by ViewVC 1.1.22