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

nightly build: Error message regression in nightly build (6.5.0.dev2 (preliminary) 05/06/2024) #1774

Open
pya opened this issue May 6, 2024 · 0 comments
Assignees

Comments

@pya
Copy link

pya commented May 6, 2024

The maximum length of a model name is limited to 16 characters. If the name is too long MF6 shows an error message. This message changed from version 6.4.1 to the current nightly build. I think it is missing valuable information now. I created a model with a too long model name on purpose.

With mf6: 6.4.1 Release 12/09/2022, I get:

ERROR REPORT:

  1.     ERROR. INVALID MODEL NAME: GWF_NAME___TEN123
  2.     NAME LENGTH OF 17 EXCEEDS MAXIMUM LENGTH OF 16

UNIT ERROR REPORT:

  1. ERROR OCCURRED WHILE READING FILE 'mfsim.nam'
 

But with mf6: 6.5.0.dev2 (preliminary) 05/06/2024, I get:

ERROR REPORT:

  1. Exchange has invalid (unrecognized) model name(s): GWF_NAME___TEN12
     GWT_NAME___TEN12

UNIT ERROR REPORT:

  1. ERROR OCCURRED WHILE READING FILE 'mfsim.nam'

The latter message is not as helpful as the older one from version 6.4.1.

I am on macOS arm64 (Sonoma 14.3).

@pya pya changed the title Error message regression in nightly build (6.5.0.dev2 (preliminary) 05/06/2024) nightly build: Error message regression in nightly build (6.5.0.dev2 (preliminary) 05/06/2024) May 6, 2024
@mjreno mjreno self-assigned this May 6, 2024
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

No branches or pull requests

2 participants