Parent Directory
|
Revision Log
|
Revision Graph
update the intructions on how to run (in dir "run" instead of in "build" or "input" or elsewhere)
1 | Tutorial Example: "Global ocean" |
2 | (Global Ocean Simulation at 4^o Resolution) |
3 | =========================================== |
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 | cd .. |
11 | |
12 | To run: |
13 | cd run |
14 | ln -s ../input/* . |
15 | ln -s ../build/mitgcmuv . |
16 | ./mitgcmuv > output.txt |
17 | cd .. |
18 | |
19 | There is comparison output in the directory: |
20 | results/output.txt |
21 | |
22 | Comments: |
ViewVC Help | |
Powered by ViewVC 1.1.22 |