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

Diff of /MITgcm_contrib/high_res_cube/cube101/readme

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

revision 1.1 by zhc, Wed Aug 14 23:22:00 2019 UTC revision 1.3 by zhc, Thu Aug 15 16:14:21 2019 UTC
# Line 1  Line 1 
1  use the LLC270 parameters from  #Build executable for cs510 with latest MITgcm code on pleiades
2  MITgcm_contrib/ecco_darwin/v4_llc270/code   cvs co MITgcm_contrib/high_res_cube/cube101
3  MITgcm_contrib/ecco_darwin/v4_llc270/input   git clone https://github.com/MITgcm/MITgcm.git
4  but with some TBD modifications to   cd MITgcm
5  make it more similar, but not identical, to cube92   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
24    
 TBD modifications:  
 1) KPP instead of ggl90  
 2) GM/Redi off  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22