How can I read and write pltgks netcdf files from fortran?
Three routines have been created to make it easier to read and write pltgks netcdf files in fortran. To read a pltgks netcdf file you first call ‘readinfd’ to read the header information and then ‘readat’ to read the data. To write a pltgks netcdf file you call ‘wrtdatd’. A description of the subroutines can be found at http://radarmet.atmos.colostate.edu/software/rwpltgks.txt.