1 |
dimitri |
1.1 |
# Instructions for llc270 verification experiment |
2 |
|
|
# Instructions are specific to pleiades and need to be adjusted for other platforms |
3 |
|
|
# iter42/input is available at https://data.nas.nasa.gov/ecco/data.php?dir=/eccodata/llc_270/iter42/input |
4 |
|
|
# ecco_darwin_v4/input is available at https://data.nas.nasa.gov/ecco/data.php?dir=/eccodata/llc_270/ecco_darwin_v4/input |
5 |
|
|
# forcing/era_xx is available at https://ecco.jpl.nasa.gov/drive/files/Version5 |
6 |
|
|
|
7 |
|
|
============== |
8 |
|
|
# Build executable for ECCO-Darwin version 4 |
9 |
|
|
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "11/28/17" MITgcm_code |
10 |
|
|
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper |
11 |
|
|
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "03/22/18" MITgcm_contrib/darwin/pkg/darwin |
12 |
|
|
cd MITgcm/pkg |
13 |
|
|
ln -sf ../../MITgcm_contrib/darwin/pkg/darwin . |
14 |
|
|
cd .. |
15 |
|
|
mkdir build run |
16 |
|
|
cd build |
17 |
|
|
module purge |
18 |
|
|
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 |
19 |
|
|
../tools/genmake2 -ieee -of \ |
20 |
|
|
../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/code/linux_amd64_ifort+mpi_ice_nas -mo \ |
21 |
|
|
'../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/code_darwin ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/code' |
22 |
|
|
make depend |
23 |
|
|
make -j 16 |
24 |
|
|
|
25 |
|
|
============== |
26 |
|
|
# Instructions for running ECCO-Darwin Version 4 for 1992-2018 period |
27 |
|
|
cd ../run |
28 |
|
|
ln -sf ../build/mitgcmuv . |
29 |
|
|
ln -sf /nobackupp2/dmenemen/public/llc_270/iter42/input/* . |
30 |
|
|
ln -sf /nobackupp2/dmenemen/public/llc_270/ecco_darwin_v4/input/* . |
31 |
|
|
ln -sf /nobackup/hzhang1/forcing/era_xx . |
32 |
|
|
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/input/* . |
33 |
|
|
cp ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/input_darwin/* . |
34 |
|
|
mv data_test data |
35 |
|
|
qsub job_ECCO_darwin_test |
36 |
|
|
# Compare to verification output |
37 |
|
|
diff <(grep %MON STDOUT.0000) <(grep %MON ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/results/STDOUT.0000) |