noctiluc3nt / download_meteodata

Download meteorological data from different sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download meteorological data from different sources

Scripts:

  • get_carra.py: downloading CARRA reanalysis on model levels
  • get_cryosat2.py: downloading monthly sea ice thickness derived from CryoSat2
  • get_era5.py: downloading ERA5 reanalysis on pressure levels
  • get_metno.py: downloading station observations from met.no
  • get_metno.r: downloading station observations from met.no
  • get_sounding.py: downloading soundings (radiosonde) from UWyo
  • submit.sh: submit slurm job

Sources:

Download from THREDDS: wget -e robots=off -nH --cut-dirs 4 -nc -r -l5 -A '*.nc' -R 'catalog*' -I /thredds/fileServer/,/thredds/catalog/ 'https://thredds.met.no//thredds/fileServer/aromearcticlatest/archive/arome_arctic_det_2_5km_20221105T15Z.nc
or with Python: see, e.g.: https://github.com/steingod/downloadfromthredds

Contact: laura.mack@fu-berlin.de

About

Download meteorological data from different sources


Languages

Language:Python 78.4%Language:R 17.6%Language:Shell 4.0%