--- MITgcm_contrib/high_res_cube/README.cs510 2009/06/16 20:57:45 1.42 +++ MITgcm_contrib/high_res_cube/README.cs510 2010/07/28 22:48:02 1.49 @@ -4,11 +4,25 @@ UPDATES +July 27, 2010. Cube88 on pleiades - same as cube84 but with: + 1. JRA25 instead of cube84 blend forcing + 2. useSALT_PLUME = .TRUE., (off in Southern Ocean) + 3. useDOWN_SLOPE = .TRUE., + 4. split north/south data.sec17saice parameters from regional optimizations + 5. initialize from T/S/U/V/ETAN and sea ice from cube78 Jan 1992 pickup + 6. 3-day 3D diagnostics + 7. SEAICE_no_slip = .TRUE. to keep code stable + +June 30, 2009. Cube86 -same as cube85 but with: + 1. updated Southern OCean Bathymetry + 2. ice shelf cavities + June 16, 2009. Cube85 -same as cube84 but with: 1. split north/south data.seaice parameters from regional optimizations 2. includes pkg/salt_plume in the Arctic and pkg/down_slope globally 3. initialize from T/S/U/V/ETAN and sea ice files 4. 3-day 3D diagnostics + 5. SEAICE_no_slip=.TRUE. to keep code stable June 13, 2008. Cube 81 - same as cube79 but with 1. new values for data.seaice and data.exf @@ -41,13 +55,13 @@ ########################################################################## # Get forcing files, etc. -# Example below is for cube85 on /nobackup2a/menemenl +# Example below is for cube88 on pleiades -cd /nobackup2a/menemenl -mkdir cube84 -cd cube84 -ln -sf ../run_template . -ln -sf ../cube78_forcing . +mkdir cube88 +cd cube88 +ln -sf /nobackupp10/hzhang1/cs510/run_template . +ln -sf /nobackupp10/hzhang1/forcing/jra25 . +ln -sf /nobackupp10/hzhang1/forcing/cube78_forcing . ########################################################################## @@ -60,25 +74,28 @@ ########################################################################## -# 510*510*6*50, 450-cpu cube sphere on altix with ifort +# 510*510*6*50, 450-cpu cube sphere on pleiades 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/SIZE.h_216 SIZE.h -../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas +\cp ../../MITgcm_contrib/high_res_cube/code-mods/s450t_34x102/SIZE.h . +\rm README SIZE.h_mpi rotate_en_to_uv.F +../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas make depend -make -j 8 +make -j 16 cd ../run \rm * -\cp ../../MITgcm_contrib/high_res_cube/input/* . -ln -sf ../../run_template/* . -\rm pickup* *192_94* *.m D*1 E* G*all.bin L* W*10.bin h*[6-7] PHC* +\cp ../../MITgcm_contrib/high_res_cube/input/*data* . +\cp ../../MITgcm_contrib/high_res_cube/input/modpickup . +\cp ../../MITgcm_contrib/high_res_cube/input/job* . \mv data.seaice_hr data.seaice \mv data.exf_hr data.exf \mv data_hr data +\ln -sf ../../run_template/tile* . +\ln -sf ../../run_template/G*dig* . +\ln -sf ../../run_template/*Init.cube78 . \cp ../build/mitgcmuv . -\mv job_altix cube85 -qsub cube85 +qsub job_cs510_pleiades450