/[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.4 by dimitri, Mon Oct 9 02:02:49 2017 UTC
# Line 18  rm * Line 18  rm *
18  ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \  ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
19   -mpi -mods ../../MITgcm_contrib/llc_hires/llc_90/code   -mpi -mods ../../MITgcm_contrib/llc_hires/llc_90/code
20  make depend  make depend
21  make -j 96  make -j 16
22  cp mitgcmuv ../run1  cp mitgcmuv ../run1
23  cd ../run1  cd ../run1
24  ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* .  ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* .
# Line 37  rm * Line 37  rm *
37   ../../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 \
38   '../../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'
39  make depend  make depend
40  make -j 96  make -j 16
41  cp mitgcmuv ../run2  cp mitgcmuv ../run2
42  cd ../run2  cd ../run2
43  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 45  ln -sf /nobackup/dmenemen/forcing/ECMWF_
45  ln -sf /nobackupp2/dmenemen//llc_4320/run_template/runoff1p2472-360x180x12.bin .  ln -sf /nobackupp2/dmenemen//llc_4320/run_template/runoff1p2472-360x180x12.bin .
46  cp ../../MITgcm_contrib/llc_hires/llc_90/input/* .  cp ../../MITgcm_contrib/llc_hires/llc_90/input/* .
47  mpiexec -n 124 ./mitgcmuv  mpiexec -n 124 ./mitgcmuv
48    
49    ###################################################
50    # 30x30x96 configuration with asyncio and no seaice
51    cd ~/geos5/asyncio/MITgcm
52    mkdir run3
53    cd build
54    rm *
55    ../tools/genmake2 -of \
56     ../../MITgcm_contrib/llc_hires/llc_90/code-async/linux_amd64_ifort+mpi_ice_nas \
57      -mpi -mods ../../MITgcm_contrib/llc_hires/llc_90/code-async-noseaice
58    make depend
59    make -j 16
60    cp mitgcmuv ../run3
61    cd ../run3
62    ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* .
63    ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
64    ln -sf /nobackupp2/dmenemen//llc_4320/run_template/runoff1p2472-360x180x12.bin .
65    cp ../../MITgcm_contrib/llc_hires/llc_90/input-noseaice/* .
66    mpiexec -n 124 ./mitgcmuv

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

  ViewVC Help
Powered by ViewVC 1.1.22