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 76e34b0 commit 0cc4573Copy full SHA for 0cc4573
src/utils/cam_abortutils.F90
@@ -50,7 +50,7 @@ subroutine check_allocate(errcode, subname, fieldname, file, line, errmsg)
50
51
! Write error message with memory stats
52
write(abort_msg, '(4a,i0,a,f10.2,a,f10.2,a)') &
53
- trim(subname), ": Allocate of '", &
+ trim(subname), ": Allocation of '", &
54
trim(fieldname), "' failed with code ", errcode, &
55
". Memory highwater is ", mem_hw_val, &
56
" mb, current memory usage is ", mem_val, " mb"
0 commit comments