netcdf_io_find_tslot Interface

interface
public module subroutine netcdf_io_find_tslot(self, t, tslot)

Arguments

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

Parameters used to identify a particular NetCDF dataset

real(kind=DP), intent(in) :: t

The value of time to search for

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

The index of the time slot where this data belongs