Skip to content

Commit f12eb62

Browse files
mjrenomjreno
authored andcommitted
make error string clear
1 parent c596db5 commit f12eb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/Idm/netcdf/NCContextBuild.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function verify_global_attr(modeltype, modelname, input_name, nc_fname, ncid) &
137137
! set grid to upper case
138138
call upcase(grid)
139139
else
140-
errmsg = 'NetCDF input file global attribute "grid" not found.'
140+
errmsg = 'NetCDF input file global attribute "modflow_grid" not found.'
141141
call store_error(errmsg)
142142
call store_error_filename(nc_fname)
143143
end if

0 commit comments

Comments
 (0)