cable_netcdf_io_create_file Interface

interface
private function cable_netcdf_io_create_file(this, path, iotype, mode) result(file)

Arguments

Type IntentOptional Attributes Name
class(cable_netcdf_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