/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_llc270/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/ecco_darwin/v4_llc270/readme.txt

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

revision 1.2 by dimitri, Tue Nov 28 23:05:20 2017 UTC revision 1.5 by dcarroll, Thu Jan 4 20:47:04 2018 UTC
# Line 1  Line 1 
1  # Build executable for Hong Zhang's forward-only llc270 optimized solution  # Build executable for Hong Zhang's forward-only llc270 optimized solution
2  cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_code  cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_code
3    cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v4_llc270
4  cd MITgcm  cd MITgcm
5  mkdir build  mkdir build
6  cd build  cd build
# Line 11  module load comp-intel/2016.2.181 mpi-sg Line 12  module load comp-intel/2016.2.181 mpi-sg
12  make depend  make depend
13  make -j 16  make -j 16
14    
15    # Instructions for running forward-only llc270 optimized solution (1992-2015)
16    cd ..
17    mkdir run
18    cd run
19    ln -sf ../build/mitgcmuv .
20    cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/* .
21    ln -sf /nobackup/hzhang1/obs/input/bathy270_filled_noCaspian_r4 .
22    ln -sf /nobackup/hzhang1/forcing/era_xx .
23    ln -sf /nobackup/hzhang1/obs/input/pickup* .
24    ln -sf /nobackup/hzhang1/obs/input/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin .
25    ln -sf /nobackup/hzhang1/obs/pri_err/smooth* .
26    ln -sf /nobackup/hzhang1/obs/input/tile* .
27    ln -sf /nobackup/hzhang1/obs/optim33/xx_* .
28    ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/* .
29    ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/19920101/* .
30    # modify job_llc270_fdH as needed
31    qsub job_llc270_fdH
32    
33  ==============  ==============
34  # Instructions for running forward-only llc270 optimized solution (2001-2015)  # Instructions for running forward-only llc270 optimized solution (2001-2015)
35  cd MITgcm  cd ..
36  mkdir run  mkdir run
37  cd run  cd run
38  ln -sf ../build/mitgcmuv .  ln -sf ../build/mitgcmuv .
# Line 33  qsub job_llc270_fdH Line 51  qsub job_llc270_fdH
51    
52  ==============  ==============
53  # Instructions for running forward-only llc270 optimized solution (2009-2015)  # Instructions for running forward-only llc270 optimized solution (2009-2015)
54  cd MITgcm  cd ..
55  mkdir run  mkdir run
56  cd run  cd run
57  ln -sf ../build/mitgcmuv .  ln -sf ../build/mitgcmuv .
# Line 50  ln -sf /nobackup/hzhang1/pub/llc270_FWD/ Line 68  ln -sf /nobackup/hzhang1/pub/llc270_FWD/
68  ln -sf /nobackup/hzhang1/obs/optim33/xx_* .  ln -sf /nobackup/hzhang1/obs/optim33/xx_* .
69  # modify job_llc270_fdH as needed  # modify job_llc270_fdH as needed
70  qsub job_llc270_fdH  qsub job_llc270_fdH
71    
72    

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

  ViewVC Help
Powered by ViewVC 1.1.22