1 |
dimitri |
1.1 |
# This is a small test case with set-up as similar as possible |
2 |
|
|
# to llc_4320 for testing asyncio and coupling to GEOS-5. |
3 |
|
|
|
4 |
|
|
############################# |
5 |
|
|
# 30x30x96 configuration |
6 |
|
|
|
7 |
|
|
module purge |
8 |
|
|
module load comp-intel/2015.0.090 mpi-sgi/mpt.2.12r23 netcdf/4.0 |
9 |
|
|
cd ~/llc_4320 |
10 |
|
|
cvs co -r checkpoint65v MITgcm_code |
11 |
|
|
cvs co MITgcm_contrib/llc_hires/llc_4320 |
12 |
|
|
cd MITgcm |
13 |
|
|
mkdir build run485568 |
14 |
|
|
lfs setstripe -c -1 run_485568 |
15 |
|
|
cd build |
16 |
|
|
rm * |
17 |
|
|
cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_90x90x19023 SIZE.h |
18 |
|
|
cp ../../MITgcm_contrib/llc_hires/llc_4320/code-async/readtile_mpiio.c . |
19 |
|
|
emacs readtile_mpiio.c |
20 |
|
|
tileSizeX = 90; |
21 |
|
|
tileSizeY = 90; |
22 |
|
|
../tools/genmake2 -of \ |
23 |
|
|
../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \ |
24 |
|
|
'../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async' |
25 |
|
|
make depend |
26 |
|
|
make -j 16 |
27 |
|
|
cp mitgcmuv ../run_485568/mitgcmuv_90x90x19023_intel.2015.0.090 |
28 |
|
|
|
29 |
|
|
qsub -I -q long -l select=850:ncpus=24:model=has,walltime=120:00:00 -m abe -M menemenlis@me.com |
30 |
|
|
qsub -I -q long -l select=1020:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M menemenlis@me.com |
31 |
|
|
module load comp-intel/2015.0.090 mpi-sgi/mpt.2.12r23 netcdf/4.0 |
32 |
|
|
ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* . |
33 |
|
|
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
34 |
|
|
cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* . |
35 |
|
|
cp data.exch2_90x90x19023 data.exch2 |
36 |
|
|
mv STDOUT.00000 STDOUT.485568 |
37 |
|
|
emacs data |
38 |
|
|
nIter0=485568, |
39 |
|
|
ln -sf ../run/pickup_0000485568.data pickup.0000485568.data |
40 |
|
|
ln -sf ../run/pickup_0000485568.meta pickup.0000485568.meta |
41 |
|
|
ln -sf ../run/pickup_seaice_0000485568.data pickup_seaice.0000485568.data |
42 |
|
|
ln -sf ../run/pickup_seaice_0000485568.meta pickup_seaice.0000485568.meta |
43 |
|
|
mpiexec -n 20400 ./mitgcmuv_90x90x19023_intel.2015.0.090 |
44 |
|
|
|
45 |
|
|
cd ~/llc_4320/MITgcm/run_485568 |
46 |
|
|
tail -f STDOUT.00000 | grep advcfl_W |
47 |
|
|
|