1 |
dimitri |
1.1 |
Instructions for setting up a 1/8-deg integration with |
2 |
|
|
bulk formulae and sea-ice, starting from 2000 spin-up. |
3 |
|
|
|
4 |
|
|
########################################################################## |
5 |
|
|
# getting the code from anonymous CVS server |
6 |
|
|
|
7 |
|
|
cvs co MITgcm_contrib/quarter_degree_global |
8 |
|
|
cvs co MITgcm_code |
9 |
|
|
cvs co MITgcm/verification/testreport |
10 |
|
|
|
11 |
|
|
########################################################################## |
12 |
|
|
# 2880x2176 480-cpu (96x30)x(136x16) 1/8-deg integration on altix. |
13 |
|
|
# Requires input files in sudirectory iter69 to be at same level as MITgcm |
14 |
|
|
# and MITgcm_contrib. A copy of iter69 with 1/8-deg files resides on |
15 |
|
|
# columbia18:/nobackup18/menemenl/eight. |
16 |
|
|
|
17 |
|
|
module purge |
18 |
|
|
module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85 |
19 |
|
|
setenv MPI_DSM_DISTRIBUTE |
20 |
|
|
cd MITgcm |
21 |
|
|
mkdir bin exe |
22 |
|
|
cd bin |
23 |
|
|
\rm * |
24 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/* . |
25 |
|
|
\cp SIZE.h_8_480 SIZE.h |
26 |
|
|
\cp packages.conf_bulk packages.conf |
27 |
|
|
\cp ECCO_CPPOPTIONS.h_bulk ECCO_CPPOPTIONS.h |
28 |
|
|
\cp CPP_OPTIONS.h_bulk CPP_OPTIONS.h |
29 |
|
|
../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
30 |
|
|
make depend |
31 |
|
|
make -j |
32 |
|
|
cd ../exe |
33 |
|
|
\rm * |
34 |
|
|
\cp mitgcmuv ../exe/mitgcmuv480 |
35 |
|
|
\cp data_bulk_8 data |
36 |
|
|
\cp data.exf_clim_bulk data.exf_clim |
37 |
|
|
\cp data.exf_bulk data.exf |
38 |
|
|
ln -sf /nobackup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin . |
39 |
|
|
|
40 |
|
|
./modpickup_8 |
41 |
|
|
/opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \ |
42 |
|
|
c17 480 runon 11-490 mitgcmuv480 \ |
43 |
|
|
< /dev/null >&! output.run & |