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

Groundwater Functionality - Main Summary Ticket #46

Open
dvalters opened this issue Jul 15, 2022 · 0 comments
Open

Groundwater Functionality - Main Summary Ticket #46

dvalters opened this issue Jul 15, 2022 · 0 comments

Comments

@dvalters
Copy link
Owner

Several new components have been added to the CAESAR-Lisflood code upstream (the Windows version). AB has added these componets to the CAESAR_GW batch of code. The main additions are the model options of swappig out TOPMODEL for SLiM to incorporate groundwaer more realistically. There is a basic groundwater option and a separate option that allows the user to run with the SLiM model that includes water partitioning (overwriting the standard recharge process)

Groundwater inputs

  • Initial groundwater
  • Groundwater boundary file
  • Hydraulic conductivity (m/d) file
  • Specific yield (-) file
  • Recharge rate (% rainfall 0-1)

Water Partitioning

  • Start date
  • HOST file(?)
  • Landuse file
  • Potential Evaporation location file
  • Potential Evaporation table file
  • Initial soil moisture deficit file

There is a test case for both GW and SLiM in the CAESAR_GW folder

The key functions to look at are:

  • wpgw_water_input()
  • water_partitioning(rain_data_time_step)
  • Groundwater_Flow(1440)

Key data structures:

  • dailyBF[][]
  • wp_added_water_daily[][]
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

1 participant