nesting code up-to date with MITgcm source code checkpoint62o (Nov 25, 2010) === dowload ==== cd ~jmc/mitgcm cvs co -P MITgcm cd MITgcm/verification cvs co -P -d nesting MITgcm_contrib/nesting_sannino cd ../pkg ln -s ../verification/nesting/nest_child . ln -s ../verification/nesting/nest_parent . cd .. === build === ssh compute-1-2 module load mitgcm cd ~jmc/mitgcm/MITgcm/verification/nesting cd bld_driver ../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \ -mpi -eee make depend make cd .. cd bld_parent ../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \ -mpi -mods '../code_parent ../code_nest_merged' -ieee make depend make cd .. cd bld_child ../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \ -mpi -mods '../code_child ../code_nest_merged' -ieee make depend make cd .. === run === (see file 'utils/notes_run' on how to run on beagle)