| Fortran codes which extract data from the SYNOP, METAR, Buoy, and upperair NetCDF files are listed below. Click on the code name link to download the desired code. The code is structured in a generic format to provide standard variables. Users should modify the fortran code to fit their individual needs. NetCDF libraries from Unidata are required to compile and run the code. Links to download various NetCDF libraries can be found here. |
| NetCDF decoders | |
| readsyn.f | Fortran code to read surface SYNOP Obs. NetCDF files (e.g. 2003110500_syn.nc). |
| readmet.f | Fortran code to read surface METAR Obs. NetCDF files (e.g. 2003110507_metar.nc). |
| readbuoy.f | Fortran code to read surface Buoy Obs. NetCDF files (e.g. 2003110522_buoy.nc). |
| readupr.f | Fortran code to read Upperair Obs. NetCDF files (e.g. 2003110500_perl_ua.nc). |