1 |
zhc |
1.1 |
use the LLC270 parameters from |
2 |
|
|
MITgcm_contrib/ecco_darwin/v4_llc270/code |
3 |
|
|
MITgcm_contrib/ecco_darwin/v4_llc270/input |
4 |
|
|
but with some TBD modifications to |
5 |
|
|
make it more similar, but not identical, to cube92 |
6 |
|
|
|
7 |
|
|
TBD modifications: |
8 |
|
|
1) KPP instead of ggl90 |
9 |
|
|
2) GM/Redi off |
10 |
zhc |
1.2 |
|
11 |
|
|
|
12 |
|
|
### steps ### |
13 |
|
|
# Build executable for cs510 with latest MITgcm code on pleiades |
14 |
|
|
cvs co MITgcm_contrib/high_res_cube/cube101 |
15 |
|
|
git clone https://github.com/MITgcm/MITgcm.git |
16 |
|
|
cd MITgcm |
17 |
|
|
mkdir build run1 run2 |
18 |
|
|
cd build |
19 |
|
|
module purge |
20 |
|
|
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 |
21 |
|
|
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \ |
22 |
|
|
-mo ../../MITgcm_contrib/high_res_cube/cube101/code |
23 |
|
|
make depend |
24 |
|
|
make -j 16 |
25 |
|
|
|
26 |
|
|
# integrate 2009-2019 model on pleiades |
27 |
|
|
cd ../run2 |
28 |
|
|
cp ../../MITgcm_contrib/high_res_cube/cube101/input/* . |
29 |
|
|
ln -sf /nobackup/hzhang1/cs510/run_template/pic*447120.*ta . |
30 |
|
|
ln -sf /nobackup/hzhang1/cs510/run_template/tile* . |
31 |
|
|
ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* . |
32 |
|
|
ln -sf /nobackup/hzhang1/cs510/run_template/runoff* . |
33 |
|
|
ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* . |
34 |
|
|
ln -sf /nobackup/hzhang1/forcing/jra55_do . |
35 |
|
|
ln -sf /nobackup/hzhang1/forcing/jra55 . |
36 |
|
|
ln -sf data.exf_2009-2019 data.exf |
37 |
|
|
ln -sf data_2009-2019 data |
38 |
|
|
ln -sf ../build/mitgcmuv . |
39 |
|
|
qsub run_ivy |