Skip to content

ensemble_forecast_download_gfs05 #483

ensemble_forecast_download_gfs05

ensemble_forecast_download_gfs05 #483

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
name: ensemble_forecast_download_gfs05
jobs:
gfs05:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
OSN_KEY: ${{ secrets.OSN_KEY }}
OSN_SECRET: ${{ secrets.OSN_SECRET }}
container: rocker/geospatial:latest
steps:
- uses: actions/checkout@v3
- name: Install
shell: Rscript {0}
run: |
remotes::install_github("FLARE-forecast/RopenMeteo")
- name: Download
shell: Rscript {0}
run: |
install.packages("RCurl")
source("drivers/gfs05.R")