1 |
# Instructions for setting up 28-level CS510 integrations with sea-ice |
# Instructions for setting up 28-level CS510 integrations with sea-ice. |
2 |
# (example below is for a 216-cpu configuration on Columbia). |
# The example below is for a 3-year (2002-2004), 216-cpu integration |
3 |
|
# on Columbia using cube81 forcing and model parameters. |
4 |
|
|
5 |
# get code from anonymous CVS server |
# get code from anonymous CVS server |
6 |
cd /nobackup2a/menemenl/cs510/cs510_28lev |
cd /nobackup2a/menemenl/cs510/cs510_28lev |
7 |
cvs co MITgcm_contrib/high_res_cube/cs510_28lev |
cvs co MITgcm_contrib/high_res_cube/cs510_28lev |
8 |
cvs co MITgcm_code |
cvs co MITgcm_code |
9 |
|
|
10 |
# build and compile code |
# Build and compile code. |
11 |
cd MITgcm |
cd MITgcm |
12 |
mkdir build run |
mkdir build run |
13 |
cd build |
cd build |
19 |
make depend |
make depend |
20 |
make -j |
make -j |
21 |
|
|
22 |
# integrate model |
# Integrate model. |
23 |
|
# In addition to columbia:/nobackup2a, input files are also available on |
24 |
|
# http://ecco2.jpl.nasa.gov/data1/cube/run_template/ |
25 |
|
# http://ecco2.jpl.nasa.gov/data1/cube/run_template_28lev |
26 |
|
# http://ecco2.jpl.nasa.gov/data1/data/blend_forcing/cube78_forcing/ |
27 |
cd ../run |
cd ../run |
28 |
\rm * |
\rm * |
29 |
\cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/input/* . |
\cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/input/* . |