cable_netcdf_open_file Interface

interface
public module function cable_netcdf_open_file(path, iotype, mode) result(file)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path
integer, intent(in) :: iotype
integer, intent(in), optional :: mode

Return Value class(cable_netcdf_file_t),allocatable