Warning, /verification/hs94.1x64x5/README is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 15ec4b1e on 2026-02-28 00:30:32 UTC
42c525bfb4 Alis*0001 Held-Suarez zonal average config. - no eddy param
0002 =================================================
0003
15ec4b1e94 Jean*0004 --- Instructions for Forward tests:
0005
d6a28d3589 Jean*0006 Configure and compile the code:
0007 cd build
0008 ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
42c525bfb4 Alis*0009 make depend
0010 make
d6a28d3589 Jean*0011 cd ..
42c525bfb4 Alis*0012
0013 To run:
d6a28d3589 Jean*0014 cd run
0015 ln -s ../input/* .
15ec4b1e94 Jean*0016 ../build/mitgcmuv > output.txt
d6a28d3589 Jean*0017 cd ..
0018
0019 There is comparison output in the directory:
0020 results/output.txt
42c525bfb4 Alis*0021
15ec4b1e94 Jean*0022 -- Instructions for Adjoint tests:
0023 Note: This requires access to a TAF license.
0024
0025 Configure and compile the code:
0026 cd build
0027 ../../../tools/genmake2 -mods ../code_ad [-of my_platform_optionFile]
0028 make depend
0029 make adall
0030 cd ..
0031
0032 To run:
0033 cd run
0034 ln -s ../input_ad/* .
0035 ../build/mitgcmuv_ad > output_adm.txt
0036 cd ..
0037
0038 There is comparison output in the directory:
0039 results/output_adm.txt
0040
0041 --- Comments: