--- MITgcm/verification/hs94.1x64x5/README 2001/02/02 21:36:34 1.2 +++ MITgcm/verification/hs94.1x64x5/README 2014/03/10 01:35:16 1.3 @@ -1,21 +1,22 @@ Held-Suarez zonal average config. - no eddy param ================================================= -Configure and build makefile: - cd bin - ../tools/genmake -makefile - ln -f -s ../verification/hs94.five-layer/code/*.[hF] . +Configure and compile the code: + cd build + ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile] make depend - ln -f -s ../verification/hs94.five-layer/code/*.[hF] . - -Compile: make + cd .. To run: - cd ../verification/hs94.five-layer/input/ - ../../../exe/mitgcmuv + cd run + ln -s ../input/* . + ../input/prepare_run + ln -s ../build/mitgcmuv . + ./mitgcmuv > output.txt + cd .. + +There is comparison output in the directory: + results/output.txt 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.