| 1 |
Tutorial Example: "Biochemistry Tutorial" |
| 2 |
========================================= |
| 3 |
(formerly "dic_example" verification) |
| 4 |
|
| 5 |
Configure and compile the code: |
| 6 |
cd build |
| 7 |
../../../tools/genmake2 -mods ../code [-of my_platform_optionFile] |
| 8 |
make depend |
| 9 |
make |
| 10 |
|
| 11 |
To run: |
| 12 |
cd build |
| 13 |
ln -s ../input/* . |
| 14 |
./mitgcmuv > output.txt |
| 15 |
|
| 16 |
There is comparison output in the directory: |
| 17 |
results/output.txt |
| 18 |
|
| 19 |
Comments: |
| 20 |
The input data is real*8 and generated using the MATLAB script |
| 21 |
gendata.m. |