/[MITgcm]/MITgcm/verification/hs94.1x64x5/README
ViewVC logotype

Diff of /MITgcm/verification/hs94.1x64x5/README

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

revision 1.2 by adcroft, Fri Feb 2 21:36:34 2001 UTC revision 1.3 by jmc, Mon Mar 10 01:35:16 2014 UTC
# Line 1  Line 1 
1  Held-Suarez zonal average config. - no eddy param  Held-Suarez zonal average config. - no eddy param
2  =================================================  =================================================
3    
4  Configure and build makefile:  Configure and compile the code:
5    cd bin    cd build
6    ../tools/genmake -makefile    ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
   ln -f -s ../verification/hs94.five-layer/code/*.[hF] .  
7    make depend    make depend
   ln -f -s ../verification/hs94.five-layer/code/*.[hF] .  
   
 Compile:  
8    make    make
9      cd ..
10    
11  To run:  To run:
12    cd ../verification/hs94.five-layer/input/    cd run
13    ../../../exe/mitgcmuv    ln -s ../input/* .
14      ../input/prepare_run
15      ln -s ../build/mitgcmuv .
16      ./mitgcmuv > output.txt
17      cd ..
18    
19    There is comparison output in the directory:
20      results/output.txt
21    
22  Comments:  Comments:
   These numbers differe from the hs94.five-layer expt in mitgcmuv-atmos-exact  
 code  due to the normalization in the cg2d solver. Uncomment the line  
 Catm rhsMax=1. to reproduce the exact old output.  

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

  ViewVC Help
Powered by ViewVC 1.1.22