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

Include all modeling decisions (i.e., parametrizations) in the output file #563

Open
ijaguirre opened this issue Apr 8, 2024 · 1 comment

Comments

@ijaguirre
Copy link

ijaguirre commented Apr 8, 2024

Feature Requests

  • Description of feature: Include all modeling decisions (i.e., parametrizations) in the output file (even the default ones).

  • Description of the problem the feature addresses: Output NetCDF files from SUMMA include all the modeling decisions chosen (i.e., the parameterizations) in the attributes; however, they do not include information about the default modeling decisions that were chosen by SUMMA when no decision was included in the file.
    For example, in the screenshot, there is no information about cIntercept or rootProfil , although there was a default option selected in the code.

Screenshot 2024-04-08 at 11 46 59 AM

It would be fantastic to include a new feature that mentions all decisions (even the ones selected by default). As an example, if rootProfil is not mentioned in modelDecisions.txt, powerLaw will be selected as described in

case('powerLaw','notPopulatedYet'); model_decisions(iLookDECISIONS%rootProfil)%iDecision = powerLaw ! simple power-law rooting profile

  • Will the proposed feature be backward compatible? Yes

  • Will the proposed feature change the science results of SUMMA? No

@andywood
Copy link
Collaborator

andywood commented Apr 8, 2024 via email

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

No branches or pull requests

2 participants