/[MITgcm]/MITgcm_contrib/high_res_cube/cube101/readme
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/cube101/readme

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Thu Aug 15 16:14:21 2019 UTC (5 years, 11 months ago) by zhc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +4 -20 lines
initial condition to be processed (and possible spinup)

1 #Build executable for cs510 with latest MITgcm code on pleiades
2 cvs co MITgcm_contrib/high_res_cube/cube101
3 git clone https://github.com/MITgcm/MITgcm.git
4 cd MITgcm
5 mkdir build run
6 cd build
7 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
9 ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
10 -mo ../../MITgcm_contrib/high_res_cube/cube101/code
11 make depend
12 make -j 16
13
14 # integrate 2009-2019 model on pleiades
15 cd ../run
16 cp ../../MITgcm_contrib/high_res_cube/cube101/input/* .
17 ln -sf /nobackup/hzhang1/cs510/run_template/tile* .
18 ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* .
19 ln -sf /nobackup/dcarrol2/LOAC/write_bin/jra55_do/v1.4.0/CS510/j* .
20 ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* .
21 ln -sf /nobackup/hzhang1/forcing/jra55 .
22 ln -sf ../build/mitgcmuv .
23 qsub run_ivy

  ViewVC Help
Powered by ViewVC 1.1.22