Parent Directory
|
Revision Log
|
Revision Graph
Added example command to build and run. These don't seem to work quite yet though!
1 | cnh | 1.1 | # Command to build and run (assuming checkout is placed into MITgcm/verification/llc) |
2 | cd build | ||
3 | ../../../tools/genmake2 -mods=../code | ||
4 | make depend | ||
5 | make | ||
6 | cd ../run | ||
7 | ln -s ../input/* . | ||
8 | cp ssh.bump ssh.data | ||
9 | cp llc_mlosch_fe_1.mitgrid tile001.mitgrid | ||
10 | cp llc_mlosch_fe_2.mitgrid tile002.mitgrid | ||
11 | cp llc_mlosch_fe_3.mitgrid tile003.mitgrid | ||
12 | cp llc_mlosch_fe_4.mitgrid tile004.mitgrid | ||
13 | cp llc_mlosch_fe_5.mitgrid tile005.mitgrid | ||
14 | cp ../build/mitgcmuv . | ||
15 | ./mitgcmuv |
ViewVC Help | |
Powered by ViewVC 1.1.22 |