--- MITgcm_contrib/high_res_cube/README.cs510 2007/12/06 21:01:13 1.36 +++ MITgcm_contrib/high_res_cube/README.cs510 2008/06/17 17:42:04 1.40 @@ -8,9 +8,18 @@ UPDATES -December 2, 2007. Cube79 - same as cube78 (blend3) but - with a small additional global-mean rain adjustment, - useRelativeWind=.TRUE., and SEAICE_gamma_t=259200 +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 + ALLOW_CLIMSST_RELAXATION to monthly 1-deg WOA05 analysis +December 2, 2007. Cube79 - same as cube78 (blend3) but with + useRelativeWind=.TRUE. and SEAICE_gamma_t=259200 November 22, 2007. Cube 78 - blend 3 November 6, 2007. Cube 77 - same as cube75 but with SEAICE_SALINITY and era40_ecmwf_blend/cube59_GPCP forcing @@ -31,11 +40,11 @@ ########################################################################## # Get forcing files, etc. -# Example below is for cube78 on /nobackup2a/menemenl +# Example below is for cube81 on /nobackup2a/menemenl cd /nobackup2a/menemenl -mkdir cube78 -cd cube78 +mkdir cube81 +cd cube81 ln -sf ../run_template . ln -sf ../cube78_forcing . ln -sf ../ncep_rgau/ . @@ -61,15 +70,15 @@ ########################################################################## -# 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 +\cp ../../MITgcm_contrib/high_res_cube/code-mods/s1800t_17x51/* . +\mv SIZE.h_450 SIZE.h ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas make depend make -j @@ -85,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 cube78 -qsub cube78 +\mv job_altix cube81 +qsub cube81 ##########################################################################