1 |
Instructions for setting up a cube-sphere integration with sea-ice. |
Instructions for setting up a cube-sphere integration with sea-ice. |
2 |
Date last tested: January 24, 2004. |
Date last tested: January 24, 2004. |
3 |
This is the code used for cube2 the second 1992-2002 510x510x6 |
This is the code used for cube2, the second 1992-2002 510x510x6 |
4 |
cube-sphere integration. |
cube-sphere integration. |
5 |
|
|
6 |
|
|
72 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
73 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s12t_16x32/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s12t_16x32/* . |
74 |
\cp SIZE.h_mpi SIZE.h |
\cp SIZE.h_mpi SIZE.h |
|
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
|
75 |
|
|
76 |
cd .. |
cd .. |
77 |
mkdir build |
mkdir build |
101 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
102 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
103 |
\cp SIZE.h_54 SIZE.h |
\cp SIZE.h_54 SIZE.h |
|
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
|
104 |
\cp packages.conf_hr packages.conf |
\cp packages.conf_hr packages.conf |
|
\cp mom_vi_hdissip.F_hr mom_vi_hdissip.F |
|
105 |
|
|
106 |
cd .. |
cd .. |
107 |
mkdir build |
mkdir build |
122 |
|
|
123 |
########################################################################## |
########################################################################## |
124 |
########################################################################## |
########################################################################## |
125 |
|
# 510*510*6*50, 205-tile, 41-cpu cube sphere on the altices with efc |
126 |
|
# requires input files in sudirectories run_template and ncep_rgau |
127 |
|
# presently residing under orion:/tmp1/dmenem/cube |
128 |
|
|
129 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
130 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
131 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s205t_85x85/* . |
132 |
|
\cp SIZE.h_41 SIZE.h |
133 |
|
\cp packages.conf_hr packages.conf |
134 |
|
|
135 |
|
cd .. |
136 |
|
mkdir build |
137 |
|
cd build |
138 |
|
\rm * |
139 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
140 |
|
make depend |
141 |
|
make |
142 |
|
|
143 |
|
cd .. |
144 |
|
mkdir run |
145 |
|
cd run |
146 |
|
\rm * |
147 |
|
\cp ../input/* . |
148 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
149 |
|
qsub job_orion41 |
150 |
|
|
151 |
|
|
152 |
|
########################################################################## |
153 |
|
########################################################################## |
154 |
# 510*510*6*50, 216-cpu cube sphere on altix with efc |
# 510*510*6*50, 216-cpu cube sphere on altix with efc |
155 |
# requires input files in sudirectories run_template and ncep_rgau |
# requires input files in sudirectories run_template and ncep_rgau |
156 |
# these can be obained from lou:/u/menemenl/cube |
# these can be obained from lou:/u/menemenl/cube |
159 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
160 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
161 |
\cp SIZE.h_216 SIZE.h |
\cp SIZE.h_216 SIZE.h |
|
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
|
162 |
\cp packages.conf_hr packages.conf |
\cp packages.conf_hr packages.conf |
|
\cp mom_vi_hdissip.F_hr mom_vi_hdissip.F |
|
163 |
|
|
164 |
cd .. |
cd .. |
165 |
mkdir build |
mkdir build |