File size: 266 Bytes
c2a61b6 | 1 2 3 4 5 6 7 8 9 10 | """
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"
|