Skip to content

Commit

Permalink
update mf6io doc and fortran error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Dec 13, 2024
1 parent f336aa7 commit ae0fb14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/mf6io/mf6ivar/examples/netcdf-nam-example.dat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GWF Model input name file
BEGIN options
EXPORT_NETCDF MESH # configure mesh type model NetCDF timeseries export
NETCDF_MESH2D FILEOUT gwf.nc # configure mesh type model NetCDF timeseries export
NETCDF FILEIN gwf.in.nc # configure model NetCDF griddata input file
END options

Expand Down
4 changes: 2 additions & 2 deletions src/Utilities/Idm/SourceLoad.F90
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ subroutine export_cr()
call nc_export_create()
#else
write (errmsg, '(a)') &
'Model namefile EXPORT_NETCDF option configured but NetCDF libraries are &
&not available.'
'Model namefile NETCDF_STUCTURED or NETCDF_MESH2D option configured &
&but NetCDF libraries are not available.'
call store_error(errmsg, .true.)
#endif
end if
Expand Down

0 comments on commit ae0fb14

Please sign in to comment.