We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7aaebd commit fdfdf14Copy full SHA for fdfdf14
src/read.f90
@@ -17,6 +17,7 @@
17
if(ierr/=NF90_NOERR) error stop 'nc4fortran:get_ndims: could not get variable ID for ' // dname
18
19
ierr = nf90_inquire_variable(self%ncid, varid, ndims=drank)
20
+if(ierr/=NF90_NOERR) error stop 'nc4fortran:get_ndims: could not get rank for ' // dname
21
22
end procedure get_ndims
23
0 commit comments