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

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

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


Revision 1.5 - (show annotations) (download)
Thu Jan 4 20:47:04 2018 UTC (7 years, 7 months ago) by dcarroll
Branch: MAIN
Changes since 1.4: +19 -0 lines
File MIME type: text/plain
Added instructions for running Hong Zhang's optimized forward-only llc270 1992-2015 solution

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 cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v4_llc270
4 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 # 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)
35 cd ..
36 mkdir run
37 cd run
38 ln -sf ../build/mitgcmuv .
39 cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/* .
40 ln -sf /nobackup/hzhang1/obs/input/bathy270_filled_noCaspian_r4 .
41 ln -sf /nobackup/hzhang1/forcing/era_xx .
42 ln -sf /nobackup/hzhang1/obs/input/pickup* .
43 ln -sf /nobackup/hzhang1/obs/input/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin .
44 ln -sf /nobackup/hzhang1/obs/pri_err/smooth* .
45 ln -sf /nobackup/hzhang1/obs/input/tile* .
46 ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data .
47 ln -sf /nobackup/hzhang1/obs/optim33/xx_* .
48 # modify job_llc270_fdH as needed
49 qsub job_llc270_fdH
50
51
52 ==============
53 # Instructions for running forward-only llc270 optimized solution (2009-2015)
54 cd ..
55 mkdir run
56 cd run
57 ln -sf ../build/mitgcmuv .
58 cp ../../MITgcm_contrib/ecco_darwin/v4_llc270/input/* .
59 cp data_2009 data
60 cp data.ctrl_2009 data.ctrl
61 ln -sf /nobackup/hzhang1/obs/input/bathy270_filled_noCaspian_r4 .
62 ln -sf /nobackup/hzhang1/forcing/era_xx .
63 ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/20090101/pickup* .
64 ln -sf /nobackup/hzhang1/obs/input/runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin .
65 ln -sf /nobackup/hzhang1/obs/pri_err/smooth* .
66 ln -sf /nobackup/hzhang1/obs/input/tile* .
67 ln -sf /nobackup/hzhang1/pub/llc270_FWD/input/w*data .
68 ln -sf /nobackup/hzhang1/obs/optim33/xx_* .
69 # modify job_llc270_fdH as needed
70 qsub job_llc270_fdH
71
72

  ViewVC Help
Powered by ViewVC 1.1.22