Warning, /verification/tutorial_cfc_offline/README.md is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5e44d2ea on 2025-08-09 03:50:44 UTC
5e44d2ea81 Jean*0001 Tutorial Example: "Offline CFC Experiments"
0002 ============================================================
0003 (formerly "cfc_offline" verification )
0004
0005 Configure and compile the code:
0006 ```
0007 cd build
0008 ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
0009 make depend
0010 make
0011 cd ..
0012 ```
0013
0014 To run:
0015 ```
0016 cd run
0017 ln -s ../input/* .
0018 ./prepare_run
0019 ../build/mitgcmuv > output.txt
0020 ```
0021
0022 There is comparison output in the directory:
0023 results/output.txt
0024
0025 Comments:
0026 The input data is real*4
0027
0028 And to run the simpler (no CFC) offline test:
0029 ```
0030 cd run ; rm -f *
0031 ln -s ../input_tutorial/* .
0032 ln -s ../input/* .
0033 ./prepare_run
0034 ../build/mitgcmuv > output.tut
0035 ```