tcsh module purge module load comp-intel/2015.0.090 mpi-sgi/mpt.2.12r23 netcdf/4.0 cd ~/llc_4320/regions/CalSWOT/run_template1d cvs co -r checkpoint65v MITgcm_code cd ~/llc_4320/regions/CalSWOT/run_template1d/MITgcm mkdir build run lfs setstripe -c 84 run cd ~/llc_4320/regions/CalSWOT/run_template1d/MITgcm/build ../tools/genmake2 -of ../../code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods '../../code ../../code-async' make depend make -j 64 cd ~/llc_4320/regions/CalSWOT/run_template1d/MITgcm/run cp ../build/mitgcmuv . ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . ln -sf /nobackup/dmenemen/forcing/ncep_rgau/runoff1p2472-360x180x12.bin . ln -sf ../../data/* . cp ../../input/* . mpiexec -n 1120 ./mitgcmuv |& tee mpiexec.log ========== cd /nobackupp2/dmenemen/llc_4320/regions/CalSWOT/run_template1d rm data cp -r ../run_template1/data . cd data rm DXC.bin rm DXF.bin rm DXG.bin rm DXV.bin rm DYC.bin rm DYF.bin rm DYG.bin rm DYU.bin rm LATC.bin rm LATG.bin rm LONC.bin rm LONG.bin rm RA.bin rm RAS.bin rm RAW.bin rm RAZ.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile DXC.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile DXF.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile DXG.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile DXV.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile DYC.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile DYF.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile DYG.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile DYU.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile LATC.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile LATG.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile LONC.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile LONG.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile RA.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile RAS.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile RAW.bin ln -sf /home4/bcnelson/MITgcm/input.hack/dataFile RAZ.bin