Recipe: Fortran program as OPeNDAP client: Difference between revisions

Pchakrab (talk | contribs)
No edit summary
Pchakrab (talk | contribs)
Line 15: Line 15:
Download the collection inst01hr_3d_T_Cv for 2006-Sep-18/0900z as described [[G5NR Data Access Guide#ftp (global data)|here]]. The downloaded file is <code>c1440_NR.inst01hr_3d_T_Cv.20060918_0900z.nc4</code>. The program to read this file is
Download the collection inst01hr_3d_T_Cv for 2006-Sep-18/0900z as described [[G5NR Data Access Guide#ftp (global data)|here]]. The downloaded file is <code>c1440_NR.inst01hr_3d_T_Cv.20060918_0900z.nc4</code>. The program to read this file is


<nowiki>
<syntaxhighlight lang="fortran" line>
program g5nr_reader
program g5nr_reader


Line 85: Line 85:


end program g5nr_reader
end program g5nr_reader
</nowiki>
</syntaxhighlight>


==== Compile ====
==== Compile ====