1 |
============== |
============== |
2 |
|
# interactive 90x90x1342 tile configuration with newer MITgcm code |
3 |
|
cd ~/llc_1080 |
4 |
|
cvs co MITgcm_contrib/llc_hires/llc_1080 |
5 |
|
cvs co -r checkpoint66h MITgcm_code |
6 |
|
qsub -I -q long -l select=48:ncpus=28:model=bro,walltime=120:00:00 -m abe |
7 |
|
module purge |
8 |
|
module load comp-intel/2016.2.181 mpi-sgi/mpt.2.15r20 |
9 |
|
cd ~/llc_1080/MITgcm |
10 |
|
mkdir build run |
11 |
|
lfs setstripe -c -1 run |
12 |
|
cd build |
13 |
|
cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_90x90x1342 SIZE.h |
14 |
|
../tools/genmake2 -of \ |
15 |
|
../../MITgcm_contrib/llc_hires/llc_1080/code/linux_amd64_ifort+mpi_ice_nas \ |
16 |
|
-mpi -mods ../../MITgcm_contrib/llc_hires/llc_1080/code |
17 |
|
make depend |
18 |
|
make -j 56 |
19 |
|
cd ../run |
20 |
|
ln -sf ../build/mitgcmuv . |
21 |
|
ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* . |
22 |
|
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
23 |
|
ln -sf ~dmenemen/llc_1080/MITgcm/run_2011/pick*354240* . |
24 |
|
cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* . |
25 |
|
mv data.exch2_90x90x1342 data.exch2 |
26 |
|
mpiexec -n 1342 ./mitgcmuv & |
27 |
|
|
28 |
|
============== |
29 |
# interactive 90x90x1342 tile configuration from scratch |
# interactive 90x90x1342 tile configuration from scratch |
30 |
cd ~/llc_1080 |
cd ~/llc_1080 |
31 |
cvs co MITgcm_contrib/llc_hires/llc_1080 |
cvs co MITgcm_contrib/llc_hires/llc_1080 |