/[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.1 by heimbach, Mon Nov 13 15:58:24 2000 UTC revision 1.3.10.1 by dimitri, Fri Jan 24 05:00:36 2003 UTC
# Line 5  Example: Subtropical North Atlantic Subd Line 5  Example: Subtropical North Atlantic Subd
5    
6  To apply the changes to the default configuration of MITgcmUV:  To apply the changes to the default configuration of MITgcmUV:
7    cd bin    cd bin
8    ln -s ../verification/natl_box/code/SIZE.h ../bin/    ln -sf ../verification/natl_box/code/.genmakerc .
9    ln -s ../verification/natl_box/code/CPP_OPTIONS.h ../bin/    ln -sf ../verification/natl_box/code/*.h .
10    ln -s ../verification/natl_box/code/CPP_EEOPTIONS.h ../bin/    ln -sf ../verification/natl_box/code/*.F .
   ln -s ../verification/natl_box/code/KPP_OPTIONS.h ../bin/  
   ln -s ../verification/natl_box/code/external_fields_* ../bin/  
11    
12  Configure and compile the code:  Configure and compile the code:
13    cd ../bin    cd ../bin
# Line 20  Configure and compile the code: Line 18  Configure and compile the code:
18  To run:  To run:
19    cd ../exe    cd ../exe
20    cp ../verification/natl_box/input/* .    cp ../verification/natl_box/input/* .
21    mitgcmuv >&! run.out    mitgcmuv >&! output.txt
22    
23  There is comparison output in:  There is comparison output in:
24   ../verification/natl_box/output/run.out  diff output.txt ../verification/natl_box/results/output.txt | more
25    
26  A FORTRAN program provides a verification procedure.  A FORTRAN program provides a verification procedure.
27  It is based on the boundary layer depth and will either issue:  It is based on the boundary layer depth and will either issue:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3.10.1

  ViewVC Help
Powered by ViewVC 1.1.22