Skip to content

Commit

Permalink
Merge pull request #291 from akrherz/241107
Browse files Browse the repository at this point in the history
Finish WEPP Update
  • Loading branch information
akrherz authored Nov 7, 2024
2 parents 1b60b3f + b96bcb1 commit 799ddf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/RT/enqueue_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from pyiem.util import get_dbconn, logger

YEARS = datetime.date.today().year - 2006
WEPPEXE = "wepp20240930"


def get_rabbitmqconn():
Expand Down Expand Up @@ -200,7 +201,7 @@ def main(argv):
wr = WeppRun(row[0], row[1], clfile, scenario, row[3], row[4])
payload = {
"wepprun": wr.make_runfile(),
"weppexe": "wepp2023",
"weppexe": WEPPEXE,
}
channel.basic_publish(
exchange="",
Expand Down
1 change: 1 addition & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ with high resolution time precision?!?
- Change WEPP `.env` files to have explicit years (#183).
- [sedout.for] Make `.env` output single space delimited (#208).
- [pmxtls.inc] Increase `mxtlsq=300` to support dynamic tillage dates.
- [mltbtm.f] Workaround issue found with pull request 290

0 comments on commit 799ddf3

Please sign in to comment.