This repository was archived by the owner on Sep 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Download additional UK Met Office UKV NWPs #196
Labels
data
New data source or feature; or modification of existing data source
enhancement
New feature or request
infrastructure/on-premises hardware
Comments
This seems to work in
I'm not sure if |
Not using FileZilla. Instead, using The command below ignores:
Run this in the local directory for 2021 data: wget --user=<username> --password=<password>
--recursive -nH --cut-dirs=5 --no-clobber
--reject-regex "[[:digit:]]{8}(03|09|15|21)00.*\.grib$"
--reject-regex "T120\.grib$"
--reject-regex "Wholesale5.*\.grib$"
ftp://ftp.ceda.ac.uk/badc/ukmo-nwp/data/ukv-grib/2021 |
All UKV NWP data should be about 24 TBytes for:
|
|
Finished downloading raw NWP data for 2016 to 2021. Folder sizes:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
data
New data source or feature; or modification of existing data source
enhancement
New feature or request
infrastructure/on-premises hardware
Detailed Description
We already have several years of UKV NWPs. But we should grab the most recent data, so it covers the same timespan as the ESO PV forecasts.
Possible Implementation
Use FileZilla to FTP from CEDA to
leonardo
. (I won't installFileZilla
onleonardo
because that will also install xorg etc. Instead I'll run FileZilla on my NUC, and mountleonardo
on the NUC. If this doesn't work, consider usingLFTP
running onleonardo
)The text was updated successfully, but these errors were encountered: