178 |
\cp ../ocean_inversion_project/code_ecco1x1/* . |
\cp ../ocean_inversion_project/code_ecco1x1/* . |
179 |
\cp ../ocean_inversion_project/write_netCDF/* . |
\cp ../ocean_inversion_project/write_netCDF/* . |
180 |
\rm mk_output.F |
\rm mk_output.F |
181 |
\cp SIZE.h.144 SIZE.h |
\cp SIZE.h.96 SIZE.h |
182 |
../tools/genmake2 -of linux_ia64_efc+mpi_altix |
../tools/genmake2 -of linux_ia64_efc+mpi_altix |
183 |
make depend |
make depend |
184 |
make -j 16 |
make -j 16 |
192 |
|
|
193 |
|
|
194 |
========================================================== |
========================================================== |
195 |
|
Instructions for generating netcdf output files on columbia |
196 |
|
========================================================== |
197 |
|
|
198 |
|
cd ocean_inversion_project/write_netCDF |
199 |
|
setenv F_UFMTENDIAN big |
200 |
|
|
201 |
|
(check that defaults in mk_output.F are appropriate) |
202 |
|
|
203 |
|
efc -W0 -WB mk_output.F write_nc_phys.F nc_util.F \ |
204 |
|
handle_errors.F write_nc_basisfnctns.F \ |
205 |
|
write_nc_diag_0D.F write_nc_diag_2D.F \ |
206 |
|
-I/u/menemenl/software/netcdf-3.5.0/include \ |
207 |
|
-L/u/menemenl/software/netcdf-3.5.0/lib -lnetcdf |
208 |
|
./a.out |
209 |
|
|
210 |
|
|
211 |
|
========================================================== |
212 |
Instructions for generating netcdf output files on orion |
Instructions for generating netcdf output files on orion |
213 |
========================================================== |
========================================================== |
214 |
|
|
222 |
write_nc_diag_0D.F write_nc_diag_2D.F \ |
write_nc_diag_0D.F write_nc_diag_2D.F \ |
223 |
-I/u2/dmenem/software/netcdf-3.5.0/include \ |
-I/u2/dmenem/software/netcdf-3.5.0/include \ |
224 |
-L/u2/dmenem/software/netcdf-3.5.0/lib -lnetcdf |
-L/u2/dmenem/software/netcdf-3.5.0/lib -lnetcdf |
225 |
a.out |
./a.out |
226 |
|
|
227 |
|
|
228 |
====================================================== |
====================================================== |