netcdf_io_find_idslot Interface

interface
public module subroutine netcdf_io_find_idslot(self, id, idslot)

Arguments

Type IntentOptional Attributes Name
class(netcdf_parameters), intent(inout) :: self

Parameters used to identify a particular NetCDF dataset

integer(kind=I4B), intent(in) :: id

The value of id to search for

integer(kind=I4B), intent(out) :: idslot

The index of the id slot where this data belongs