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

Unable to run NHM input with PRMS 5.3 #23

Open
jdhughes-usgs opened this issue Feb 11, 2022 · 4 comments
Open

Unable to run NHM input with PRMS 5.3 #23

jdhughes-usgs opened this issue Feb 11, 2022 · 4 comments

Comments

@jdhughes-usgs
Copy link

@rsregan @paknorton @pnorton-usgs NHM CONUS and DRB cutout datasets that run with version 5.2.1 do not run with the development version of 5.3.0. The error message is:

Due to error condition simulation halted

 Read error of Parameter File invalid parameter type: poi_gage_id
ERROR STOP 15

Error termination. Backtrace:
#0  0x10ac3f6ee
#1  0x10ac40395
#2  0x10ac417be
#3  0x10a4ba38b
#4  0x10a44a140
#5  0x10a42e3db
#6  0x10a6d3730
#7  0x10a6d3838

I am running prms version 5.3 compiled with gfortran version 11.2.0 on macOS.

Based on the source, it appears that poi_gage_id is an integer array instead of a character array in version 5.3.

@rsregan
Copy link
Collaborator

rsregan commented Feb 11, 2022 via email

@jdhughes-usgs
Copy link
Author

@rsregan as I understood it from @paknorton @pnorton-usgs this is going to be an issue for NHM.

You could do a PR against my fork since the upsteam repo is on @langevin-usgs and I can't grant access. The prms 5.3 source is in the prms5.3.0 subdirectory.

@rsregan
Copy link
Collaborator

rsregan commented Feb 12, 2022 via email

@pnorton-usgs
Copy link

@rsregan For the NHM this could be a problem with the HYDAT gages which actually have alpha characters in their IDs; I would expect the model to crash when it tries to read the alpha-numeric HYDAT IDs. It also makes it more difficult connecting the observed streamflow with the modeled.

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

3 participants