Skip to content

mtyamane/ArcEns-Val

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arctic Weather Ensemble Validation

Code and figures from model validation of ECMWF ensemble forecasts against NOAA Arctic Saildrone data documented in:

Yamane MT, Zhang C
Validation of ECMWF Ensemble Forecasts Against Saildrone Observations in the Arctic

which was presented at AGU Fall Meeting 2021 and is a product of Yamane's 2021 NOAA Hollings summer internship.

figures stores example figures used for the research poster

forecasts stores ECMWF ensemble forecast data with data retrieval, EDA, and processing scripts

saildrones stores saildrone data with EDA and processing scripts

Dependencies

  • ecmwfapi
  • matplotlib
  • numpy
  • xarray

Directory Structure

.
|-- figures
|   |-- err_oneday
|   |   `-- .gitignore
|   |-- err_onemonth
|   |   `-- .gitignore
|   |-- err_fulltime
|   |   `-- .gitignore
|   `-- .gitignore
|-- forecasts
|   |-- combined
|   |   |-- .gitignore
|   |-- filtered
|   |   `-- .gitignore
|   |-- full
|   |   `-- .gitignore
|   |-- REQUESTS.py
|   |-- retrieve_forecast_data_even.py
|   |-- retrieve_forecast_data_odd.py
|   |-- retrieve_forecast_data_oneday.py
|   `-- retrieve_forecast_data.ipynb
|-- saildrones
|   |-- all (place '_all' saildrone files here!)
|   |   `-- .gitignore
|   |-- filtered
|   |   `-- .gitignore
|   |-- saildrone_eda.ipynb
|   |-- saildrone_filter.ipynb
|   |-- saildrone_filter.py
|   |-- saildrone_filter_figures.ipynb
|   `-- saildrone_path.ipynb
`-- README.md

About

⛵ Validation of ECMWF ensemble forecasts against saildrone observations in the Arctic

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors