Provides infrastructure to evaluate model against WOUDC sonde network.
- Search for OzoneSondes and download "Data File URLs" format from woudc.org
- save downloaded urls.csv in this folder
- Edit Makefile and then type make
- set YYYY in Makefile to the year for evaluation
- set MODTMP to a strftime template for model (e.g.,
/path/ACONC_%Y%m%d
)
- Run
make
- Model output for comparison (CMAQ, CAMx, or GEOS-Chem)
- Python (3 recommended)
- pandas
- numpy
- matplotlib
- PseudoNetCDF
- Create a urls.csv file from woudc.org data search that points to all sonde files you want to download.
- Download all sondes from URLs (
make dataupdated
). - Create a metadata file locations.json (
make locations.json
). - Update Makefile to point to your model data (manual).
- Create NetCDF files (
make ncupdated
). - Create figures (
make -C figs
)
./
|- README.md
|- urls.csv*
|- Makefile
|- extract_sondes.py
|- filecleaner.py
|- getlocs.py
|- locations.json
|- data/
|- mod/
|- obs/
|- figs/