| 1 |
# Command to build and run (assuming checkout is placed into MITgcm/verification/llc) |
| 2 |
|
| 3 |
# The following will run for about 140 time steps in the |
| 4 |
# ocean setup at which point the wave reaches the far southern |
| 5 |
# edge and causes a blowup |
| 6 |
|
| 7 |
cd build |
| 8 |
../../../tools/genmake2 -mods=../code |
| 9 |
make depend |
| 10 |
make |
| 11 |
cd ../run |
| 12 |
ln -s ../input/* . |
| 13 |
# cp ssh.bump ssh.data |
| 14 |
cp llc_mlosch_fe_1.mitgrid tile001.mitgrid |
| 15 |
cp llc_mlosch_fe_2.mitgrid tile002.mitgrid |
| 16 |
cp llc_mlosch_fe_3.mitgrid tile003.mitgrid |
| 17 |
cp llc_mlosch_fe_4.mitgrid tile004.mitgrid |
| 18 |
cp llc_mlosch_fe_5.mitgrid tile005.mitgrid |
| 19 |
cp ../build/mitgcmuv . |
| 20 |
|
| 21 |
for i in `seq 1 8` `seq 10 17` ; do |
| 22 |
ln -s ./ssh.flat ssh.`printf '%03d' $i`.001.data |
| 23 |
done |
| 24 |
ln -s ./ssh.bump ssh.009.001.data |
| 25 |
|
| 26 |
./mitgcmuv |