Instructions for setting up a quarter degree integration forced 1. by NCEP fields and 2. by SIO fields. ########################################################################## # getting the code from anonymous CVS server cvs co MITgcm_contrib/quarter_degree_global cvs co MITgcm_code ########################################################################## # 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc # requires input files in sudirectory iter69 to be at same level as MITgcm # and MITgcm_contrib. A copy of iter69 resides on columbia10:/nobackup10 cd MITgcm mkdir bin exe cd bin \rm * ../tools/genmake2 -mods=../../MITgcm_contrib/quarter_degree_global/code -of ../tools/build_options/linux_ia64_efc+mpi_altix make depend make -j 16 cd ../exe \rm * \cp ../bin/mitgcmuv . \cp ../../MITgcm_contrib/quarter_degree_global/input/* . \ln -sf ../../iter69/* . qsub job_altix