1 |
Instructions for running the "beaufort" 40x40x50 configuration |
Instructions for running the "beaufort" 40x40x50 configuration |
2 |
face=6; ix=101:300; jx=290:449; kx=1:50; |
face=6; ix=101:300; jx=290:449; kx=1:50; |
3 |
|
|
4 |
1. Obtain copies of following directories: |
1. Set up and log in to cvs server |
5 |
(Note the forcing files span many years. To save time and space |
bash or sh shell: export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
6 |
you only need to download the years of interest from the |
tcsh or csh shell: setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
7 |
ncep_rgau and cube78_forcing directories) |
cvs login ( enter the CVS password: "cvsanon" ) |
8 |
ftp://ecco2.jpl.nasa.gov/data1/beaufort/code |
|
9 |
ftp://ecco2.jpl.nasa.gov/data1/beaufort/run_template |
2. Get code, input, and README files from CVS server |
10 |
ftp://ecco2.jpl.nasa.gov/data1/data/ncep/ncep_rgau |
cvs co -d beaufort MITgcm_contrib/MPMice/beaufort |
11 |
ftp://ecco2.jpl.nasa.gov/data1/data/blend_forcing/cube78_forcing |
cd beaufort |
12 |
|
cvs co MITgcm_code |
13 |
2. Set up cvs server |
|
14 |
bash or sh shell: |
3. Obtain copies of following directories and put them in beaufort |
15 |
export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
ftp://ecco2.jpl.nasa.gov/data1/beaufort/run_template |
16 |
tcsh or csh shell: |
ftp://ecco2.jpl.nasa.gov/data1/data/blend_forcing/cube78_forcing |
17 |
setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
(Note the forcing files in cube78_forcing span many years. |
18 |
|
To save time, you only need to download the years of interest, |
19 |
3. Get code from cvs server |
*92 for example below, plus the runoff-360x180x12.bin file) |
|
cvs login |
|
|
( enter the CVS password: "cvsanon" ) |
|
|
cvs co MITgcm_code |
|
20 |
|
|
21 |
4. Get the ice code, PM2 |
4. Get the ice code, PM2 |
22 |
Obtain directories PM2/F95 and PM2/config from ...?? |
Obtain directories PM2/F95 and PM2/config from ...?? |
54 |
6. Model execution: |
6. Model execution: |
55 |
cd ../exe |
cd ../exe |
56 |
cp ../../run_template/* . |
cp ../../run_template/* . |
57 |
|
cp ../../input/* . |
58 |
cp ../bin/mitgcmuv . |
cp ../bin/mitgcmuv . |
59 |
./mitgcmuv >& output.txt & |
./mitgcmuv >& output.txt & |
60 |
|
|