24 |
cd .. |
cd .. |
25 |
mkdir build |
mkdir build |
26 |
cd build |
cd build |
27 |
../code/genmake2 -mods=../code |
../../../tools/genmake2 -mods=../code |
28 |
make depend |
make depend |
29 |
make |
make |
30 |
|
|
31 |
cd .. |
cd .. |
32 |
mkdir run |
mkdir run |
33 |
cd run |
cd run |
|
\cp ../inp_thsice/* . |
|
34 |
\cp ../input/* . |
\cp ../input/* . |
35 |
\cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* . |
\cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* . |
36 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
42 |
to use matlab to look at the output |
to use matlab to look at the output |
43 |
matlab |
matlab |
44 |
for fld={'Eta','VICE','UICE','HEFF','AREA','Qsw','Qnet','FV','FU','EmPmR'} |
for fld={'Eta','VICE','UICE','HEFF','AREA','Qsw','Qnet','FV','FU','EmPmR'} |
45 |
tmp=permute(readbin([fld{1} '.0000000020.data'],[32,6,32]),[1 3 2]); |
tmp=permute(readbin([fld{1} '.0000001368.data'],[32,6,32]),[1 3 2]); |
46 |
cx=[min(tmp(:)) max(tmp(:))]; clf, plot_cube, title(fld{1}), pause |
cx=[min(tmp(:)) max(tmp(:))]; clf, plot_cube, title(fld{1}), pause |
47 |
end |
end |
48 |
|
|
71 |
cd .. |
cd .. |
72 |
mkdir build |
mkdir build |
73 |
cd build |
cd build |
74 |
../code/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
75 |
make depend |
make depend |
76 |
make |
make |
77 |
|
|
78 |
cd .. |
cd .. |
79 |
mkdir run |
mkdir run |
80 |
cd run |
cd run |
|
\cp ../inp_thsice/* . |
|
81 |
\cp ../input/* . |
\cp ../input/* . |
82 |
\cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* . |
\cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* . |
83 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
86 |
|
|
87 |
########################################################################## |
########################################################################## |
88 |
########################################################################## |
########################################################################## |
89 |
# 32*32*6*15, 2-cpu cube sphere on the altices with efc |
# 510*510*6*50, 54-cpu cube sphere on the altices with efc |
90 |
|
|
91 |
setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
92 |
cvs login ( CVS password: cvsanon ) |
cvs login ( CVS password: cvsanon ) |
103 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
104 |
\cp SIZE.h_54 SIZE.h |
\cp SIZE.h_54 SIZE.h |
105 |
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
106 |
|
\cp packages.conf_hr packages.conf |
107 |
\rm mdsio_readfield.F |
\rm mdsio_readfield.F |
108 |
|
|
109 |
cd .. |
cd .. |
110 |
mkdir build |
mkdir build |
111 |
cd build |
cd build |
112 |
../code/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
113 |
make depend |
make depend |
114 |
make |
make |
115 |
|
|
116 |
cd .. |
cd .. |
117 |
mkdir run |
mkdir run |
118 |
cd run |
cd run |
|
\cp ../inp_thsice/* . |
|
119 |
\cp ../input/* . |
\cp ../input/* . |
120 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
121 |
\cp data_hr data |
\cp data_hr data |
122 |
|
\cp data.pkg_hr data.pkg |
123 |
\ln -sf ../../../../run_template/tile00* . |
\ln -sf ../../../../run_template/tile00* . |
124 |
\ln -sf ../../../../run_template/LEV* . |
\ln -sf ../../../../run_template/LEV* . |
125 |
\ln -sf ../../../../run_template/BATHY_18360x85_filled.bin . |
\ln -sf ../../../../run_template/BATHY_18360x85_filled.bin . |
126 |
qsub job_orion |
qsub job_orion |
127 |
|
|
128 |
|
|
129 |
|
########################################################################## |
130 |
|
########################################################################## |
131 |
|
# 510*510*6*50, 216-cpu cube sphere on the altices with efc |
132 |
|
|
133 |
|
setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
134 |
|
cvs login ( CVS password: cvsanon ) |
135 |
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/README_ice |
136 |
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/code-mods |
137 |
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/matlab-grid-converter |
138 |
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/input |
139 |
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/results |
140 |
|
cvs co -r checkpoint52d_pre MITgcm_code |
141 |
|
cvs co -r checkpoint52d_pre MITgcm/verification/global_ocean.cs32x15 |
142 |
|
|
143 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
144 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
145 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
146 |
|
\cp SIZE.h_216 SIZE.h |
147 |
|
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
148 |
|
\cp packages.conf_hr packages.conf |
149 |
|
\rm mdsio_readfield.F |
150 |
|
|
151 |
|
cd .. |
152 |
|
mkdir build |
153 |
|
cd build |
154 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
155 |
|
make depend |
156 |
|
make |
157 |
|
|
158 |
|
cd .. |
159 |
|
mkdir run |
160 |
|
cd run |
161 |
|
\cp ../input/* . |
162 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
163 |
|
\cp data_hr data |
164 |
|
\cp data.pkg_hr data.pkg |
165 |
|
\ln -sf ../../../../run_template/tile00* . |
166 |
|
\ln -sf ../../../../run_template/LEV* . |
167 |
|
\ln -sf ../../../../run_template/BATHY_18360x85_filled.bin . |
168 |
|
qsub job_altix |