1 |
dimitri |
1.1 |
Instructions for running optimized (A1) simulation from Nguyen et al (2011) |
2 |
|
|
http://ecco2.org/manuscripts/2011/NguyenJGR2011.pdf |
3 |
|
|
but using climatological monthly mean river runoff from Whitefield et al (2015) |
4 |
|
|
http://ecco2.org/manuscripts/2015/Whitefield2015.pdf |
5 |
|
|
for 1992-2002 followed GRACE-derived runoff for 2003-2014 |
6 |
|
|
|
7 |
|
|
=============== |
8 |
|
|
|
9 |
|
|
DM 22-Aug-20215 |
10 |
|
|
Instructions for checkpoint65m (2015/06/15) on pleiades |
11 |
dimitri |
1.2 |
runARDAT_yr: Whitefield et al (2015) river discharge and temperature |
12 |
|
|
runGRACE_AT: includes interranual discharge variability derived from |
13 |
|
|
GRACEfor 2002-2014 for six largest rivers |
14 |
dimitri |
1.1 |
|
15 |
|
|
-> get a copy of ftp://ecco2.jpl.nasa.gov/data6/arctic/run_template_cube81 |
16 |
dimitri |
1.2 |
also available on pfe:/nobackup/dmenemen/arctic18km/run_template_cube81 and |
17 |
|
|
harbor.mit.edu:/net/nares/raid8/ecco-shared/arctic18km/run_template_cube81 |
18 |
dimitri |
1.1 |
|
19 |
|
|
-> get a copy of ftp://ecco2.jpl.nasa.gov/data2/data/atmos/jra25 |
20 |
|
|
also available on pfe:/nobackup/hzhang1/forcing/jra25 |
21 |
|
|
|
22 |
|
|
-> get a copy of ftp://ecco2.jpl.nasa.gov/data2/data/runoff/ARDAT |
23 |
|
|
also available on pfe:/nobackup/dmenemen/forcing/runoff/ARDAT |
24 |
|
|
|
25 |
|
|
-> get a copy of ftp://ecco2.jpl.nasa.gov/data2/data/runoff/GRACE |
26 |
|
|
also available on pfe:/nobackup/dmenemen/forcing/runoff/GRACE |
27 |
|
|
|
28 |
|
|
cvs co MITgcm_contrib/arctic/cs_18km |
29 |
|
|
cvs co -r checkpoint65m MITgcm_code |
30 |
|
|
cd MITgcm |
31 |
dimitri |
1.2 |
mkdir buildARDAT runARDAT_yr runGRACE_AT |
32 |
dimitri |
1.1 |
cd buildARDAT |
33 |
|
|
module purge |
34 |
|
|
module load comp-intel/2015.0.090 mpi-sgi/mpt.2.11r13 netcdf/4.0 |
35 |
|
|
cp ../../MITgcm_contrib/arctic/cs_18km/code/* . |
36 |
dimitri |
1.2 |
cp ../../MITgcm_contrib/arctic/cs_18km/GRACErunoff/EXF_OPTIONS.h . |
37 |
dimitri |
1.1 |
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas |
38 |
|
|
make depend |
39 |
|
|
make -j 16 |
40 |
|
|
|
41 |
dimitri |
1.2 |
cd ../runARDAT_yr |
42 |
dimitri |
1.1 |
cp ../../MITgcm_contrib/arctic/cs_18km/input/* . |
43 |
|
|
rm data.obcs_* |
44 |
|
|
cp ../../MITgcm_contrib/arctic/cs_18km/GRACErunoff/data.exf . |
45 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1991 |
46 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1992 |
47 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1993 |
48 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1994 |
49 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1995 |
50 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1996 |
51 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1997 |
52 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1998 |
53 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_1999 |
54 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2000 |
55 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2001 |
56 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2002 |
57 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2003 |
58 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2004 |
59 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2005 |
60 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2006 |
61 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2007 |
62 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2008 |
63 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2009 |
64 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2010 |
65 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2011 |
66 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2012 |
67 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2013 |
68 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2014 |
69 |
|
|
cp ../../ARDAT/ARDAT_temperature.bin ARDAT_temperature_2015 |
70 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1991 |
71 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1992 |
72 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1993 |
73 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1994 |
74 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1995 |
75 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1996 |
76 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1997 |
77 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1998 |
78 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_1999 |
79 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2000 |
80 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2001 |
81 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2002 |
82 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2003 |
83 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2004 |
84 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2005 |
85 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2006 |
86 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2007 |
87 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2008 |
88 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2009 |
89 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2010 |
90 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2011 |
91 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2012 |
92 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2013 |
93 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2014 |
94 |
|
|
cp ../../ARDAT/ARDAT_discharge_mps.bin GRACErunoff420x384x12_2015 |
95 |
|
|
ln -sf ../../run_template_cube81/*.bin . |
96 |
|
|
rm runoff1p2472-360x180x12.bin |
97 |
|
|
ln -sf ../../run_template_cube81/BATHY_cube81_420x384_arctic . |
98 |
|
|
ln -sf ../../run_template_cube81/WOA05_* . |
99 |
|
|
ln -sf ../../run_template_cube81/*cube81 . |
100 |
|
|
ln -sf ../../run_template_cube81/+ob1979_2014_merge/* . |
101 |
|
|
ln -sf ../../jra25/jra25_*_199[1-9] . |
102 |
|
|
ln -sf ../../jra25/jra25_*_2* . |
103 |
|
|
rm jra25_rain_n* |
104 |
|
|
cp ../buildARDAT/mitgcmuv . |
105 |
|
|
qsub run_arctic_cs_18km_nas |
106 |
|
|
|
107 |
dimitri |
1.2 |
cd ../runGRACE_AT |
108 |
dimitri |
1.1 |
cp ../../MITgcm_contrib/arctic/cs_18km/input/* . |
109 |
|
|
rm data.obcs_* |
110 |
|
|
cp ../../MITgcm_contrib/arctic/cs_18km/GRACErunoff/data.exf . |
111 |
dimitri |
1.2 |
cp ../runARDAT_yr/ARDAT_temperature_* . |
112 |
|
|
cp ../runARDAT_yr/GRACErunoff420x384x12_* . |
113 |
dimitri |
1.1 |
cp ../../GRACE/GRACErunoff420x384x12_20* . |
114 |
|
|
ln -sf ../../run_template_cube81/*.bin . |
115 |
|
|
rm runoff1p2472-360x180x12.bin |
116 |
|
|
ln -sf ../../run_template_cube81/BATHY_cube81_420x384_arctic . |
117 |
|
|
ln -sf ../../run_template_cube81/WOA05_* . |
118 |
|
|
ln -sf ../../run_template_cube81/*cube81 . |
119 |
|
|
ln -sf ../../run_template_cube81/+ob1979_2014_merge/* . |
120 |
|
|
ln -sf ../../jra25/jra25_*_199[1-9] . |
121 |
|
|
ln -sf ../../jra25/jra25_*_2* . |
122 |
|
|
rm jra25_rain_n* |
123 |
|
|
cp ../buildARDAT/mitgcmuv . |
124 |
|
|
qsub run_arctic_cs_18km_nas |