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

Reduce Model Output Size - Limit output to specified columns of interest #2

Open
fbaig opened this issue Feb 15, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@fbaig
Copy link
Contributor

fbaig commented Feb 15, 2024

Problem
Working with AORC dataset, the output generated by the model is very large (GBs). Pulling output back to the user environment can become prohibitive and limit further analysis.

Proposed Solution
Generally, a user is interested in a specific category of columns instead of all of the columns. Limit the number of columns generated by the model. For example, selecting only streamflow columns from CHROUT reduces the output size by approximately 65%

Possible implementations

  • Customize postprocessing.sh to filter out columns of interest only
  • Look for possible parameters in the WRF-Hydro model itself to generate only specified columns

Pull Request
ToDo ...

@fbaig fbaig added the enhancement New feature or request label Feb 15, 2024
@fbaig fbaig self-assigned this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant