/[MITgcm]/MITgcm_contrib/icefront/2D_example/README
ViewVC logotype

Diff of /MITgcm_contrib/icefront/2D_example/README

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

revision 1.1 by yunx, Mon Mar 19 23:43:54 2012 UTC revision 1.2 by dimitri, Wed Nov 13 23:14:56 2013 UTC
# Line 15  More details of this experiment are desc Line 15  More details of this experiment are desc
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 &

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22