openclimatefix / MetOfficeDataHub

Python wrapper around MetOffice Atmospheric Model Data REST API
MIT License
3 stars 0 forks source link

Live: Collect 10 NWP variables #48

Closed peterdudfield closed 1 year ago

peterdudfield commented 1 year ago

Detailed Description

Update NWP to collect the following variables

Currently only 4 are collected

Context

Possible Implementation

This is done in api of https://metoffice.apiconnect.ibmcloud.com/

Tasks

devsjc commented 1 year ago

NOTE: snow depth is not measured in meters - from the API configurator:

Liquid water equivalent (LWE) depth of the snow lying on the surface (ground). Typically water is 10 times as dense as snow so multiplying by 10 gives an approximate depth of the snow, although wet snow can be significantly denser and powder snow much less dense. A scaling factor of 1000 is used to convert m (the units received from Science) to kg m-2 (GRIB2 units).

Unit kg m-2

devsjc commented 1 year ago

@peterdudfield The description above asks for downward longwave radiation flux - ground however the current in-use order (of 4 parameters) requests downward shortwave radiation flux at surface - ground. Do we definitely want to swap to longwave?

devsjc commented 1 year ago

Created draft order at https://gridded-data-ui.cda.api.metoffice.gov.uk/order-summary/0cd79040-8570-4a42-8f69-20793f1bed41. Estimated at 33gb/month

peterdudfield commented 1 year ago

I think we should get dswrf, but actually grabbing both could be good