| 1 |
# Build executable for ECCO-Darwin version 4 |
| 2 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_code |
| 3 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/darwin/pkg/darwin |
| 4 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v4_llc270 |
| 5 |
cd MITgcm/pkg |
| 6 |
ln -sf ../../MITgcm_contrib/darwin/pkg/darwin . |
| 7 |
cd .. |
| 8 |
mkdir build |
| 9 |
cd build |
| 10 |
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/code_darwin/packages.conf . |
| 11 |
module purge |
| 12 |
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 |
| 13 |
../tools/genmake2 -of \ |
| 14 |
../../MITgcm_contrib/ecco_darwin/v4_llc270/code/linux_amd64_ifort+mpi_ice_nas -mo \ |
| 15 |
'../../MITgcm_contrib/ecco_darwin/v4_llc270/code_darwin ../../MITgcm_contrib/ecco_darwin/v4_llc270/code' |
| 16 |
make depend |
| 17 |
make -j 16 |
| 18 |
|
| 19 |
|
| 20 |
============== |
| 21 |
# Instructions for running forward-only llc270 optimized solution (2001-2015) |
| 22 |
cd .. |
| 23 |
mkdir run |
| 24 |
cd run |
| 25 |
ln -sf ../build/mitgcmuv . |
| 26 |
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/* . |
| 27 |
ln -sf /nobackup/hzhang1/obs/input/bathy270_filled_noCaspian_r4 . |
| 28 |
ln -sf /nobackup/hzhang1/forcing/era_xx . |
| 29 |
ln -sf /nobackup/hzhang1/obs/input/pickup* . |
| 30 |
ln -sf /nobackup/hzhang1/obs/input/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin . |
| 31 |
ln -sf /nobackup/hzhang1/obs/pri_err/smooth* . |
| 32 |
ln -sf /nobackup/hzhang1/obs/input/tile* . |
| 33 |
ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data . |
| 34 |
ln -sf /nobackup/hzhang1/obs/optim33/xx_* . |
| 35 |
# modify job_llc270_fdH as needed |
| 36 |
qsub job_llc270_fdH |
| 37 |
|
| 38 |
|
| 39 |
============== |
| 40 |
# Instructions for running forward-only llc270 optimized solution (2009-2015) |
| 41 |
cd .. |
| 42 |
mkdir run |
| 43 |
cd run |
| 44 |
ln -sf ../build/mitgcmuv . |
| 45 |
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/* . |
| 46 |
cp data_2009 data |
| 47 |
cp data.ctrl_2009 data.ctrl |
| 48 |
ln -sf /nobackup/hzhang1/obs/input/bathy270_filled_noCaspian_r4 . |
| 49 |
ln -sf /nobackup/hzhang1/forcing/era_xx . |
| 50 |
ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/20090101/pickup* . |
| 51 |
ln -sf /nobackup/hzhang1/obs/input/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin . |
| 52 |
ln -sf /nobackup/hzhang1/obs/pri_err/smooth* . |
| 53 |
ln -sf /nobackup/hzhang1/obs/input/tile* . |
| 54 |
ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data . |
| 55 |
ln -sf /nobackup/hzhang1/obs/optim33/xx_* . |
| 56 |
# modify job_llc270_fdH as needed |
| 57 |
qsub job_llc270_fdH |