/[MITgcm]/MITgcm_contrib/high_res_cube/cube92/README.cs510
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/cube92/README.cs510

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


Revision 1.5 - (show annotations) (download)
Thu Jun 27 05:45:39 2019 UTC (6 years ago) by dimitri
Branch: MAIN
Changes since 1.4: +28 -23 lines
Some correction/suggestions on the way to correct instructions
that actually work and represents what was done and what is available.

1 # get code from anonymous CVS server
2 cvs co MITgcm_contrib/high_res_cube/cube92
3 cvs co -r checkpoint62h MITgcm_code
4
5 # build executable on pleiades
6 cd MITgcm
7 mkdir build run1 run2
8 cd build
9 module purge
10 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
11 ../tools/genmake2 -mo ../../MITgcm_contrib/high_res_cube/cube92/code -of \
12 ../../MITgcm_contrib/high_res_cube/cube92/code/linux_amd64_ifort+mpi_ice_nas
13 make depend
14 make -j 16
15
16 # integrate 1992-2008 model on pleiades
17 cd ../run1
18 cp ../../MITgcm_contrib/high_res_cube/cube92/input/* .
19 ln -sf /nobackup/hzhang1/cdata.exf_2009-2019s510/run_template/*cube78 .
20 ln -sf /nobackup/hzhang1/cs510/run_template/tile* .
21 ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* .
22 ln -sf /nobackup/hzhang1/cs510/run_template/runoff* .
23 ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* .
24 mv pickup.0000000216.cube78 pickup.0000000216
25 mv pickup.0000000216.meta.cube78 pickup.0000000216.meta
26 mv pickup_seaice.0000000216.cube78 pickup_seaice.0000000216
27 mv pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta
28 ln -sf data.exf_1992-2008 data.exf
29 ln -sf ../build/mitgcmuv .
30 qsub run_cube92
31
32 # integrate 2009-2019 model on pleiades
33 cd ../run2
34 cp ../../MITgcm_contrib/high_res_cube/cube92/input/* .
35 ln -sf /nobackup/hzhang1/cs510/run_template/*cube78 .
36 ln -sf /nobackup/hzhang1/cs510/run_template/tile* .
37 ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO* .
38 ln -sf /nobackup/hzhang1/cs510/run_template/runoff* .
39 ln -sf /nobackup/hzhang1/cs510/run_template/DIFFKR* .
40 mv pickup.0000000216.cube78 pickup.0000000216
41 mv pickup.0000000216.meta.cube78 pickup.0000000216.meta
42 mv pickup_seaice.0000000216.cube78 pickup_seaice.0000000216
43 mv pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta
44 ln -sf data.exf_1992-2008 data.exf
45 ln -sf ../build/mitgcmuv .
46 qsub run_cube92
47
48 ==== solution history ===
49 solution is piece-wise due to availability of forcing dataset
50 1992-2008 optimized blended forcing
51 with data.exf_1992-2008
52 cube78_forcing/ for 1992-2002
53 Ecmwf/ for 2003-2008
54 archived at
55 lfe:/u/hzhang1/From_PFE/forcing/cube78_forcing
56 lfe:/u/hzhang1/From_PFE/forcing/ecmwf
57 1992/01/03 pickup @
58 pfe:/nobackup/hzhang1/cs510/run_template/pic*216.cube78
59 2009-2017 jra25 and GPCP Forcing (overwritten by below)
60 2009-2019 jra55 and jra55do rain (overwrite above)
61 with data.exf_2009-2019
62 stored at
63 pfe:/nobackup/hzhang1/forcing/jra55
64 pfe:/nobackup/hzhang1/forcing/jra55_do
65 2009/01/01 pickup @
66 pfe:/nobackup/hzhang1/cs510/run_template/pic*.0000447120.*ta
67
68 output model-grid:
69 lfe:/u/hzhang1/cubes/cube92
70 output interp to lat-lon grid:
71 ftp://ecco.jpl.nasa.gov/ECCO2/cube92_latlon_quart_90S90N/

  ViewVC Help
Powered by ViewVC 1.1.22