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

Aquifer option bigBucket is not yet implemented for groundwater decision singleBasin #500

Open
wknoben opened this issue Dec 1, 2021 · 1 comment

Comments

@wknoben
Copy link
Collaborator

wknoben commented Dec 1, 2021

Feature Requests

  • Description of feature
    Functional aquifer option for groundwater decision singleBasin.

  • Description of the problem the feature addresses
    This modeling option seems planned development but hasn't been included yet.

See:

! compute water balance for the basin aquifer

 ! compute water balance for the basin aquifer
 if(model_decisions(iLookDECISIONS%spatial_gw)%iDecision == singleBasin)then
  message=trim(message)//'multi_driver/bigBucket groundwater code not transferred from old code base yet'
  err=20; return
 end if
  • Will the proposed feature be backward compatible?
    Yes, this only adds functionality.

  • Will the proposed feature change the science results of SUMMA?
    No existing results will change. New results will be made possible.

@wknoben
Copy link
Collaborator Author

wknoben commented Dec 1, 2021

Further note: when this is addressed this check in coupled_em will need to be updated too:

message=trim(message)//'expect "spatial_gw" decision to equal localColumn when "groundwatr" decision is bigBucket'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant