atmos / src /__init__.py
Edge001's picture
Upload folder using huggingface_hub
c2a61b6 verified
Raw
History Blame Contribute Delete
266 Bytes
"""
AI-Driven Climate Model Downscaling System
A deep learning-based super-resolution system for converting low-resolution
climate model outputs to high-resolution regional predictions.
"""
__version__ = "0.1.0"
__author__ = "Climate Downscaling Project"