| 1 |
# Build executable for cube92 with latest MITgcm code on pleiades |
| 2 |
cvs co MITgcm_contrib/high_res_cube/cube92_latest |
| 3 |
git clone https://github.com/MITgcm/MITgcm.git |
| 4 |
cd MITgcm |
| 5 |
mkdir build run1 run2 |
| 6 |
cd build |
| 7 |
module purge |
| 8 |
module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt |
| 9 |
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \ |
| 10 |
-mo ../../MITgcm_contrib/high_res_cube/cube92_latest/code |
| 11 |
make depend |
| 12 |
make -j 16 |
| 13 |
|
| 14 |
# integrate 1992-2008 model on pleiades |
| 15 |
cd ../run1 |
| 16 |
cp ../../MITgcm_contrib/high_res_cube/cube92_latest/input/* . |
| 17 |
ln -sf /nobackup/hzhang1/cdata.exf_2009-2019s510/run_template/*cube78 . |
| 18 |
ln -sf /nobackup/hzhang1/cs510/run_template/tile* . |
| 19 |
ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* . |
| 20 |
ln -sf /nobackup/hzhang1/cs510/run_template/runoff* . |
| 21 |
ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* . |
| 22 |
mv pickup.0000000216.cube78 pickup.0000000216 |
| 23 |
mv pickup.0000000216.meta.cube78 pickup.0000000216.meta |
| 24 |
mv pickup_seaice.0000000216.cube78 pickup_seaice.0000000216 |
| 25 |
mv pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta |
| 26 |
ln -sf data.exf_1992-2008 data.exf |
| 27 |
ln -sf ../build/mitgcmuv . |
| 28 |
qsub run_cube92 |
| 29 |
|
| 30 |
# integrate 2009-2019 model on pleiades |
| 31 |
cd ../run2 |
| 32 |
cp ../../MITgcm_contrib/high_res_cube/cube92_latest/input/* . |
| 33 |
ln -sf /nobackup/hzhang1/cs510/run_template/pic*447120.*ta . |
| 34 |
ln -sf /nobackup/hzhang1/cs510/run_template/tile* . |
| 35 |
ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* . |
| 36 |
ln -sf /nobackup/hzhang1/cs510/run_template/runoff* . |
| 37 |
ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* . |
| 38 |
ln -sf /nobackup/hzhang1/forcing/jra55_do . |
| 39 |
ln -sf /nobackup/hzhang1/forcing/jra55 . |
| 40 |
ln -sf data.exf_2009-2019 data.exf |
| 41 |
ln -sf data_2009-2019 data |
| 42 |
ln -sf ../build/mitgcmuv . |
| 43 |
qsub run_ivy |