1 |
dimitri |
1.1 |
Instructions for setting up a quarter degree integration |
2 |
|
|
forced 1. by NCEP fields and 2. by SIO fields. |
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 |
|
|
# 510*510*6*50, 216-cpu cube sphere on altix with efc |
12 |
|
|
# requires input files in sudirectories run_template and ncep_rgau |
13 |
|
|
# these can be obained from lou:/u/menemenl/cube |
14 |
|
|
|
15 |
|
|
cd MITgcm/verification/global_ocean.cs32x15/code |
16 |
|
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
17 |
|
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
18 |
|
|
\cp SIZE.h_216 SIZE.h |
19 |
|
|
\cp packages.conf_hr packages.conf |
20 |
|
|
|
21 |
|
|
cd ../build |
22 |
|
|
\rm * |
23 |
|
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
24 |
|
|
make depend |
25 |
|
|
make -j 16 |
26 |
|
|
|
27 |
|
|
cd .. |
28 |
|
|
mkdir run |
29 |
|
|
cd run |
30 |
|
|
\rm * |
31 |
|
|
\cp ../input/* . |
32 |
|
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
33 |
|
|
qsub job_altix92 |