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

Diff of /MITgcm/verification/natl_box/README

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

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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22