1 |
# Build executable for Hong Zhang's forward-only llc270 optimized solution |
# Build executable for Hong Zhang's forward-only llc270 optimized solution |
|
|
|
2 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_code |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_code |
3 |
cd MITgcm |
cd MITgcm |
4 |
mkdir build |
mkdir build |
11 |
make depend |
make depend |
12 |
make -j 16 |
make -j 16 |
13 |
|
|
14 |
|
|
15 |
============== |
============== |
16 |
# Instructions for running forward-only llc270 optimized solution (2001-2015) |
# Instructions for running forward-only llc270 optimized solution (2001-2015) |
|
|
|
17 |
cd MITgcm |
cd MITgcm |
18 |
mkdir run |
mkdir run |
19 |
cd run |
cd run |
27 |
ln -sf /nobackup/hzhang1/obs/input/tile* . |
ln -sf /nobackup/hzhang1/obs/input/tile* . |
28 |
ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data . |
ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data . |
29 |
ln -sf /nobackup/hzhang1/obs/optim33/xx_* . |
ln -sf /nobackup/hzhang1/obs/optim33/xx_* . |
30 |
|
# modify job_llc270_fdH as needed |
31 |
|
qsub job_llc270_fdH |
32 |
|
|
33 |
|
|
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 |
# modify job_llc270_fdH as needed |
# modify job_llc270_fdH as needed |
52 |
qsub job_llc270_fdH |
qsub job_llc270_fdH |