| 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 |
|
| 10 |
########################################################################## |
| 11 |
# 2880x2176 480-cpu (96x30)x(136x16) 1/8-deg integration on altix. |
| 12 |
# Requires input files in sudirectory iter69 to be at same level as MITgcm |
| 13 |
# and MITgcm_contrib. A copy of iter69 with 1/8-deg files resides on |
| 14 |
# columbia18:/nobackup18/menemenl/eight. |
| 15 |
|
| 16 |
module purge |
| 17 |
module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85 |
| 18 |
setenv MPI_DSM_DISTRIBUTE |
| 19 |
cd MITgcm |
| 20 |
mkdir bin exe |
| 21 |
cd bin |
| 22 |
\rm * |
| 23 |
\cp ../../MITgcm_contrib/quarter_degree_global/code/* . |
| 24 |
\cp SIZE.h_8_480 SIZE.h |
| 25 |
\cp packages.conf_bulk packages.conf |
| 26 |
\cp ECCO_CPPOPTIONS.h_bulk ECCO_CPPOPTIONS.h |
| 27 |
\cp CPP_OPTIONS.h_bulk CPP_OPTIONS.h |
| 28 |
../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
| 29 |
make depend |
| 30 |
make -j |
| 31 |
\cp mitgcmuv ../exe/mitgcmuv480 |
| 32 |
cd ../exe |
| 33 |
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
| 34 |
\cp data_bulk_8 data |
| 35 |
\cp data.pkg_bulk data.pkg |
| 36 |
\cp data.exf_clim_bulk data.exf_clim |
| 37 |
\cp data.exf_bulk data.exf |
| 38 |
\cp data.diagnostics_200 data.diagnostics |
| 39 |
ln -sf /nobackup/menemenl/cube/run_template/LEV01_SSS_360x180x12.bin . |
| 40 |
ln -sf ../../iter69/bathymetry2880x2176.bin . |
| 41 |
ln -sf ../../iter69/pickup_seaice.1jan00 pickup_seaice.0001262304 |
| 42 |
ln -sf ../../iter69/pickup.ncep.1jan00 pickup.0001262304 |
| 43 |
./modpickup_8 |
| 44 |
/opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \ |
| 45 |
c20 480 runon 11-511 mitgcmuv480 \ |
| 46 |
< /dev/null >&! output.run & |
| 47 |
|
| 48 |
/opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \ |
| 49 |
-d /nobackup/menemenl/eighth/MITgcm/exe \ |
| 50 |
c20 420 runon 4-511 mitgcmuv1920 : \ |
| 51 |
c17 500 runon 4-511 mitgcmuv1920 : \ |
| 52 |
c18 500 runon 4-511 mitgcmuv1920 : \ |
| 53 |
c19 500 runon 4-511 mitgcmuv1920 \ |
| 54 |
< /dev/null >&! output.run & |