Instructions for setting up a cube-sphere integration with sea-ice. Forcing fields and other input files needed for the CS510 configuration can be obtained from http://ecco2.org/products/model_setups/cs510.html ================= UPDATES April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity April 7 , 2007. Cube64: era40_fullres forcing ########################################################################## # Get forcing files, etc. # Example below is for cube65 on /nobackup2a/menemenl cd /nobackup2a/menemenl mkdir cube65 cd cube65 ln -sf ../run_template . ln -sf ../ncep_rgau . ln -sf ../era40_fullres . ########################################################################## # getting the code from anonymous CVS server bash or sh shell: $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' $ cvs login ( enter the CVS password: "cvsanon" ) tcsh or csh shell: $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' $ cvs login ( enter the CVS password: "cvsanon" ) cvs co MITgcm_contrib/high_res_cube/README.cs510 cvs co MITgcm_contrib/high_res_cube/code-mods cvs co MITgcm_contrib/high_res_cube/input cvs co MITgcm_code ########################################################################## # 510*510*6*50, 216-cpu cube sphere on altix with ifort cd MITgcm mkdir build run cd build \rm * \cp ../../MITgcm_contrib/high_res_cube/code-mods/* . \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . \cp SIZE.h_216 SIZE.h \cp packages.conf_hr packages.conf ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas make depend make -j cd ../run \rm * \cp ../../MITgcm_contrib/high_res_cube/input/* . ln -sf ../../run_template/* . \rm pickup* data.pkg data.seaice data.exf_clim data.exf data *192_94* *.m LEV*JAN* ln -sf ../../run_template/pickup.0000000216.cube49 pickup.0000000216 ln -sf ../../run_template/pickup_seaice.0000000216.cube66 pickup_seaice.0000000216 \cp ../build/mitgcmuv . qsub job_altix