Recipe: Fortran program as OPeNDAP client: Difference between revisions
Line 20: | Line 20: | ||
==== Code ==== | ==== Code ==== | ||
This code accesses the collection <code>inst01hr_3d_T_Cv</code> from the OPeNDAP server and reads a subset of the temperature data. | This code accesses the collection <code>inst01hr_3d_T_Cv</code> from the OPeNDAP server and reads a subset of the temperature data. | ||
<syntaxhighlight lang="fortran" line> | <syntaxhighlight lang="fortran" line> |