Parent Directory
|
Revision Log
|
Revision Graph
Added very brief notes on what to build
| 1 | Brief instructions for building and running |
| 2 | |
| 3 | o For diffuse only test (just diffuses a patch of dye) |
| 4 | |
| 5 | cd build |
| 6 | rm -fr * |
| 7 | ../../../tools/genmake2 -mods=../code |
| 8 | make depend |
| 9 | make |
| 10 | ln -s ../input/* . |
| 11 | ./mitgcmuv >& output |
| 12 | |
| 13 | o For advect diffuse test (injects dye every timestep at one point and advects with a fixed flow field) |
| 14 | |
| 15 | cd build |
| 16 | rm -fr * |
| 17 | ../../../tools/genmake2 -mods="../code_advdiff ../code" |
| 18 | make depend |
| 19 | make |
| 20 | ln -s ../input_advdiff/* . |
| 21 | ln -s ../input/* . |
| 22 | ./mitgcmuv >& output |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |