1 |
============== |
2 |
# Build executable for forward-only llc270 iteration 42 optimized solution |
3 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "11/28/17" MITgcm_code |
4 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v5_llc270 |
5 |
cd MITgcm |
6 |
mkdir build |
7 |
cd build |
8 |
module purge |
9 |
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 |
10 |
../tools/genmake2 -of \ |
11 |
../../MITgcm_contrib/ecco_darwin/v5_llc270/code/linux_amd64_ifort+mpi_ice_nas \ |
12 |
-mo ../../MITgcm_contrib/ecco_darwin/v5_llc270/code |
13 |
make depend |
14 |
make -j 16 |
15 |
|
16 |
|
17 |
============== |
18 |
# Instructions for running forward-only llc270 optimized solution (1992-2015) |
19 |
cd .. |
20 |
mkdir run |
21 |
cd run |
22 |
mkdir diags |
23 |
ln -sf ../build/mitgcmuv . |
24 |
ln -sf /nobackupp2/dmenemen/public/llc_270/iter42/input/* . |
25 |
ln -sf /nobackup/hzhang1/forcing/era_xx . |
26 |
ln -sf /nobackup/hzhang1/forcing/jra55_do/LOACv1.4.0_HJ . |
27 |
ln -sf /nobackup/hzhang1/forcing/jra55_do/LOACriver_temp . |
28 |
cp ../../MITgcm_contrib/ecco_darwin/v5_llc270/input/* . |
29 |
# modify job_llc270_fdH as needed |
30 |
qsub job_llc270_fdH |