| 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 |
dimitri |
1.9 |
cvs co -r checkpoint57q_post MITgcm_code |
| 9 |
dimitri |
1.1 |
|
| 10 |
|
|
########################################################################## |
| 11 |
|
|
# 2880x2176 480-cpu (96x30)x(136x16) 1/8-deg integration on altix. |
| 12 |
dimitri |
1.9 |
# Requires input files in sudirectory ncep_rgau to be at same level as |
| 13 |
|
|
# MITgcm and MITgcm_contrib. |
| 14 |
dimitri |
1.1 |
module purge |
| 15 |
dimitri |
1.9 |
module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.12.0.nas |
| 16 |
dimitri |
1.1 |
setenv MPI_DSM_DISTRIBUTE |
| 17 |
|
|
cd MITgcm |
| 18 |
|
|
mkdir bin exe |
| 19 |
|
|
cd bin |
| 20 |
|
|
\rm * |
| 21 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/* . |
| 22 |
|
|
\cp SIZE.h_8_480 SIZE.h |
| 23 |
|
|
\cp packages.conf_bulk packages.conf |
| 24 |
|
|
\cp ECCO_CPPOPTIONS.h_bulk ECCO_CPPOPTIONS.h |
| 25 |
|
|
\cp CPP_OPTIONS.h_bulk CPP_OPTIONS.h |
| 26 |
dimitri |
1.5 |
\cp DIAGNOSTICS_SIZE.h_bulk DIAGNOSTICS_SIZE.h |
| 27 |
dimitri |
1.1 |
../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
| 28 |
|
|
make depend |
| 29 |
|
|
make -j |
| 30 |
dimitri |
1.2 |
\cp mitgcmuv ../exe/mitgcmuv480 |
| 31 |
dimitri |
1.1 |
cd ../exe |
| 32 |
dimitri |
1.2 |
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
| 33 |
dimitri |
1.1 |
\cp data_bulk_8 data |
| 34 |
dimitri |
1.2 |
\cp data.pkg_bulk data.pkg |
| 35 |
dimitri |
1.1 |
\cp data.exf_clim_bulk data.exf_clim |
| 36 |
|
|
\cp data.exf_bulk data.exf |
| 37 |
dimitri |
1.5 |
\cp data.diagnostics_bulk data.diagnostics |
| 38 |
dimitri |
1.1 |
ln -sf /nobackup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin . |
| 39 |
dimitri |
1.2 |
ln -sf ../../iter69/bathymetry2880x2176.bin . |
| 40 |
dimitri |
1.3 |
ln -sf ../../iter69/pickup_seaice.1jan00 pickup_seaice.0001262304 |
| 41 |
|
|
ln -sf ../../iter69/pickup.ncep.1jan00 pickup.0001262304 |
| 42 |
dimitri |
1.1 |
./modpickup_8 |
| 43 |
dimitri |
1.9 |
mpirun -v -a a2k c20 480 /usr/bin/cpuset -i /PBSPro -I mitgcmuv480 \ |
| 44 |
dimitri |
1.1 |
< /dev/null >&! output.run & |
| 45 |
dimitri |
1.4 |
|
| 46 |
dimitri |
1.5 |
|
| 47 |
dimitri |
1.9 |
###################################################################### |
| 48 |
|
|
# 2880x2176 960-cpu (96x30)x(136x16) 1/8-deg integration on altix. |
| 49 |
|
|
cd ../bin |
| 50 |
|
|
module purge |
| 51 |
|
|
module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.12.0.nas |
| 52 |
|
|
setenv MPI_DSM_DISTRIBUTE |
| 53 |
|
|
\cp SIZE.h_8_960 SIZE.h |
| 54 |
|
|
make -j |
| 55 |
|
|
\cp mitgcmuv ../exe/mitgcmuv960 |
| 56 |
|
|
./modpickup_8 |
| 57 |
|
|
scp eedata data* mitg* c19:/nobackup/menemenl/eighth/MITgcm/exe |
| 58 |
|
|
mpirun -v -a a2k -d /nobackup/menemenl/eighth/MITgcm/exe \ |
| 59 |
|
|
c20 480 /usr/bin/cpuset -i /PBSPro -I mitgcmuv960 : \ |
| 60 |
|
|
c19 480 /usr/bin/cpuset -i /PBSPro -I mitgcmuv960 \ |
| 61 |
dimitri |
1.4 |
< /dev/null >&! output.run & |