| 1 |
Instructions for setting up a cube-sphere integration with sea-ice. |
daInstructions for setting up a cube-sphere integration with sea-ice. |
| 2 |
Date last tested: July 9, 2004. |
Date last updated: February 17, 2005 |
| 3 |
Code and input used for integrating cube9. |
Code and input used for integrating cube22. |
| 4 |
|
|
| 5 |
|
|
| 6 |
########################################################################## |
########################################################################## |
| 42 |
to use matlab to look at the output |
to use matlab to look at the output |
| 43 |
matlab |
matlab |
| 44 |
|
|
| 45 |
for fld={'Eta','VICE','UICE','HEFF','AREA','Qsw','Qnet','FV','FU','EmPmR'} |
for fld={'VICEtave','UICEtave','HEFFtave','AREAtave','QSWtave', ... |
| 46 |
|
'QNETtave','FVtave','FUtave','EmPmRtave'} |
| 47 |
tmp=permute(readbin([fld{1} '.0000000020.data'],[32,6,32]),[1 3 2]); |
tmp=permute(readbin([fld{1} '.0000000020.data'],[32,6,32]),[1 3 2]); |
| 48 |
cx=[min(tmp(:)) max(tmp(:))]; clf, plot_cube, title(fld{1}), pause |
cx=[min(tmp(:)) max(tmp(:))]; clf, plot_cube, title(fld{1}), pause |
| 49 |
end |
end |
| 50 |
|
|
| 51 |
heff=permute(readbin(['HEFF.0000000020.data'],[32,6,32]),[1 3 2]); |
heff=permute(readbin(['HEFFtave.0000000020.data'],[32,6,32]),[1 3 2]); |
| 52 |
mask=0*heff; mask(find(heff>.001))=1; |
mask=0*heff; mask(find(heff>.001))=1; |
| 53 |
uice=mask.*permute(readbin(['UICE.0000000020.data'],[32,6,32]),[1 3 2]); |
uice=mask.*permute(readbin(['UICEtave.0000000020.data'],[32,6,32]),[1 3 2]); |
| 54 |
vice=mask.*permute(readbin(['VICE.0000000020.data'],[32,6,32]),[1 3 2]); |
vice=mask.*permute(readbin(['VICEtave.0000000020.data'],[32,6,32]),[1 3 2]); |
| 55 |
clf |
clf |
| 56 |
subplot(221), mypcolor(uice(:,:,3)'), colorbar, title('uice, tile 3') |
subplot(221), mypcolor(uice(:,:,3)'); colorbar, title('uice, tile 3') |
| 57 |
subplot(222), mypcolor(uice(:,:,6)'), colorbar, title('uice, tile 6') |
subplot(222), mypcolor(uice(:,:,6)'); colorbar, title('uice, tile 6') |
| 58 |
subplot(223), mypcolor(vice(:,:,3)'), colorbar, title('vice, tile 3') |
subplot(223), mypcolor(vice(:,:,3)'); colorbar, title('vice, tile 3') |
| 59 |
subplot(224), mypcolor(vice(:,:,6)'), colorbar, title('vice, tile 6') |
subplot(224), mypcolor(vice(:,:,6)'); colorbar, title('vice, tile 6') |
| 60 |
|
|
| 61 |
|
|
| 62 |
########################################################################## |
########################################################################## |
| 79 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
| 80 |
../build/mitgcmuv >& output.txt |
../build/mitgcmuv >& output.txt |
| 81 |
|
|
|
comparison output is in: |
|
|
../../../../MITgcm_contrib/high_res_cube/results/output.txt |
|
|
|
|
|
to use matlab to look at the output |
|
|
matlab |
|
|
|
|
|
for fld={'Eta','VICE','UICE','HEFF','AREA','Qsw','Qnet','FV','FU','EmPmR'} |
|
|
tmp=permute(readbin([fld{1} '.0000000020.data'],[32,6,32]),[1 3 2]); |
|
|
cx=[min(tmp(:)) max(tmp(:))]; clf, plot_cube, title(fld{1}), pause |
|
|
end |
|
|
|
|
|
heff=permute(readbin(['HEFF.0000000020.data'],[32,6,32]),[1 3 2]); |
|
|
mask=0*heff; mask(find(heff>.001))=1; |
|
|
uice=mask.*permute(readbin(['UICE.0000000020.data'],[32,6,32]),[1 3 2]); |
|
|
vice=mask.*permute(readbin(['VICE.0000000020.data'],[32,6,32]),[1 3 2]); |
|
|
clf |
|
|
subplot(221), mypcolor(uice(:,:,3)'), colorbar, title('uice, tile 3') |
|
|
subplot(222), mypcolor(uice(:,:,6)'), colorbar, title('uice, tile 6') |
|
|
subplot(223), mypcolor(vice(:,:,3)'), colorbar, title('vice, tile 3') |
|
|
subplot(224), mypcolor(vice(:,:,6)'), colorbar, title('vice, tile 6') |
|
|
|
|
| 82 |
|
|
| 83 |
########################################################################## |
########################################################################## |
| 84 |
########################################################################## |
########################################################################## |
| 85 |
# 32*32*6*15, 2-cpu cube sphere on the altices with efc |
# 32*32*6*15, 2-cpu cube sphere on the altices with ifort |
| 86 |
|
|
| 87 |
cd MITgcm/verification/global_ocean.cs32x15/code |
cd MITgcm/verification/global_ocean.cs32x15/code |
| 88 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 91 |
|
|
| 92 |
cd ../build |
cd ../build |
| 93 |
\rm * |
\rm * |
| 94 |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
| 95 |
make depend |
make depend |
| 96 |
make -j |
make -j |
| 97 |
|
|
| 132 |
|
|
| 133 |
########################################################################## |
########################################################################## |
| 134 |
########################################################################## |
########################################################################## |
| 135 |
# 510*510*6*50, 216-cpu cube sphere on altix with efc |
# 510*510*6*50, 216-cpu cube sphere on altix with ifort and pkg/diagnostics |
| 136 |
# requires input files in sudirectories run_template and ncep_rgau |
# requires input files in sudirectories run_template and ncep_rgau |
| 137 |
# these can be obained from lou:/u/menemenl/cube |
# these can be obained from lou:/u/menemenl/cube |
| 138 |
|
|
| 144 |
|
|
| 145 |
cd ../build |
cd ../build |
| 146 |
\rm * |
\rm * |
| 147 |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/llinux_ia64_ifort+mpi_altix_nas |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
| 148 |
|
make depend |
| 149 |
|
make -j |
| 150 |
|
|
| 151 |
|
cd .. |
| 152 |
|
mkdir run |
| 153 |
|
cd run |
| 154 |
|
\rm * |
| 155 |
|
\cp ../input/* . |
| 156 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
| 157 |
|
ln -sf ../../../../run_template/* . |
| 158 |
|
\rm pickup* |
| 159 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216.data |
| 160 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216.data |
| 161 |
|
\cp ../build/mitgcmuv . |
| 162 |
|
qsub job_altix |
| 163 |
|
|
| 164 |
|
########################################################################## |
| 165 |
|
########################################################################## |
| 166 |
|
# 510*510*6*50, 1500-tile, 150-cpu, excludes land |
| 167 |
|
# uses s1500t_17x51 configuration |
| 168 |
|
|
| 169 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
| 170 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 171 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* . |
| 172 |
|
\cp SIZE.h_150 SIZE.h |
| 173 |
|
\cp packages.conf_hr packages.conf |
| 174 |
|
|
| 175 |
|
cd ../build |
| 176 |
|
\rm * |
| 177 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
| 178 |
|
make depend |
| 179 |
|
make -j |
| 180 |
|
|
| 181 |
|
cd .. |
| 182 |
|
mkdir run |
| 183 |
|
cd run |
| 184 |
|
\rm * |
| 185 |
|
\cp ../input/* . |
| 186 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
| 187 |
|
ln -sf ../../../../run_template/* . |
| 188 |
|
\rm pickup* |
| 189 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216.data |
| 190 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216.data |
| 191 |
|
\cp ../build/mitgcmuv mitgcmuv150 |
| 192 |
|
qsub job_altix150 |
| 193 |
|
|
| 194 |
|
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 204 |
|
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
########################################################################## |
| 209 |
|
########################################################################## |
| 210 |
|
# 510*510*6*50, 1500-tile, 375-cpu, excludes land |
| 211 |
|
# uses s1500t_17x51 configuration |
| 212 |
|
# example for running on c17-c20 using arrayd |
| 213 |
|
|
| 214 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
| 215 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 216 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* . |
| 217 |
|
\cp SIZE.h_375 SIZE.h |
| 218 |
|
\cp packages.conf_hr packages.conf |
| 219 |
|
|
| 220 |
|
cd ../build |
| 221 |
|
\rm * |
| 222 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
| 223 |
|
make depend |
| 224 |
|
make -j |
| 225 |
|
|
| 226 |
|
cd .. |
| 227 |
|
mkdir run |
| 228 |
|
cd run |
| 229 |
|
\rm * |
| 230 |
|
\cp ../input/* . |
| 231 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
| 232 |
|
ln -sf ../../../../run_template/* . |
| 233 |
|
\rm pickup* |
| 234 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216.data |
| 235 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216.data |
| 236 |
|
\cp ../build/mitgcmuv . |
| 237 |
|
job_c20_375cpu < /dev/null >&! output.run & |
| 238 |
|
|
| 239 |
|
|
| 240 |
|
########################################################################## |
| 241 |
|
########################################################################## |
| 242 |
|
# 510*510*6*50, 1500-tile, 500-cpu, excludes land |
| 243 |
|
# uses s1500t_17x51 configuration |
| 244 |
|
# example for running on c17-c20 using arrayd |
| 245 |
|
|
| 246 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
| 247 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 248 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* . |
| 249 |
|
\cp SIZE.h_500 SIZE.h |
| 250 |
|
\cp packages.conf_hr packages.conf |
| 251 |
|
|
| 252 |
|
cd ../build |
| 253 |
|
\rm * |
| 254 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
| 255 |
make depend |
make depend |
| 256 |
make -j 4 |
make -j |
| 257 |
|
|
| 258 |
cd .. |
cd .. |
| 259 |
mkdir run |
mkdir run |
| 262 |
\cp ../input/* . |
\cp ../input/* . |
| 263 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
| 264 |
ln -sf ../../../../run_template/* . |
ln -sf ../../../../run_template/* . |
| 265 |
ln -sf pickup.0000290088.data.cube10 pickup.0000000216.data |
\rm pickup* |
| 266 |
ln -sf pickup_seaice.0000290088.data.cube10 pickup_seaice.0000000216.data |
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216.data |
| 267 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216.data |
| 268 |
\cp ../build/mitgcmuv . |
\cp ../build/mitgcmuv . |
| 269 |
qsub job_altix92 |
job_c19_500cpu < /dev/null >&! output.run & |
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
| 273 |
|
|
| 274 |
|
|
| 275 |
|
|
| 276 |
|
|
| 277 |
|
|
| 278 |
|
|
| 370 |
\cp ../input/* . |
\cp ../input/* . |
| 371 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
| 372 |
qsub job_orion |
qsub job_orion |
|
|
|
|
|
|
|
########################################################################## |
|
|
########################################################################## |
|
|
# matlab script for generating pChkptFreq |
|
|
|
|
|
nTimeSteps=26352; |
|
|
for niter0=216:26352:(26352*12) |
|
|
pChkptFreq=(niter0+nTimeSteps)*1200; |
|
|
day=pChkptFreq/24/60/60; |
|
|
disp(['niter0=' int2str(niter0) ',day=' int2str(day) ', ' ... |
|
|
datestr(datenum(1992,1,1)+day) ', pChkptFreq=' int2str(pChkptFreq)]) |
|
|
end |
|
|
|
|
|
niter0 = 216 , day = 369 , 04-Jan-1993, pChkptFreq = 31881600 |
|
|
niter0 = 26568 , day = 735 , 05-Jan-1994, pChkptFreq = 63504000 |
|
|
niter0 = 52920 , day = 1101, 06-Jan-1995, pChkptFreq = 95126400 |
|
|
niter0 = 79272 , day = 1467, 07-Jan-1996, pChkptFreq = 126748800 |
|
|
niter0 = 105624, day = 1833, 07-Jan-1997, pChkptFreq = 158371200 |
|
|
niter0 = 131976, day = 2199, 08-Jan-1998, pChkptFreq = 189993600 |
|
|
niter0 = 158328, day = 2565, 09-Jan-1999, pChkptFreq = 221616000 |
|
|
niter0 = 184680, day = 2931, 10-Jan-2000, pChkptFreq = 253238400 |
|
|
niter0 = 211032, day = 3297, 10-Jan-2001, pChkptFreq = 284860800 |
|
|
niter0 = 237384, day = 3663, 11-Jan-2002, pChkptFreq = 316483200 |
|
|
niter0 = 263736, day = 4029, 12-Jan-2003, pChkptFreq = 348105600 |
|
|
niter0 = 290088, day = 4395, 13-Jan-2004, pChkptFreq = 379728000 |
|