cedadev / flamingo

Flamingo WPS
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add CRUTS4.05 data to flamingo #11

Closed agstephens closed 2 years ago

agstephens commented 3 years ago

NOTES about gzipped CRU TS data:

  1. xarray can read .nc.gz - so we don't need to gunzip or change anything!

Tasks:

agstephens commented 3 years ago

NOTES ABOUT PROCESS:

  1. Gunzipping uses lots of memory - we only have 4GB RAM on ceda-wps-staging - so testing fails with real data. Solution could be:
    • [x] Set up to use test data only (rather than /badc/). The playbook can do this by cloning to /tmp/mini-ceda-archive/... and updating the /etc/roocs.ini file from the template. Just need to change the base path in it.
agstephens commented 3 years ago

Related to: #13

agstephens commented 3 years ago

To check:

agstephens commented 3 years ago

Try to re-deploy, with HadUK-Grid switched off, on ceda-wps-staging.

NOTE: must use pywps==4.4 at the moment; 4.5 is broken on github.

agstephens commented 3 years ago

Combine roll-out with: https://github.com/cedadev/flamingo/issues/13 They both appear to work.