--- MITgcm_contrib/high_res_cube/README.cs510 2007/12/23 06:04:43 1.37 +++ MITgcm_contrib/high_res_cube/README.cs510 2008/07/02 16:50:34 1.41 @@ -8,6 +8,12 @@ UPDATES +June 13, 2008. Cube 81 - same as cube79 but with + 1. salt plume package turned on + 2. new values for data.seaice and data.exf + 3. DIFFKR_2_20_1_lat6070_cube81, which has diffKrS/T=3.55e-7 in Arctic + 4. GMRedi turned off + December 22, 2007. Cube80 - same as cube79 but with SEAICE_BREAKS_VERIFICATION (SST relaxation depends on SIarea) ALLOW_CLIMSST_RELAXATION to Reynold's daily 1/4-deg AVHRR analysis @@ -34,11 +40,11 @@ ########################################################################## # Get forcing files, etc. -# Example below is for cube80 on /nobackup2a/menemenl +# Example below is for cube81 on /nobackup2a/menemenl cd /nobackup2a/menemenl -mkdir cube80 -cd cube80 +mkdir cube81 +cd cube81 ln -sf ../run_template . ln -sf ../cube78_forcing . ln -sf ../ncep_rgau/ . @@ -64,16 +70,16 @@ ########################################################################## -# 510*510*6*50, 216-cpu cube sphere on altix with ifort +# 510*510*6*50, 450-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 -../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas +\cp ../../MITgcm_contrib/high_res_cube/code-mods/s1350t_34x34/* . +\mv SIZE.h_450 SIZE.h +../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas make depend make -j cd ../run @@ -88,8 +94,8 @@ ln -sf ../../run_template/pickup.0000000216.meta.cube78 pickup.0000000216.meta ln -sf ../../run_template/pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta \cp ../build/mitgcmuv . -\mv job_altix cube80 -qsub cube80 +\mv job_altix cube81 +qsub cube81 ##########################################################################