1 |
Instructions for setting up a cube-sphere integration with sea-ice. |
2 |
|
3 |
Forcing fields and other input files needed for the CS510 |
4 |
configuration can be obtained from |
5 |
http://ecco2.org/products/model_setups/cs510.html |
6 |
|
7 |
================= |
8 |
|
9 |
UPDATES |
10 |
|
11 |
December 22, 2007. Cube80 - same as cube79 but with |
12 |
SEAICE_BREAKS_VERIFICATION (SST relaxation depends on SIarea) |
13 |
ALLOW_CLIMSST_RELAXATION to Reynold's daily 1/4-deg AVHRR analysis |
14 |
ALLOW_CLIMSST_RELAXATION to monthly 1-deg WOA05 analysis |
15 |
December 2, 2007. Cube79 - same as cube78 (blend3) but with |
16 |
useRelativeWind=.TRUE. and SEAICE_gamma_t=259200 |
17 |
November 22, 2007. Cube 78 - blend 3 |
18 |
November 6, 2007. Cube 77 - same as cube75 but with SEAICE_SALINITY |
19 |
and era40_ecmwf_blend/cube59_GPCP forcing |
20 |
November 3, 2007. Cube 76 - same as cube77 but 1979-2006 integration |
21 |
August 31, 2007. Cube75 - the second blend. |
22 |
August 9, 2007. Cube74 |
23 |
August 6, 2007. Cube73 |
24 |
July 24, 2007. Cube72 |
25 |
July 8, 2007. Cube66: SEAICE_MULTICATEGORY, SEAICE_VARIABLE_FREEZING_POINT, |
26 |
rhonil=1027.5, [temp/salt]AdvScheme=7, convertFW2Salt=-1, LSR_ERROR=1e-6 |
27 |
useRealFreshWaterFlux=.TRUE., runoff_lat_inc=179*1, SEAICE_salinity=10 |
28 |
bathyFile=GEBCO_510x6x510_ver06_dig.bin, HeffFile=heff_file8 |
29 |
SEAICE_availHeatFrac=.5, useGMRedi=.TRUE. |
30 |
April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity |
31 |
(cube67, cube68, and cube69 were carried out with cube65 code) |
32 |
April 7 , 2007. Cube64: era40_fullres forcing |
33 |
|
34 |
|
35 |
########################################################################## |
36 |
# Get forcing files, etc. |
37 |
# Example below is for cube80 on /nobackup2a/menemenl |
38 |
|
39 |
cd /nobackup2a/menemenl |
40 |
mkdir cube80 |
41 |
cd cube80 |
42 |
ln -sf ../run_template . |
43 |
ln -sf ../cube78_forcing . |
44 |
ln -sf ../ncep_rgau/ . |
45 |
|
46 |
|
47 |
########################################################################## |
48 |
# getting the code from anonymous CVS server |
49 |
|
50 |
bash or sh shell: |
51 |
$ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
52 |
$ cvs login |
53 |
( enter the CVS password: "cvsanon" ) |
54 |
|
55 |
tcsh or csh shell: |
56 |
$ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
57 |
$ cvs login |
58 |
( enter the CVS password: "cvsanon" ) |
59 |
|
60 |
cvs co MITgcm_contrib/high_res_cube/README.cs510 |
61 |
cvs co MITgcm_contrib/high_res_cube/code-mods |
62 |
cvs co MITgcm_contrib/high_res_cube/input |
63 |
cvs co MITgcm_code |
64 |
|
65 |
|
66 |
########################################################################## |
67 |
# 510*510*6*50, 216-cpu cube sphere on altix with ifort |
68 |
|
69 |
cd MITgcm |
70 |
mkdir build run |
71 |
cd build |
72 |
\rm * |
73 |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
74 |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
75 |
\cp SIZE.h_216 SIZE.h |
76 |
../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas |
77 |
make depend |
78 |
make -j |
79 |
cd ../run |
80 |
\rm * |
81 |
\cp ../../MITgcm_contrib/high_res_cube/input/* . |
82 |
ln -sf ../../run_template/* . |
83 |
\rm pickup* *192_94* *.m D*1 E* G*all.bin L* W*10.bin h*[6-7] PHC* |
84 |
\mv data.exf_hr data.exf |
85 |
\mv data_hr data |
86 |
ln -sf ../../run_template/pickup.0000000216.cube78 pickup.0000000216 |
87 |
ln -sf ../../run_template/pickup_seaice.0000000216.cube78 pickup_seaice.0000000216 |
88 |
ln -sf ../../run_template/pickup.0000000216.meta.cube78 pickup.0000000216.meta |
89 |
ln -sf ../../run_template/pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta |
90 |
\cp ../build/mitgcmuv . |
91 |
\mv job_altix cube80 |
92 |
qsub cube80 |
93 |
|
94 |
|
95 |
########################################################################## |
96 |
# generating initial pickup files for cube78 |
97 |
|
98 |
data |
99 |
# run for 4 days from time step 216 with 2-min time step |
100 |
endtime=345600., |
101 |
deltaT=120., |
102 |
pChkptFreq=345600., |
103 |
monitorFreq=1., |
104 |
|
105 |
cd ../../run_template |
106 |
mv pickup.0000000216.cube78 pickup.0000000216.cube78_raw |
107 |
mv pickup_seaice.0000000216.cube78 pickup_seaice.0000000216.cube78_raw |
108 |
cd ../cube78/MITgcm/run |
109 |
\mv pickup.0000002880.data ../../run_template/pickup.0000000216.cube78 |
110 |
\mv pickup_seaice.0000002880.data ../../run_template/pickup_seaice.0000000216.cube78 |
111 |
\mv pickup.0000002880.meta ../../run_template/pickup.0000000216.meta.cube78 |
112 |
\mv pickup_seaice.0000002880.meta ../../run_template/pickup_seaice.0000000216.meta.cube78 |
113 |
\rm *.meta *.data STD* cube78.o* |
114 |
\cp ../../MITgcm_contrib/high_res_cube/input/data_hr data |
115 |
ln -sf ../../run_template/pickup.0000000216.cube78 pickup.0000000216 |
116 |
ln -sf ../../run_template/pickup_seaice.0000000216.cube78 pickup_seaice.0000000216 |
117 |
ln -sf ../../run_template/pickup.0000000216.meta.cube78 pickup.0000000216.meta |
118 |
ln -sf ../../run_template/pickup_seaice.0000000216.meta.cube78 pickup_seaice.0000000216.meta |
119 |
qsub cube78 |