File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 77 - cron : ' 0 4 * * *'
88
99jobs :
10- build :
10+ install-esmvaltool-and-run-recipes :
1111 runs-on : " ubuntu-latest"
1212 steps :
1313 - uses : actions/checkout@v2
3030 - name : Install esmvaltool from conda
3131 shell : bash -l {0}
3232 run : mamba install esmvaltool
33+ # this step is currently unnecessary; might be useful depending on config customizations
3334 - name : Get config-user file
3435 shell : bash -l {0}
3536 run : esmvaltool config get_config_user
37+ # ################################
38+ # turning off local data caching since we turned on auto ESGF data download
39+ # ################################
3640 # - name: Cache datasets
3741 # uses: actions/cache@v1
3842 # env:
4549 # shell: bash -l {0}
4650 # run: |
4751 # head -4 data/dataset.urls | grep -v '#' | wget --input-file - --no-clobber --no-verbose --directory-prefix $HOME/climate_data/
52+ # #####################################
53+ # recipe fluxcom is not running since it needs OBS6 data, unavailable for download
54+ # #####################################
4855 - name : Run all warming stripes recipes in files/
4956 shell : bash -l {0}
5057 run : |
You can’t perform that action at this time.
0 commit comments