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

Read GwOut NetCDF files #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Read GwOut NetCDF files #112

wants to merge 1 commit into from

Conversation

youcanf
Copy link

@youcanf youcanf commented Apr 28, 2020

Currently, rwrfhydro can only read in the groundwater text outputs generated by the early versions of WRF-Hydro. This commit allows one to read in the groundwater NetCDF outputs generated by up to V5.1.2 by calling, e.g., modGwout.allrt.fc <- ReadGwOutNetCDF(dataPath, basid=1).

@youcanf
Copy link
Author

youcanf commented May 2, 2020

I am able to compile this commit on both Windows and Linux with no problem, but I have no idea about the reported errors found by the check. I have tried the devtools::check() too, and even the master branch can't pass the check with the same errors reported:
❯ checking examples ... ERROR
Running massageExamples to create ‘rwrfhydro-Ex.R’ failed
Error in x[[1L]] : subscript out of bounds
❯ checking for unstated dependencies in examples ... WARNING
Error in x[[1L]] : subscript out of bounds

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.

1 participant