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
- ecmwfapi
- matplotlib
- numpy
- xarray
.
|-- 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