Skip to content

Instantly share code, notes, and snippets.

View sol1105's full-sized avatar

Martin Schupfner sol1105

View GitHub Profile
@sol1105
sol1105 / generate_cc6_c7_mapping.py
Created October 14, 2025 14:33
Generate a mapping between CORDEX-CMIP6 variable names (eg. "mon.tas") and branded variable names (eg. "tas_tavg-h2m-hxy-u")
"""
#Prerequisites:
git clone https://github.com/WCRP-CORDEX/cordex-cmip6-cmor-tables.git
git clone https://github.com/CMIP-Data-Request/CMIP7_DReq_Software.git
git clone https://github.com/znicholls/CMIP-branded-variable-mapper.git
cd CMIP-branded-variable-mapper
pip install -e .
cd ..
"""