/[MITgcm]/MITgcm_contrib/MPMice/arctic36km/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/MPMice/arctic36km/readme.txt

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

revision 1.1 by dimitri, Mon Nov 11 19:07:01 2013 UTC revision 1.2 by dimitri, Thu Nov 14 00:02:54 2013 UTC
# Line 1  Line 1 
1  Instructions for running arctic/cs_36km on spiral.math.unm.edu  # Instructions for getting MITgcm code and data files
   
2  mkdir Arctic36km  mkdir Arctic36km
3  cd Arctic36km  cd Arctic36km
4  cvs co MITgcm_code  cvs co MITgcm_code
# Line 7  cvs co MITgcm_contrib/MPMice Line 6  cvs co MITgcm_contrib/MPMice
6  cvs co MITgcm_contrib/arctic/cs_36km  cvs co MITgcm_contrib/arctic/cs_36km
7  ln -sf /homes/dmenemen/atmos/jra25 .  ln -sf /homes/dmenemen/atmos/jra25 .
8  ln -sf /homes/dmenemen/Arctic36km/run_template .  ln -sf /homes/dmenemen/Arctic36km/run_template .
   
9  mpd&  mpd&
10    
11    ############
12    
13    # Instructions for running uncoupled MITgcm
14    # arctic/cs_36km on spiral.math.unm.edu
15  cd MITgcm  cd MITgcm
16  mkdir bin exe  mkdir bin exe
17  cd bin  cd bin
# Line 17  cd bin Line 20  cd bin
20  ../tools/genmake2 -mpi -of ../../MITgcm_contrib/MPMice/beaufort/code/linux_gfortran_spiral  ../tools/genmake2 -mpi -of ../../MITgcm_contrib/MPMice/beaufort/code/linux_gfortran_spiral
21  make depend  make depend
22  make -j  make -j
   
23  cd ../exe  cd ../exe
24  \ln -sf ../../jra25/* .  \ln -sf ../../jra25/* .
25  \ln -sf ../../run_template/* .  \ln -sf ../../run_template/* .
26  \cp ../../MITgcm_contrib/arctic/cs_36km/input/* .  \cp ../../MITgcm_contrib/arctic/cs_36km/input/* .
27  \cp ../bin/mitgcmuv .  \cp ../bin/mitgcmuv .
28  mpiexec -np 4 ./mitgcmuv < /dev/null &> output.txt &  mpiexec -np 4 ./mitgcmuv < /dev/null &> output.txt &
29    
30    ######################
31    
32    # Instructions for running coupled MPMice/MITgcm
33    # arctic/cs_36km on spiral.math.unm.edu
34    cd MITgcm
35    mkdir bin
36    cd bin
37    \rm *
38    \cp ../../MITgcm_contrib/MPMice/beaufort/code/* .
39    \cp ../../MITgcm_contrib/arctic/cs_36km/code/* .
40    \cp ../../MITgcm_contrib/MPMice/arctic36km/code/SIZE.h .
41    \mv CPP_EEOPTIONS.h_CPL CPP_EEOPTIONS.h
42    ../tools/genmake2 -mpi -of ../../MITgcm_contrib/MPMice/beaufort/code/linux_gfortran_spiral
43    make depend
44    make -j
45    cd ..
46    mkdir ice
47    cp ../../beaufort_020212/MITgcm/ice/* .
48    cp /homes/hantran/2PM2/bin/PM2 .
49    \rm out err a.out
50    mkdir ocean
51    cd ocean
52    \rm *
53    \ln -sf ../../jra25/* .
54    \ln -sf ../../run_template/* .
55    \cp ../../MITgcm_contrib/arctic/cs_36km/input/* .
56    cd ..
57    \cp bin/mitgcmuv .
58    mpiexec -np 4 mitgcmuv : -np 1 PM2 &> a.out &

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

  ViewVC Help
Powered by ViewVC 1.1.22