NetCDF-Fortran  4.4.4
netcdf4_overloads.f90
Go to the documentation of this file.
1  ! Overload fill value functions
2 
3  interface nf90_def_var_fill
4  module procedure nf90_def_var_fill_onebyteint, &
10  end interface
11 
13  module procedure nf90_inq_var_fill_onebyteint, &
19  end interface
20 
integer function nf90_inq_var_fill_twobyteint(ncid, varid, no_fill, fill)
integer function nf90_inq_var_fill_eightbyteint(ncid, varid, no_fill, fill)
integer function nf90_inq_var_fill_eightbytereal(ncid, varid, no_fill, fill)
integer function nf90_def_var_fill_eightbyteint(ncid, varid, no_fill, fill)
integer function nf90_def_var_fill_fourbytereal(ncid, varid, no_fill, fill)
integer function nf90_inq_var_fill_fourbytereal(ncid, varid, no_fill, fill)
integer function nf90_inq_var_fill_onebyteint(ncid, varid, no_fill, fill)
integer function nf90_def_var_fill_eightbytereal(ncid, varid, no_fill, fill)
integer function nf90_def_var_fill_fourbyteint(ncid, varid, no_fill, fill)
integer function nf90_inq_var_fill_fourbyteint(ncid, varid, no_fill, fill)
integer function nf90_def_var_fill_twobyteint(ncid, varid, no_fill, fill)
integer function nf90_def_var_fill_onebyteint(ncid, varid, no_fill, fill)

Return to the Main Unidata NetCDF page.
Generated on Thu Nov 9 2017 06:56:52 for NetCDF-Fortran. NetCDF is a Unidata library.