Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(netcdf): replace export_netcdf input tag with type specific fileout tags #2101

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

mjreno
Copy link
Contributor

@mjreno mjreno commented Dec 13, 2024

GWF, GWT and GWE name files to this point have supported the EXPORT_NETCDF tag which takes an argument for the NetCDF export type, mesh or structured. This change replaces EXPORT_NETCDF with the fileout tags NETCDF_STRUCTURED and NETCDF_MESH2D, and allows the user to specify the NetCDF output filename.

For example:

NETCDF_MESH2D  FILEOUT  gwf_sto01.nc

Checklist of items for pull request

  • Replaced section above with description of pull request
  • Added new test or modified an existing test
  • Ran ruff on new and modified python scripts in .doc, autotests, doc, distribution, pymake, and utils subdirectories.
  • Formatted new and modified Fortran source files with fprettify
  • Updated definition files
  • Removed checklist items not relevant to this pull request

For additional information see instructions for contributing and instructions for developing.

@langevin-usgs langevin-usgs merged commit 5dd58cf into MODFLOW-USGS:develop Dec 13, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants