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