Skip to content

Commit f4a5790

Browse files
committed
fix comment
1 parent 75d3436 commit f4a5790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/cam_pio_utils.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ subroutine cam_pio_get_var_2d_r8(varname, File, field, start, kount, found)
940940
strt = 1 ! cnt set by cam_pio_var_info
941941
exists = use_scam_limits(File, strt, cnt,filedims)
942942
end if
943-
! Internal PIO error handling is in effect, so need to check return codes
943+
! Internal PIO error handling is in effect, so no need to check return codes
944944
if (ndims == 3) then
945945
ierr = pio_inq_dimname(File, dimids(3), tmpname)
946946
if (trim(tmpname) /= 'time') then

0 commit comments

Comments
 (0)