# Command to build and run (assuming checkout is placed into MITgcm/verification/llc) # The following will run for about 140 time steps in the # ocean setup at which point the wave reaches the far southern # edge and causes a blowup cd build ../../../tools/genmake2 -mods=../code make depend make cd ../run ln -s ../input/* . # cp ssh.bump ssh.data cp llc_mlosch_fe_1.mitgrid tile001.mitgrid cp llc_mlosch_fe_2.mitgrid tile002.mitgrid cp llc_mlosch_fe_3.mitgrid tile003.mitgrid cp llc_mlosch_fe_4.mitgrid tile004.mitgrid cp llc_mlosch_fe_5.mitgrid tile005.mitgrid cp ../build/mitgcmuv . for i in `seq 1 8` `seq 10 17` ; do ln -s ./ssh.flat ssh.`printf '%03d' $i`.001.data done ln -s ./ssh.bump ssh.009.001.data ./mitgcmuv