cable_netcdf_nf90_io_open_file Function

private function cable_netcdf_nf90_io_open_file(this, path, iotype, mode) result(file)

Type Bound

cable_netcdf_nf90_io_t

Arguments

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

Return Value class(cable_netcdf_file_t), allocatable