/[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.3 by dimitri, Thu Jun 18 13:38:04 2009 UTC revision 1.6 by dimitri, Mon Aug 8 18:56:39 2011 UTC
# Line 13  face=6; ix=101:300; jx=290:449; kx=1:50; Line 13  face=6; ix=101:300; jx=290:449; kx=1:50;
13    
14  3. Obtain copies of following directories and put them in beaufort  3. Obtain copies of following directories and put them in beaufort
15    ftp://ecco2.jpl.nasa.gov/data1/beaufort/run_template    ftp://ecco2.jpl.nasa.gov/data1/beaufort/run_template
16    ftp://ecco2.jpl.nasa.gov/data1/data/blend_forcing/cube78_forcing    ftp://ecco2.jpl.nasa.gov/data1/data/atmos/blend_forcing/cube78_forcing
17     (Note the forcing files in cube78_forcing span many years.     (Note the forcing files in cube78_forcing span many years.
18      To save time, you only need to download the years of interest,      To save time, you only need to download the years of interest,
19      *92 for example below, plus the runoff-360x180x12.bin file)      *92 for example below, plus the runoff-360x180x12.bin file)
# Line 57  Running on a linux workstation: Line 57  Running on a linux workstation:
57   cd bin   cd bin
58   ../tools/genmake2 -mods=../../code   ../tools/genmake2 -mods=../../code
59   make depend   make depend
60   make -j   make -j 16
61    
62  6. Model execution:  6. Model execution:
63   cd ../exe   cd ../exe
# Line 67  Running on a linux workstation: Line 67  Running on a linux workstation:
67   ./mitgcmuv >& output.txt &   ./mitgcmuv >& output.txt &
68    
69  =============================================  =============================================
70    Running on lozenge.
71    
72    5. Compile code:
73     cd MITgcm
74     mkdir bin exe
75     cd bin
76     \cp ../../code/* .
77     \mv SIZE.h_2 SIZE.h
78     ../tools/genmake2 -of ../../code/linux_amd64_gfortran_lozenge -mpi
79     make depend
80     make -j
81    
82    6. Model execution:
83     cd ../exe
84     cp ../../run_template/* .
85     cp ../../input/* .
86     cp ../bin/mitgcmuv .
87     mpiexec -np 2 ./mitgcmuv >& output.txt
88    
89    =============================================
90  Running on gemini.  Running on gemini.
91    
92  5. Compile code:  5. Compile code:
# Line 84  Running on gemini. Line 104  Running on gemini.
104   cp ../../run_template/* .   cp ../../run_template/* .
105   cp ../../input/* .   cp ../../input/* .
106   cp ../bin/mitgcmuv .   cp ../bin/mitgcmuv .
107   bsub < jobfile   qsub jobfile
108   bjobs   qstat
109    
110  =============================================  =============================================
111  Running MITgcm and MPMice on gemini.  Running MITgcm and MPMice on gemini.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22