-
Notifications
You must be signed in to change notification settings - Fork 19
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
CFE output files (cat-*.csv) results are all zero #44
Comments
@shahab122. The easy, useless answer is that those are the default values your configurations is asking the SLOTH module to create as gap-filler for a few values that have to be supplied to CFE. But what we really need to do is: |
This is the sloth configuration here that is producing csv output files:
|
Two options here, one, change the order of the multi bmi module definitions so that sloth comes first in the list and CFE is last. By default, ngen will only output the output variables of the LAST modules defined in a multi-bmi model definition. The other option is to use the optional configuration key "output_vars" : [ "Q_OUT", "OTHER_KNOWN_OUTPUT_VAR"] With this list, you can explicitly define any output variable available in any of the modules, and the order they will appear in the output CSV file. |
First option works for me. It produces the output cat-*.csv files with the outputs for both serial and parellel run. Thank you Nels, I will add the updated one to the AWI_002 |
Updated AWI_03W_113060_002.tar.gz in S3 bucket with the new config file. |
@shahab122, could you please review the most recent updates and confirm that everything appears satisfactory on your end? Please inform us of any issues or concerns. Thank you! |
@arpita0911patel It worked on my end as well. However, I would prefer the output results (i.e., *.flowveldepth.csv files) for each catchment id, not for each time step. So, each *.flowveldepth.csv file should contain all time steps. I think it would make further analysis easier. Thank you! |
Thank you Shahab closing this ticket as it generates non zero output cat-*.csv files now. |
Config file is updated to resolve Issue #44
Hi everyone, I have run CFE using NGIAB for the Sipsey River basin (VPU # 03W) in Alabama. As I was checking the model outputs (e.g., "cat-117770.csv"), I found all values in the"cat-117770.csv" file to be zero. This is the case for all catchment csv files. I used "latest-86" image as I was running CFE within NGIAB on Black Warrior. I am not sure what went wrong as I followed the steps mentioned here: https://github.com/CIROH-UA/NGIAB-CloudInfra.
Screenshot of results with troute on:
Screenshot of results with troute off:
The text was updated successfully, but these errors were encountered: