Skip to content

Spatio-Temporal Downscaling of Climate Data using Convolutional and Error-Predicting Neural Networks

License

Notifications You must be signed in to change notification settings

billycz8/convolutional-downscaling

 
 

Repository files navigation

Spatio-Temporal Downscaling of Climate Data using Convolutional and Error-Predicting Neural Networks

This folder contains a tensorflow implementation for the DCN and RPN architectures of the paper:

The file model.py contains functions to construct the proposed architectures.
Use 'get_model(residual = False)' for the DCN and 'get_model(residual = True)' for the RPN architecture.

Dependencies

  • Tensorflow

Citation

If you find our work useful to your research, please consider citing:

@article{serifi2021spatio,
  title={Spatio-Temporal Downscaling of Climate Data using Convolutional and Error-Predicting Neural Networks},
  author={Serifi, Agon and G{\"u}nther, Tobias and Ban, Nikolina},
  journal={Frontiers in Climate},
  volume={3},
  pages={26},
  year={2021},
  publisher={Frontiers}
}

License

By downloading and using the code you agree to the terms in the LICENSE.

About

Spatio-Temporal Downscaling of Climate Data using Convolutional and Error-Predicting Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • Jupyter Notebook 3.9%
  • Shell 0.3%