You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to enable Raven tutorial notebooks on Jenkins, just like Finch and Pavics-sdi notebooks currently.
This means Raven notebooks should pass on all test deployments of PAVICS, not just on prod deployment. So we need to replicate testdata to all the test deployments.
I made this choice initially because the performance with the NcML was terrible. It just hanged there forever. Since the NcML is now using rechunked date, we should check if performance is acceptable.
The goal is to enable Raven tutorial notebooks on Jenkins, just like Finch and Pavics-sdi notebooks currently.
This means Raven notebooks should pass on all test deployments of PAVICS, not just on prod deployment. So we need to replicate testdata to all the test deployments.
This notebook https://github.com/Ouranosinc/raven/blob/3c768f167fbb7515206b63b90020e57708ebbc4d/docs/source/notebooks/Full_process_example_1.ipynb use two gigantic testdata file (ERA5_tas = "https://pavics.ouranos.ca/twitcher/ows/proxy/thredds/dodsC/birdhouse/ecmwf/era5_rechunk/tas_era5_reanalysis_hourly_2020.nc", ERA5_pr = "https://pavics.ouranos.ca/twitcher/ows/proxy/thredds/dodsC/birdhouse/ecmwf/era5_rechunk/pr_era5_reanalysis_hourly_2020.nc") that are 17G each !
Either:
.ncml
link instead of.nc
(.ncml
do not need to be replicated to test deployments, they are taken directly on the prod server)pavics.ouranos.ca
toboreas.ouranos.ca
so these.nc
files are taken directly from prod server instead of from the test serverThe text was updated successfully, but these errors were encountered: