Recipe: Fortran program as OPeNDAP client: Difference between revisions

Pchakrab (talk | contribs)
Pchakrab (talk | contribs)
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.
NOTE:
# For hourly data, starting at 2005/May/15, 22z, the 11772<sup>th</sup> timestep corresponds to 2006/Sep/18, 9z.


<syntaxhighlight lang="fortran" line>
<syntaxhighlight lang="fortran" line>