Tutorial Example: "Biochemistry Tutorial" ========================================= (formerly "dic_example" verification) --- Instructions for Forward tests: Configure and compile the code: cd build ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile] make depend make cd .. To run: cd run ln -s ../input/* . ./prepare_run ../build/mitgcmuv > output.txt cd .. There is comparison output in the directory: results/output.txt -- Instructions for Adjoint tests: Note: This requires access to a TAF license. Configure and compile the code: cd build ../../../tools/genmake2 -mods ../code_ad [-of my_platform_optionFile] make depend make adall cd .. To run: cd run ln -s ../input_ad/* . ./prepare_run ../build/mitgcmuv_ad > output_adm.txt cd .. There is comparison output in the directory: results/output_adm.txt --- Comments: