1 |
########################################## |
######################### |
2 |
# 90x90x117 configuration (no blank tiles) |
# 90x90x102 configuration |
3 |
|
|
4 |
module purge |
module purge |
5 |
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0 |
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0 |
9 |
cd MITgcm |
cd MITgcm |
10 |
mkdir build run |
mkdir build run |
11 |
cd build |
cd build |
12 |
|
cp ../../MITgcm_contrib/llc_hires/llc_270/code/SIZE.h_90x90x102 SIZE.h |
13 |
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \ |
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \ |
14 |
-mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code |
-mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code |
15 |
make depend |
make depend |
16 |
make -j 16 |
make -j 16 |
17 |
|
|
18 |
cd ~/llc_270/MITgcm/run |
cd ~/llc_270/MITgcm/run |
19 |
cp ../build/mitgcmuv mitgcmuv_90x90x117 |
cp ../build/mitgcmuv mitgcmuv_90x90x102 |
20 |
ln -sf /nobackupp8/dmenemen/tarballs/llc_270/run_template/* . |
ln -sf /nobackupp8/dmenemen/tarballs/llc_270/run_template/* . |
21 |
ln -sf /nobackupp8/dmenemen/forcing/ncep_rgau/runoffp6615-360x180x12.bin . |
ln -sf /nobackupp8/dmenemen/forcing/ncep_rgau/runoffp6615-360x180x12.bin . |
22 |
ln -sf /nobackupp8/hzhang1/forcing/jra55/* . |
ln -sf /nobackup/ifenty/ECCO_v4/release_01_replication/model_forcing/* . |
23 |
|
|
24 |
rm data.exf |
rm data.exf |
25 |
cp ../../MITgcm_contrib/llc_hires/llc_270/input/* . |
cp ../../MITgcm_contrib/llc_hires/llc_270/input/* . |
26 |
emacs data |
ln -sf data.exch2_90x90x102 data.exch2 |
|
|
|
27 |
mpiexec -n 117 ./mitgcmuv_90x90x117 |
mpiexec -n 117 ./mitgcmuv_90x90x117 |
28 |
|
|
29 |
tail -f STDOUT.0000 | grep advcfl_W |
tail -f STDOUT.0000 | grep advcfl_W |
30 |
|
|
31 |
vals=mitgcmhistory('STDOUT.0000','time_secondsf','advcfl_W'); |
vals=mitgcmhistory('STDOUT.0000','time_secondsf','advcfl_W'); |
32 |
plot(vals(:,1)/60/60/24,vals(:,2)) |
|
33 |
|
######################### |
34 |
|
# 45x45x366 configuration |
35 |
|
|
36 |
|
module purge |
37 |
|
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0 |
38 |
|
cd ~/llc_270 |
39 |
|
cvs co MITgcm_code |
40 |
|
cvs co MITgcm_contrib/llc_hires/llc_270 |
41 |
|
cd MITgcm |
42 |
|
mkdir build run |
43 |
|
cd build |
44 |
|
cp ../../MITgcm_contrib/llc_hires/llc_270/code/SIZE.h_45x45x366 SIZE.h |
45 |
|
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \ |
46 |
|
-mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code |
47 |
|
make depend |
48 |
|
make -j 16 |
49 |
|
|
50 |
|
cd ~/llc_270/MITgcm/run |
51 |
|
cp ../build/mitgcmuv mitgcmuv_45x45x366 |
52 |
|
ln -sf /nobackupp8/dmenemen/tarballs/llc_270/run_template/* . |
53 |
|
ln -sf /nobackup/ifenty/ECCO_v4/release_01_replication/model_forcing/* . |
54 |
|
rm data.exf |
55 |
|
ln -sf /nobackup/hzhang1/llc_1080/MITgcm/PH_270/input_file/*.nc . |
56 |
|
cp ../../MITgcm_contrib/llc_hires/llc_270/input/* . |
57 |
|
ln -sf data.exch2_45x45x366 data.exch2 |
58 |
|
mkdir -p diags profiles |
59 |
|
|
60 |
|
qsub job_366_onW |
61 |
|
|
62 |
|
tail -f STDOUT.0000|grep -E 'advcfl_W|time_tsnumber' |
63 |
|
|