NetCDF-Fortran  4.4.4
 All Classes Files Functions Variables Typedefs Macros Pages
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 Mon Dec 19 2016 16:43:43 for NetCDF-Fortran. NetCDF is a Unidata library.