Describe the bug
The model name in the first tutorial is tutorial01_mf6_data. It has a length of 19 characters. But Modflow 6 only accepts names with a maximum length of 16 characters.
To Reproduce
Steps to reproduce the behavior:
- Execute the code form the tutorial.
- Use
sim.write_simulation() to write the Modflow input files.
- Run the model with
sim.run_simulation().
This creates the following error report.
ERROR REPORT:
1. ERROR. INVALID MODEL NAME: TUTORIAL01_MF6_DATA
2. NAME LENGTH OF 19 EXCEEDS MAXIMUM LENGTH OF 16
UNIT ERROR REPORT:
1. ERROR OCCURRED WHILE READING FILE 'mfsim.nam'
Expected behavior
The tutorial should use a valid model name. In addition, raising an exception when the model name is too long could be helpful.
Screenshots
N/A.
Desktop (please complete the following information):
- OS: macOS 14.3
- Browser N/A
- Version flopy 3.6.0, Modflow 6.4.1
Describe the bug
The model name in the first tutorial is
tutorial01_mf6_data. It has a length of 19 characters. But Modflow 6 only accepts names with a maximum length of 16 characters.To Reproduce
Steps to reproduce the behavior:
sim.write_simulation()to write the Modflow input files.sim.run_simulation().This creates the following error report.
Expected behavior
The tutorial should use a valid model name. In addition, raising an exception when the model name is too long could be helpful.
Screenshots
N/A.
Desktop (please complete the following information):