-
Notifications
You must be signed in to change notification settings - Fork 4
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
PFlotran Example #72
Milestone
Comments
I made a new script that more closely matches the intended visualization. It has 2 main differences from the original script (above)
Also note there is a new json file to pass in to the script: gcp.json
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PFLOTRAN is a hydrology code used by scientists at DOE Labs for watershed analysis and related research. It has a custom results/output format that is not directly compatible with Xarary. Using a "reference file system", we can access PFlotran data. I am adding an example here as a starting point for some additional features we should consider developing.
To reproduce the screenshot.
1. Create a python venv and install these packages
2. Run the python script pasted below and pass in the attached json file, e.g.
pfsmall-gcp.json
FYI the PFlotran data file is an hdf5 file stored in Google Cloud bucket. It is a small (67MB) subset of a much larger dataset that Dipankar at Berkely Lab provided to us last year.
Candidate features/updates
From my notes Friday 22-Mar-2024 meeting with Dipankar and Chuyang
The text was updated successfully, but these errors were encountered: