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

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

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


Revision 1.3 - (show annotations) (download)
Thu Nov 14 00:05:53 2013 UTC (10 years, 6 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +7 -5 lines
File MIME type: text/plain
updating MPM instructions

1 # Instructions for getting MITgcm code and data files
2 mkdir Arctic36km
3 cd Arctic36km
4 cvs co MITgcm_code
5 cvs co MITgcm_contrib/MPMice
6 cvs co MITgcm_contrib/arctic/cs_36km
7 ln -sf /homes/dmenemen/atmos/jra25 .
8 ln -sf /homes/dmenemen/Arctic36km/run_template .
9 mpd&
10
11 ############
12
13 # Instructions for running uncoupled MITgcm
14 # arctic/cs_36km on spiral.math.unm.edu
15 cd MITgcm
16 mkdir bin exe
17 cd bin
18 \cp ../../MITgcm_contrib/arctic/cs_36km/code/* .
19 \cp ../../MITgcm_contrib/MPMice/arctic36km/code/SIZE.h .
20 ../tools/genmake2 -mpi -of ../../MITgcm_contrib/MPMice/beaufort/code/linux_gfortran_spiral
21 make depend
22 make -j
23 cd ../exe
24 \ln -sf ../../jra25/* .
25 \ln -sf ../../run_template/* .
26 \cp ../../MITgcm_contrib/arctic/cs_36km/input/* .
27 \cp ../bin/mitgcmuv .
28 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 /homes/hantran/fullArctic/MITgcm/ice/pm2geometry pm2input landmask .
48 \ln -sf /homes/hantran/2PM2/bin/PM2-Pre .
49 PM2-Pre
50 cd ..
51 \ln -sf /homes/hantran/2PM2/bin/PM2 .
52 mkdir ocean
53 cd ocean
54 \rm *
55 \ln -sf ../../jra25/* .
56 \ln -sf ../../run_template/* .
57 \cp ../../MITgcm_contrib/arctic/cs_36km/input/* .
58 cd ..
59 \ln -sf bin/mitgcmuv .
60 mpiexec -np 4 mitgcmuv : -np 1 PM2

  ViewVC Help
Powered by ViewVC 1.1.22