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

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

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


Revision 1.3 - (hide annotations) (download)
Tue Nov 28 23:09:55 2017 UTC (7 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.2: +1 -0 lines
File MIME type: text/plain
adding missing cvs command

1 dimitri 1.1 # Build executable for Hong Zhang's forward-only llc270 optimized solution
2     cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_code
3 dimitri 1.3 cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v4_llc270
4 dimitri 1.1 cd MITgcm
5     mkdir build
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 \
10     ../../MITgcm_contrib/ecco_darwin/v4_llc270/code/linux_amd64_ifort+mpi_ice_nas \
11     -mo ../../MITgcm_contrib/ecco_darwin/v4_llc270/code
12     make depend
13     make -j 16
14    
15 dimitri 1.2
16 dimitri 1.1 ==============
17     # Instructions for running forward-only llc270 optimized solution (2001-2015)
18     cd MITgcm
19     mkdir run
20     cd run
21     ln -sf ../build/mitgcmuv .
22     cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/* .
23     ln -sf /nobackup/hzhang1/obs/input/bathy270_filled_noCaspian_r4 .
24     ln -sf /nobackup/hzhang1/forcing/era_xx .
25     ln -sf /nobackup/hzhang1/obs/input/pickup* .
26     ln -sf /nobackup/hzhang1/obs/input/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin .
27     ln -sf /nobackup/hzhang1/obs/pri_err/smooth* .
28     ln -sf /nobackup/hzhang1/obs/input/tile* .
29     ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data .
30     ln -sf /nobackup/hzhang1/obs/optim33/xx_* .
31 dimitri 1.2 # modify job_llc270_fdH as needed
32     qsub job_llc270_fdH
33 dimitri 1.1
34 dimitri 1.2
35     ==============
36     # Instructions for running forward-only llc270 optimized solution (2009-2015)
37     cd MITgcm
38     mkdir run
39     cd run
40     ln -sf ../build/mitgcmuv .
41     cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/* .
42     cp data_2009 data
43     cp data.ctrl_2009 data.ctrl
44     ln -sf /nobackup/hzhang1/obs/input/bathy270_filled_noCaspian_r4 .
45     ln -sf /nobackup/hzhang1/forcing/era_xx .
46     ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/20090101/pickup* .
47     ln -sf /nobackup/hzhang1/obs/input/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin .
48     ln -sf /nobackup/hzhang1/obs/pri_err/smooth* .
49     ln -sf /nobackup/hzhang1/obs/input/tile* .
50     ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data .
51     ln -sf /nobackup/hzhang1/obs/optim33/xx_* .
52 dimitri 1.1 # modify job_llc270_fdH as needed
53     qsub job_llc270_fdH

  ViewVC Help
Powered by ViewVC 1.1.22