Recipe: Fortran program as OPeNDAP client: Difference between revisions
No edit summary |
|||
Line 2: | Line 2: | ||
== Program to read downloaded nc4 file == | == Program to read downloaded nc4 file == | ||
To read a downloaded file in Fortran we need a NetCDF-4 library that has been configured with HDF5 support. Availability of HDF5 support can be checked using the <code>nc-config</code> tool included in the NetCDF-4 package. | |||
<code> | |||
nc_config --has-hdf5 | |||
</code> | |||
should return the value <code>yes<code> | |||
<nowiki> | <nowiki> |