Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 773 Bytes

File metadata and controls

31 lines (20 loc) · 773 Bytes

AtmExtract

A modular Python pipeline to extract GNSS Radio Occultation atmospheric profiles from UCAR COSMIC, co-locate them with IBTrACS tropical cyclone tracks, and analyse thermodynamic structure.


What it does

CDAAC archive  ──►  extract_range.py   ──►  RO profile index (.txt)
IBTrACS CSV    ──►  colocation.py      ──►  co-located profiles per storm

pip install -r requirements.txt

cd src

# 1. Co-locate RO profiles with a storm
python3 gnss_cyclone_colocationv2.py 2020 2020 NI AMPHAN
 
# 2. Run analysis  (edit LANDFALL at top of script)
python3 cyclone_analysis.py ro_data/colocation/2020136N10088_AMPHAN.txt

Citation

DOI: 10.5281/zenodo.19008300