Recipe: Fortran program as OPeNDAP client: Difference between revisions
No edit summary |
|||
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 | ||
<syntaxhighlight lang="fortran" line> | |||
program g5nr_reader | program g5nr_reader | ||
Line 85: | Line 85: | ||
end program g5nr_reader | end program g5nr_reader | ||
</ | </syntaxhighlight> | ||
==== Compile ==== | ==== Compile ==== |