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 |
|
|