Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_global_oce_biogeo/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
d6a28d3589 Jean*0001 Tutorial Example: "Biochemistry Tutorial"
9b6915c91e Jean*0002 =========================================
                0003 (formerly "dic_example" verification)
                0004 
15ec4b1e94 Jean*0005 --- Instructions for Forward tests:
                0006 
9b6915c91e Jean*0007 Configure and compile the code:
                0008   cd build
                0009   ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
                0010   make depend
                0011   make
d6a28d3589 Jean*0012   cd ..
9b6915c91e Jean*0013 
                0014 To run:
d6a28d3589 Jean*0015   cd run
9b6915c91e Jean*0016   ln -s ../input/* .
15ec4b1e94 Jean*0017   ./prepare_run
                0018   ../build/mitgcmuv > output.txt
d6a28d3589 Jean*0019   cd ..
9b6915c91e Jean*0020 
                0021 There is comparison output in the directory:
                0022   results/output.txt
                0023 
15ec4b1e94 Jean*0024 -- Instructions for Adjoint tests:
                0025 Note: This requires access to a TAF license.
                0026 
                0027 Configure and compile the code:
                0028   cd build
                0029   ../../../tools/genmake2 -mods ../code_ad [-of my_platform_optionFile]
                0030   make depend
                0031   make adall
                0032   cd ..
                0033 
                0034 To run:
                0035   cd run
                0036   ln -s ../input_ad/* .
                0037   ./prepare_run
                0038   ../build/mitgcmuv_ad  > output_adm.txt
                0039   cd ..
                0040 
                0041 There is comparison output in the directory:
                0042   results/output_adm.txt
9b6915c91e Jean*0043 
15ec4b1e94 Jean*0044 --- Comments: