Unidata / netcdf-fortran

Official GitHub repository for netCDF-Fortran libraries, which depend on the netCDF C library. Install the netCDF C library first.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need to add wrappers for functions nc_def_var_zstandard()/nc_inq_var_zstandard()

edwardhartnett opened this issue · comments

We have these new functions in the C library.

They need to be added to the F77 and F90 libraries.

Most data producers will use the Fortran APIs for their large data processing, so the Fortran APIs are very important!

Now that we have pre-processing, this will be straightforward. I will tackle this next...