Skip to content

LGlawion/consistency-climate-downscaling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative climate model downscaling

Overview

This is the repository of the paper "Fast, scale-adaptive and uncertainty-aware downscaling of Earth system model fields with generative machine learning" (https://www.nature.com/articles/s42256-025-00980-5).

Usage

Set paths to training data and hyperparameters in src/configuration.py. Some can be changed via the shell when executing the training run with:

python main.py \
    --name "my_model" \
    --n_epochs 50 \
    --batch_size 8 

Test

Run unit tests with

 python -m unittest discover tests/

References

The implementation is mostly based on the repositories:

as well as the papers:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.6%
  • Dockerfile 0.4%