NOAA Logo National Centers for Environmental Information

NOAA Satellite and Information Service

NCEI is transitioning to a new website and paths to data resources will be changing. Please contact NCEI.Info@noaa.gov with any questions of issues. See the new website at www.ncei.noaa.gov.

You are here: Home > Ocean Climate Laboratory > OCL Products > WOD13 > Programs

Sample Programs for Reading the WOD13 Data


  • readFOR.txt - readme file describes the wodFOR programs
  • wodFOR.f - sample FORTRAN program for reading the data
  • sampFOR.txt - sample of output from wodFOR.f
  • readASC.txt - describes the use of wodASC.f
  • wodASC.f - outputs a user selected variable in either tabular or comma separated columns
  • wodASC.exe - executable for wodASC.f program
  • sampASC.txt - sample output data from wodASC.f
  • wodSUR.f - writes surface-only data out in a comma-separated-value (CSV) format
  • wodSUR.exe - Microsoft compatible executable for wodSUR.f
  • sampSUR.txt - sample of output from wodSUR.exe
  • readC.txt - readme file describing the wodC program
  • wodC.c - sample C program for reading the data
  • wodC.exe - executable for C program