You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
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 fromCHROUT
reduces the output size by approximately 65%Possible implementations
Pull Request
ToDo ...
The text was updated successfully, but these errors were encountered: