8 |
|
|
9 |
UPDATES |
UPDATES |
10 |
|
|
11 |
December 2, 2007. Cube79 - same as cube78 (blend3) but |
June 13, 2008. Cube 81 - same as cube79 but with |
12 |
with a small additional global-mean rain adjustment, |
1. salt plume package turned on |
13 |
useRelativeWind=.TRUE., and SEAICE_gamma_t=259200 |
2. new values for data.seaice and data.exf |
14 |
|
3. DIFFKR_2_20_1_lat6070_cube81, which has diffKrS/T=3.55e-7 in Arctic |
15 |
|
4. GMRedi turned off |
16 |
|
|
17 |
|
December 22, 2007. Cube80 - same as cube79 but with |
18 |
|
SEAICE_BREAKS_VERIFICATION (SST relaxation depends on SIarea) |
19 |
|
ALLOW_CLIMSST_RELAXATION to Reynold's daily 1/4-deg AVHRR analysis |
20 |
|
ALLOW_CLIMSST_RELAXATION to monthly 1-deg WOA05 analysis |
21 |
|
December 2, 2007. Cube79 - same as cube78 (blend3) but with |
22 |
|
useRelativeWind=.TRUE. and SEAICE_gamma_t=259200 |
23 |
November 22, 2007. Cube 78 - blend 3 |
November 22, 2007. Cube 78 - blend 3 |
24 |
November 6, 2007. Cube 77 - same as cube75 but with SEAICE_SALINITY |
November 6, 2007. Cube 77 - same as cube75 but with SEAICE_SALINITY |
25 |
and era40_ecmwf_blend/cube59_GPCP forcing |
and era40_ecmwf_blend/cube59_GPCP forcing |
40 |
|
|
41 |
########################################################################## |
########################################################################## |
42 |
# Get forcing files, etc. |
# Get forcing files, etc. |
43 |
# Example below is for cube78 on /nobackup2a/menemenl |
# Example below is for cube81 on /nobackup2a/menemenl |
44 |
|
|
45 |
cd /nobackup2a/menemenl |
cd /nobackup2a/menemenl |
46 |
mkdir cube78 |
mkdir cube81 |
47 |
cd cube78 |
cd cube81 |
48 |
ln -sf ../run_template . |
ln -sf ../run_template . |
49 |
ln -sf ../cube78_forcing . |
ln -sf ../cube78_forcing . |
50 |
ln -sf ../ncep_rgau/ . |
ln -sf ../ncep_rgau/ . |
70 |
|
|
71 |
|
|
72 |
########################################################################## |
########################################################################## |
73 |
# 510*510*6*50, 216-cpu cube sphere on altix with ifort |
# 510*510*6*50, 450-cpu cube sphere on altix with ifort |
74 |
|
|
75 |
cd MITgcm |
cd MITgcm |
76 |
mkdir build run |
mkdir build run |
77 |
cd build |
cd build |
78 |
\rm * |
\rm * |
79 |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
80 |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/s1350t_34x34/* . |
81 |
\cp SIZE.h_216 SIZE.h |
\mv SIZE.h_450 SIZE.h |
82 |
../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas |
../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas |
83 |
make depend |
make depend |
84 |
make -j |
make -j |
85 |
cd ../run |
cd ../run |
94 |
ln -sf ../../run_template/pickup.0000000216.meta.cube78 pickup.0000000216.meta |
ln -sf ../../run_template/pickup.0000000216.meta.cube78 pickup.0000000216.meta |
95 |
ln -sf ../../run_template/pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta |
ln -sf ../../run_template/pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta |
96 |
\cp ../build/mitgcmuv . |
\cp ../build/mitgcmuv . |
97 |
\mv job_altix cube78 |
\mv job_altix cube81 |
98 |
qsub cube78 |
qsub cube81 |
99 |
|
|
100 |
|
|
101 |
########################################################################## |
########################################################################## |