1 |
use the LLC270 parameters from |
#Build executable for cs510 with latest MITgcm code on pleiades |
|
MITgcm_contrib/ecco_darwin/v4_llc270/code |
|
|
MITgcm_contrib/ecco_darwin/v4_llc270/input |
|
|
but with some TBD modifications to |
|
|
make it more similar, but not identical, to cube92 |
|
|
|
|
|
TBD modifications: |
|
|
1) KPP instead of ggl90 |
|
|
2) GM/Redi off |
|
|
|
|
|
|
|
|
### steps ### |
|
|
# Build executable for cs510 with latest MITgcm code on pleiades |
|
2 |
cvs co MITgcm_contrib/high_res_cube/cube101 |
cvs co MITgcm_contrib/high_res_cube/cube101 |
3 |
git clone https://github.com/MITgcm/MITgcm.git |
git clone https://github.com/MITgcm/MITgcm.git |
4 |
cd MITgcm |
cd MITgcm |
5 |
mkdir build run1 run2 |
mkdir build run |
6 |
cd build |
cd build |
7 |
module purge |
module purge |
8 |
module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt |
module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt |
12 |
make -j 16 |
make -j 16 |
13 |
|
|
14 |
# integrate 2009-2019 model on pleiades |
# integrate 2009-2019 model on pleiades |
15 |
cd ../run2 |
cd ../run |
16 |
cp ../../MITgcm_contrib/high_res_cube/cube101/input/* . |
cp ../../MITgcm_contrib/high_res_cube/cube101/input/* . |
|
ln -sf /nobackup/hzhang1/cs510/run_template/pic*447120.*ta . |
|
17 |
ln -sf /nobackup/hzhang1/cs510/run_template/tile* . |
ln -sf /nobackup/hzhang1/cs510/run_template/tile* . |
18 |
ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* . |
ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* . |
19 |
ln -sf /nobackup/hzhang1/cs510/run_template/runoff* . |
ln -sf /nobackup/dcarrol2/LOAC/write_bin/jra55_do/v1.4.0/CS510/j* . |
20 |
ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* . |
ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* . |
|
ln -sf /nobackup/hzhang1/forcing/jra55_do . |
|
21 |
ln -sf /nobackup/hzhang1/forcing/jra55 . |
ln -sf /nobackup/hzhang1/forcing/jra55 . |
|
ln -sf data.exf_2009-2019 data.exf |
|
|
ln -sf data_2009-2019 data |
|
22 |
ln -sf ../build/mitgcmuv . |
ln -sf ../build/mitgcmuv . |
23 |
qsub run_ivy |
qsub run_ivy |
24 |
|
|