/[MITgcm]/MITgcm_contrib/llc_hires/llc_90/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/llc_hires/llc_90/readme.txt

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

revision 1.3 by dimitri, Tue Oct 3 04:20:38 2017 UTC revision 1.5 by dimitri, Fri Oct 19 19:24:06 2018 UTC
# Line 8  module load comp-intel/2016.2.181 mpi-sg Line 8  module load comp-intel/2016.2.181 mpi-sg
8    
9  ########################################  ########################################
10  # 30x30x96 configuration without asyncio  # 30x30x96 configuration without asyncio
11  cd ~/geos5/asyncio  cvs co -D "2013/08/21 00:25:30" MITgcm_code
 cvs co MITgcm_code  
12  cvs co MITgcm_contrib/llc_hires/llc_90  cvs co MITgcm_contrib/llc_hires/llc_90
13  cd MITgcm  cd MITgcm
14  mkdir build run1  mkdir build run1
# Line 18  rm * Line 17  rm *
17  ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \  ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
18   -mpi -mods ../../MITgcm_contrib/llc_hires/llc_90/code   -mpi -mods ../../MITgcm_contrib/llc_hires/llc_90/code
19  make depend  make depend
20  make -j 96  make -j 16
21  cp mitgcmuv ../run1  cp mitgcmuv ../run1
22  cd ../run1  cd ../run1
23  ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* .  ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* .
# Line 29  mpiexec -n 96 ./mitgcmuv Line 28  mpiexec -n 96 ./mitgcmuv
28    
29  #####################################  #####################################
30  # 30x30x96 configuration with asyncio  # 30x30x96 configuration with asyncio
 cd ~/geos5/asyncio/MITgcm  
31  mkdir run2  mkdir run2
32  cd build  cd build
33  rm *  rm *
# Line 37  rm * Line 35  rm *
35   ../../MITgcm_contrib/llc_hires/llc_90/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \   ../../MITgcm_contrib/llc_hires/llc_90/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
36   '../../MITgcm_contrib/llc_hires/llc_90/code ../../MITgcm_contrib/llc_hires/llc_90/code-async'   '../../MITgcm_contrib/llc_hires/llc_90/code ../../MITgcm_contrib/llc_hires/llc_90/code-async'
37  make depend  make depend
38  make -j 96  make -j 16
39  cp mitgcmuv ../run2  cp mitgcmuv ../run2
40  cd ../run2  cd ../run2
41  ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* .  ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* .
# Line 45  ln -sf /nobackup/dmenemen/forcing/ECMWF_ Line 43  ln -sf /nobackup/dmenemen/forcing/ECMWF_
43  ln -sf /nobackupp2/dmenemen//llc_4320/run_template/runoff1p2472-360x180x12.bin .  ln -sf /nobackupp2/dmenemen//llc_4320/run_template/runoff1p2472-360x180x12.bin .
44  cp ../../MITgcm_contrib/llc_hires/llc_90/input/* .  cp ../../MITgcm_contrib/llc_hires/llc_90/input/* .
45  mpiexec -n 124 ./mitgcmuv  mpiexec -n 124 ./mitgcmuv
46    
47    ###################################################
48    # 30x30x96 configuration with asyncio and no seaice
49    mkdir run3
50    cd build
51    rm *
52    ../tools/genmake2 -of \
53     ../../MITgcm_contrib/llc_hires/llc_90/code-async/linux_amd64_ifort+mpi_ice_nas \
54      -mpi -mods ../../MITgcm_contrib/llc_hires/llc_90/code-async-noseaice
55    make depend
56    make -j 16
57    cp mitgcmuv ../run3
58    cd ../run3
59    ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* .
60    ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
61    ln -sf /nobackupp2/dmenemen//llc_4320/run_template/runoff1p2472-360x180x12.bin .
62    cp ../../MITgcm_contrib/llc_hires/llc_90/input-noseaice/* .
63    mpiexec -n 124 ./mitgcmuv

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

  ViewVC Help
Powered by ViewVC 1.1.22