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

Diff of /MITgcm/verification/tutorial_baroclinic_gyre/README

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

revision 1.1 by jmc, Thu Apr 20 16:25:24 2006 UTC revision 1.2 by jmc, Mon Mar 10 01:35:17 2014 UTC
# Line 1  Line 1 
1  Tutorial Example: "Baroclinic gyre"  Tutorial Example: "Baroclinic gyre"
2  (Four Layer Baroclinic Ocean Gyre In Spherical Coordinates)  (Four Layer Baroclinic Ocean Gyre In Spherical Coordinates)
3  ============================================================  ============================================================
4  (formerly "exp1" verification ;  (formerly "exp1" verification ;
5   also "baroclinic_gyre_on_a_sphere" in release.1 branch)   also "baroclinic_gyre_on_a_sphere" in release.1 branch)
6    
   
7  Configure and compile the code:  Configure and compile the code:
8    cd build    cd build
9    ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]    ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
10    make depend    make depend
11    make    make
12      cd ..
13    
14  To run:  To run:
15    cd build    cd run
16    ln -s ../input/* .    ln -s ../input/* .
17    ./mitgcmuv > output.txt    ../build/mitgcmuv > output.txt
18    
19  There is comparison output in the directory:  There is comparison output in the directory:
20    results/output.txt    results/output.txt
21    
22  Comments:  Comments:
23    The input data is real*8 and can be generated with the supplied    The input data is real*8 and can be generated with the supplied
24    matlab script gendata.m      matlab script gendata.m
25    To change the input precision to real*4 change readBinaryPrec=32    To change the input precision to real*4 change readBinaryPrec=32
26    in data as well as in gendata.m    in data as well as in gendata.m
27    

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

  ViewVC Help
Powered by ViewVC 1.1.22