1 |
dimitri |
1.1 |
# Build executable for Hong Zhang's forward-only llc270 optimized solution |
2 |
|
|
|
3 |
|
|
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_code |
4 |
|
|
cd MITgcm |
5 |
|
|
mkdir build |
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 \ |
10 |
|
|
../../MITgcm_contrib/ecco_darwin/v4_llc270/code/linux_amd64_ifort+mpi_ice_nas \ |
11 |
|
|
-mo ../../MITgcm_contrib/ecco_darwin/v4_llc270/code |
12 |
|
|
make depend |
13 |
|
|
make -j 16 |
14 |
|
|
|
15 |
|
|
============== |
16 |
|
|
# Instructions for running forward-only llc270 optimized solution (2001-2015) |
17 |
|
|
|
18 |
|
|
cd MITgcm |
19 |
|
|
mkdir run |
20 |
|
|
cd run |
21 |
|
|
ln -sf ../build/mitgcmuv . |
22 |
|
|
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/* . |
23 |
|
|
ln -sf /nobackup/hzhang1/obs/input/bathy270_filled_noCaspian_r4 . |
24 |
|
|
ln -sf /nobackup/hzhang1/forcing/era_xx . |
25 |
|
|
ln -sf /nobackup/hzhang1/obs/input/pickup* . |
26 |
|
|
ln -sf /nobackup/hzhang1/obs/input/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin . |
27 |
|
|
ln -sf /nobackup/hzhang1/obs/pri_err/smooth* . |
28 |
|
|
ln -sf /nobackup/hzhang1/obs/input/tile* . |
29 |
|
|
ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data . |
30 |
|
|
ln -sf /nobackup/hzhang1/obs/optim33/xx_* . |
31 |
|
|
|
32 |
|
|
# modify job_llc270_fdH as needed |
33 |
|
|
qsub job_llc270_fdH |