Recipe: Fortran program as OPeNDAP client: Difference between revisions
Line 3: | Line 3: | ||
== Problem == | == Problem == | ||
By accessing | By accessing the collection <code>inst01hr_3d_T_Cv</code> via the OPeNDAP server, we want to read the surface temperature data inside the box bound by latitudes 25<sup>o</sup>N, 50<sup>o</sup>N and longitudes -130<sup>o</sup>W, -65<sup>o</sup>W for 2006/Sep/18, 9z and compute its min/max. | ||
== Solution == | == Solution == |