[MITgcm-support] s12t_16x32
Dimitris Menemenlis
menemenlis at sbcglobal.net
Mon Sep 4 23:01:21 EDT 2006
Amitabh thank you for pointing out problem with MITgcm_contrib/high_res_cube
32*32*6*15 experiments. The reason that these experiments did not work is that
they relied on a bunch of input files called tile00*.mitgrid, formerly obtained
from MITgcm/verification/global_ocean.cs32x15/input, which were removed from CVS
repository on July 16. I have updated instructions in
MITgcm_contrib/high_res_cube/README_ice to make use of files grid_cs32.* from
verification/tutorial_held_suarez_cs/input instead. Let me know if it works OK
now. Cheers, Dimitris
The new instructions are:
##########################################################################
##########################################################################
# getting the code from anonymous CVS server
cvs co MITgcm_contrib/high_res_cube/README_ice
cvs co MITgcm_contrib/high_res_cube/code-mods
cvs co MITgcm_contrib/high_res_cube/input
cvs co MITgcm_contrib/high_res_cube/results
cvs co MITgcm_code
cvs co MITgcm/verification/global_ocean.cs32x15
cvs co MITgcm/verification/tutorial_held_suarez_cs/input
##########################################################################
##########################################################################
# 32*32*6*15, 1-cpu cube sphere
cd MITgcm/verification/global_ocean.cs32x15/code
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
\cp ../../../utils/exch2/code-mods/s12t_16x32/* .
cd ../build
\rm *
../../../tools/genmake2 -mods=../code
make depend
make
cd ..
mkdir run
cd run
\rm *
\cp ../../tutorial_held_suarez_cs/input/grid* .
\cp ../input/* .
\cp ../../../../MITgcm_contrib/high_res_cube/input/* .
../build/mitgcmuv >& output.txt
More information about the MITgcm-support
mailing list