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