1 |
dimitri |
1.5 |
Instructions for NCEP-flux-forced, 1/16-degree integration |
2 |
dimitri |
1.1 |
|
3 |
dimitri |
1.5 |
# get the code from anonymous CVS server |
4 |
|
|
# verification/global_with_exf is downloaded as a small test case |
5 |
dimitri |
1.1 |
|
6 |
|
|
cvs co MITgcm_contrib/quarter_degree_global |
7 |
|
|
cvs co MITgcm_code |
8 |
|
|
cvs co MITgcm/verification/global_with_exf |
9 |
dimitri |
1.5 |
cvs co MITgcm/verification/tutorial_global_oce_latlon/input |
10 |
dimitri |
1.1 |
cvs co MITgcm/verification/testreport |
11 |
|
|
|
12 |
dimitri |
1.5 |
# 5760x4352 1920-cpu (96x60)x(136x32) 1/16-deg integration on pleiades. |
13 |
|
|
# Requires input files in sudirectory iter69 and run_template |
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 |
|
|
# run_template is available in lou:/u/dmenemen/sixteen/run_template |
18 |
|
|
# and in pleiades:/nobackupp10/dmenemen/sixteen/run_template |
19 |
|
|
ln -sf /nobackupp10/hzhang1/forcing/iter69 . |
20 |
|
|
|
21 |
|
|
% running testreport in a small global domain to make sure code is complete |
22 |
|
|
cd MITgcm/verification |
23 |
|
|
./testreport |
24 |
dimitri |
1.1 |
|
25 |
dimitri |
1.5 |
% compile code |
26 |
|
|
cd .. |
27 |
dimitri |
1.1 |
mkdir bin exe |
28 |
|
|
cd bin |
29 |
|
|
\rm * |
30 |
dimitri |
1.5 |
\cp ../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h . |
31 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/DIAGNOSTICS_SIZE.h . |
32 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/EXF_OPTIONS.h . |
33 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_16_1920 SIZE.h |
34 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/packages.conf . |
35 |
|
|
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas |
36 |
dimitri |
1.1 |
make depend |
37 |
dimitri |
1.5 |
make -j 16 |
38 |
|
|
|
39 |
|
|
% integrate code |
40 |
dimitri |
1.1 |
cd ../exe |
41 |
|
|
\rm * |
42 |
dimitri |
1.5 |
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.exf . |
43 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.cal . |
44 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.diagnostics . |
45 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.kpp . |
46 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data.pkg . |
47 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/data_NCEP_16 data |
48 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/eedata . |
49 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/job_pleiades . |
50 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/modpickup_16 modpickup |
51 |
dimitri |
1.1 |
\ln -sf ../../iter69/* . |
52 |
dimitri |
1.8 |
\ln -sf ../../run_template/pickup.0000349920.* . |
53 |
dimitri |
1.7 |
\ln -sf ../../run_template/*.bin . |
54 |
dimitri |
1.2 |
\cp ../bin/mitgcmuv mitgcmuv1920 |
55 |
dimitri |
1.5 |
qsub job_pleiades |