Skip to content

Commit

Permalink
Update download_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KYSIEMENS committed Aug 14, 2024
1 parent c6cb9e9 commit d2aa127
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/downloads/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,7 @@ def main(m, date_tm, times=None):


if __name__ == '__main__':
main('geps', dt.now())
current_date = dt.now()
latest_run = current_date.replace(hour=12)
main('geps', latest_run)
#main('geps', gs.ARCHIVED_RUN)

0 comments on commit d2aa127

Please sign in to comment.