| 4 |
|
|
| 5 |
UPDATES |
UPDATES |
| 6 |
|
|
| 7 |
|
July 27, 2010. Cube88 on pleiades - same as cube84 but with: |
| 8 |
|
1. JRA25 instead of cube84 blend forcing |
| 9 |
|
2. useSALT_PLUME = .TRUE., (off in Southern Ocean) |
| 10 |
|
3. useDOWN_SLOPE = .TRUE., |
| 11 |
|
4. split north/south data.sec17saice parameters from regional optimizations |
| 12 |
|
5. initialize from T/S/U/V/ETAN and sea ice from cube78 Jan 1992 pickup |
| 13 |
|
6. 3-day 3D diagnostics |
| 14 |
|
7. SEAICE_no_slip = .TRUE. to keep code stable |
| 15 |
|
|
| 16 |
June 30, 2009. Cube86 -same as cube85 but with: |
June 30, 2009. Cube86 -same as cube85 but with: |
| 17 |
1. updated Southern OCean Bathymetry |
1. updated Southern OCean Bathymetry |
| 18 |
2. ice shelf cavities |
2. ice shelf cavities |
| 55 |
|
|
| 56 |
########################################################################## |
########################################################################## |
| 57 |
# Get forcing files, etc. |
# Get forcing files, etc. |
| 58 |
# Example below is for cube86 on /nobackup/dmenemen |
# Example below is for cube88 on pleiades |
| 59 |
|
|
| 60 |
cd /nobackup/dmenemen/cs510 |
mkdir cube88 |
| 61 |
mkdir cube86 |
cd cube88 |
| 62 |
cd cube86 |
ln -sf /nobackupp10/hzhang1/cs510/run_template . |
| 63 |
ln -sf ../run_template . |
ln -sf /nobackupp10/hzhang1/forcing/jra25 . |
| 64 |
ln -sf ../../forcing/cube78_forcing . |
ln -sf /nobackupp10/hzhang1/forcing/cube78_forcing . |
| 65 |
|
|
| 66 |
|
|
| 67 |
########################################################################## |
########################################################################## |
| 74 |
|
|
| 75 |
|
|
| 76 |
########################################################################## |
########################################################################## |
| 77 |
# 510*510*6*50, 216-cpu cube sphere on pleiades with ifort |
# 510*510*6*50, 450-cpu cube sphere on pleiades with ifort |
| 78 |
|
|
| 79 |
cd MITgcm |
cd MITgcm |
| 80 |
mkdir build run |
mkdir build run |
| 81 |
cd build |
cd build |
| 82 |
\rm * |
\rm * |
| 83 |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 84 |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/SIZE.h_216 SIZE.h |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/s450t_34x102/SIZE.h . |
| 85 |
|
\rm README SIZE.h_mpi rotate_en_to_uv.F |
| 86 |
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas |
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas |
| 87 |
make depend |
make depend |
| 88 |
make -j 8 |
make -j 16 |
| 89 |
cd ../run |
cd ../run |
| 90 |
\rm * |
\rm * |
| 91 |
\cp ../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../MITgcm_contrib/high_res_cube/input/*data* . |
| 92 |
\ln -sf ../../run_template/* . |
\cp ../../MITgcm_contrib/high_res_cube/input/modpickup . |
| 93 |
\rm *192_94* *.m heff_* pickup* A* D* E* |
\cp ../../MITgcm_contrib/high_res_cube/input/job* . |
|
\rm G*all.bin G*dig.bin L* PHC* W* |
|
|
\rm saltInit.cube78 thetaInit.cube78 |
|
| 94 |
\mv data.seaice_hr data.seaice |
\mv data.seaice_hr data.seaice |
| 95 |
\mv data.exf_hr data.exf |
\mv data.exf_hr data.exf |
| 96 |
\mv data_hr data |
\mv data_hr data |
| 97 |
|
\ln -sf ../../run_template/tile* . |
| 98 |
|
\ln -sf ../../run_template/G*dig* . |
| 99 |
|
\ln -sf ../../run_template/*Init.cube78 . |
| 100 |
\cp ../build/mitgcmuv . |
\cp ../build/mitgcmuv . |
| 101 |
\mv job_altix cube86 |
qsub job_cs510_pleiades450 |
|
qsub cube86 |
|