1 |
dimitri |
1.1 |
Instructions for NCEP-flux-forced, 1/4-degree integration |
2 |
|
|
|
3 |
|
|
# get the code from anonymous CVS server |
4 |
|
|
# verification/global_with_exf is downloaded as a small test case |
5 |
|
|
|
6 |
|
|
cvs co MITgcm_contrib/quarter_degree_global |
7 |
|
|
cvs co MITgcm_code |
8 |
|
|
cvs co MITgcm/verification/global_with_exf |
9 |
|
|
cvs co MITgcm/verification/tutorial_global_oce_latlon/input |
10 |
|
|
cvs co MITgcm/verification/testreport |
11 |
|
|
|
12 |
|
|
# 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix. |
13 |
|
|
# Requires input files in sudirectory iter69 |
14 |
|
|
# to be at same level as MITgcm and MITgcm_contrib. |
15 |
|
|
# iter69 is available in lou:/u/dmenemen/ecco/iter69 |
16 |
|
|
# and in pleiades:/nobackupp10/hzhang1/forcing/iter69 |
17 |
|
|
ln -sf /nobackupp10/hzhang1/forcing/iter69 . |
18 |
|
|
|
19 |
|
|
# running testreport in a small global domain to make sure code is complete |
20 |
|
|
# cd MITgcm/verification |
21 |
|
|
# ./testreport |
22 |
|
|
|
23 |
|
|
% compile code |
24 |
|
|
cd MITgcm |
25 |
|
|
mkdir bin exe |
26 |
|
|
cd bin |
27 |
|
|
\rm * |
28 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h . |
29 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/DIAGNOSTICS_SIZE.h . |
30 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/EXF_OPTIONS.h . |
31 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/SIZE.h . |
32 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/packages.conf . |
33 |
|
|
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas |
34 |
|
|
make depend |
35 |
|
|
make -j 16 |
36 |
|
|
|
37 |
|
|
% integrate code |
38 |
|
|
cd ../exe |
39 |
|
|
\rm * |
40 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.exf . |
41 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.cal . |
42 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.diagnostics . |
43 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.kpp . |
44 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.pkg . |
45 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data . |
46 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/eedata . |
47 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/job_pleiades_4 . |
48 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/modpickup . |
49 |
|
|
\ln -sf ../../iter69/* . |
50 |
|
|
\cp ../bin/mitgcmuv mitgcmuv |
51 |
|
|
qsub job_pleiades_4 |