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

Support Irrigation #131

Open
3 of 4 tasks
akrherz opened this issue May 27, 2022 · 1 comment
Open
3 of 4 tasks

Support Irrigation #131

akrherz opened this issue May 27, 2022 · 1 comment
Assignees

Comments

@akrherz
Copy link
Member

akrherz commented May 27, 2022

As we expand west, we need to explicitly support Irrigation. So the current TODO list:

  • database tracking of flowpaths that have irrigation. Simple boolean, one/off for the duration of modeling.
  • support this for specification for WEPP runtime
  • ensure this data does not come out the output end as precipitation
  • will want explicit per flowpath per OFE irrigation per year specification
@akrherz akrherz self-assigned this May 27, 2022
akrherz added a commit to akrherz/iem-database that referenced this issue May 27, 2022
akrherz added a commit to akrherz/dep that referenced this issue Jun 17, 2022
@akrherz
Copy link
Member Author

akrherz commented Jun 21, 2022

For the WEPP implementation, we want option 2 "Depletion based sprinkler". This requires some parameters to be set, including.

  • application rate of irrigation system (m/s) - real (irrate)
  • ratio of application depth to amount of water needed to fill the soil profile to field capacity - real (aprati)
  • maximum value for the ratio of available soil water depletion to available water holding capacity (depletion ratio at which irrigation will occur) - real (deplev)
  • sprinkler nozzle impact energy factor - real (nozzle)
  • Julian date of the beginning of the period during which irrigation might occur (julian day) - integer (irbeg)
  • year of the beginning of the period during which irrigation might occur (year) - integer (yrbeg)
  • Julian date of the end of the period during which irrigation might occur (julian day) - integer (irend)
  • year of the end of the period during which irrigation might occur (year) integer (yrend)

akrherz added a commit to akrherz/dep that referenced this issue Jun 23, 2022
akrherz added a commit to akrherz/iem-database that referenced this issue Jun 27, 2022
akrherz added a commit to akrherz/dep that referenced this issue Jun 27, 2022
akrherz added a commit to akrherz/dep that referenced this issue Jun 27, 2022
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