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