Skip to content

GalacticBobster/AtmExtract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Extracting the Atmospheric States from Observations

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors