/[MITgcm]/MITgcm_contrib/MPMice/beaufort/README_beaufort.txt
ViewVC logotype

Diff of /MITgcm_contrib/MPMice/beaufort/README_beaufort.txt

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

revision 1.10 by dimitri, Tue Oct 1 19:55:22 2013 UTC revision 1.12 by dimitri, Thu Oct 3 18:37:48 2013 UTC
# Line 89  Running uncoupled on lozenge. Line 89  Running uncoupled on lozenge.
89   mpiexec -np 2 ./mitgcmuv >& output.txt   mpiexec -np 2 ./mitgcmuv >& output.txt
90    
91  =============================================  =============================================
92    Running uncoupled on spiral.
93    
94    5. Compile code:
95     mpd&
96     cd MITgcm
97     mkdir bin exe
98     cd bin
99     \cp ../../code/* .
100     \mv SIZE.h_2 SIZE.h
101     \mv CPP_EEOPTIONS.h_UNCOUPLED CPP_EEOPTIONS.h
102     ../tools/genmake2 -of ../../code/linux_gfortran_spiral -mpi
103     make depend
104     make -j
105    
106    6. Model execution:
107     cd ../exe
108     cp ../../run_template/* .
109     cp ../../input/* .
110     cp ../bin/mitgcmuv .
111     mpiexec -np 2 ./mitgcmuv >& output.txt
112    
113    =============================================
114  Running MITgcm and MPMice on lozenge.  Running MITgcm and MPMice on lozenge.
115    
116  5. Compile code:  5. Compile code:

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22