1 |
dimitri |
1.4 |
# Instructions for setting up 28-level CS510 integrations with sea-ice. |
2 |
|
|
# The example below is for a 3-year (2002-2004), 216-cpu integration |
3 |
|
|
# on Columbia using cube81 forcing and model parameters. |
4 |
dimitri |
1.2 |
|
5 |
|
|
# get code from anonymous CVS server |
6 |
|
|
cd /nobackup2a/menemenl/cs510/cs510_28lev |
7 |
|
|
cvs co MITgcm_contrib/high_res_cube/cs510_28lev |
8 |
|
|
cvs co MITgcm_code |
9 |
|
|
|
10 |
dimitri |
1.4 |
# Build and compile code. |
11 |
dimitri |
1.3 |
cd MITgcm |
12 |
|
|
mkdir build run |
13 |
|
|
cd build |
14 |
|
|
\rm * |
15 |
|
|
\cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/code/* . |
16 |
|
|
\cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/code/s216t_85x85/* . |
17 |
|
|
\mv SIZE.h_216 SIZE.h |
18 |
|
|
../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas |
19 |
|
|
make depend |
20 |
|
|
make -j |
21 |
|
|
|
22 |
dimitri |
1.4 |
# 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 |
dimitri |
1.3 |
cd ../run |
28 |
|
|
\rm * |
29 |
|
|
\cp ../../MITgcm_contrib/high_res_cube/cs510_28lev/input/* . |
30 |
|
|
\ln -sf /nobackup2a/menemenl/cs510/run_template/tile00* . |
31 |
|
|
\ln -sf /nobackup2a/menemenl/cs510/run_template_28lev . |
32 |
|
|
\ln -sf /nobackup2a/menemenl/forcing/cube78_forcing . |
33 |
|
|
\cp ../build/mitgcmuv . |
34 |
|
|
qsub job_altix |
35 |
|
|
|
36 |
|
|
# to generate initial pickup files run for 4 days with 2-min time steps |
37 |
|
|
niter0 = 0, |
38 |
|
|
endtime = 345600., |
39 |
|
|
deltaT = 120., |
40 |
|
|
pChkptFreq = 345600., |
41 |
|
|
monitorFreq = 1., |