Skip to content

aserifi/convolutional-downscaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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