Code to replicate results for paper :Observational Uncertainty in Deep Learning Climate Downscaling and Projections. Brief review: -main.py: Is the script for training the deep learning models.
-inference.py: Uses the trained models to inference in different periods of interest.
-paper_plots.py: Script to generate plots used in paper.
-utils.py: Supporting functions for previous scripts.