15 |
glaciers in response to ocean warming and enhanced subglacial discharge. |
glaciers in response to ocean warming and enhanced subglacial discharge. |
16 |
Annals of Glaciology, 2012. http://ecco2.org/manuscripts/2012/Xu2012.pdf) |
Annals of Glaciology, 2012. http://ecco2.org/manuscripts/2012/Xu2012.pdf) |
17 |
|
|
18 |
|
########################################################################## |
19 |
|
# Instructions for running 2D icefront example: |
20 |
|
|
21 |
|
cvs co -P MITgcm_contrib/icefront/2D_example |
22 |
|
cvs co -P MITgcm_code |
23 |
|
cd MITgcm |
24 |
|
mkdir build run |
25 |
|
cd build |
26 |
|
\rm * |
27 |
|
\cp ../../MITgcm_contrib/icefront/2D_example/code/* . |
28 |
|
../tools/genmake2 |
29 |
|
make depend |
30 |
|
make -j 8 |
31 |
|
cd ../run |
32 |
|
\rm * |
33 |
|
\cp ../../MITgcm_contrib/icefront/2D_example/input/* . |
34 |
|
../build/mitgcmuv >& output.txt |
35 |
|
emacs output.txt ../../MITgcm_contrib/icefront/2D_example/results/output.txt & |