Skip to content

VicenteBurchard/curso-aet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop on pyTSEB modelling framework

Digital Jupyter Book collection developed for the Workshop on pyTSEB and py3SEB modelling frameworks.

Installation

You can use Binder for runing the notebooks in the cloud

Optionally you could run the notebooks locally. To do so, you should have these programs installed:

We need to install all the library requisites for this tutorial included in requisites.txt or in environment.yml

Install the requirements either with conda/mamba:

mamba env create -f environment.yml

or

conda env create -f environment.yml

or with pip:

pip install -r requirements.txt

Run the interactive book

Run the following command to initialize the book:

bash run_workshop.sh

or

run_workshop.bat if you are working under Windows.

Open your web browser to http://localhost:3000

Contents

  1. Introduction to TSEB and 3SEB

    a. How TSEB and 3SEB work?: a quick overview of low-level code

  2. Physical principles.

    a. Radiation transfer

    b. Turbulent exchange of heat and vapour

    c. Net radiation estimation

License

Creative Commons Attribution-ShareAlike 4.0 International.

This work is licensed under Attribution-ShareAlike 4.0 International. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/

This license requires that reusers give credit to the creator. It allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, even for commercial purposes. If others remix, adapt, or build upon the material, they must license the modified material under identical terms.

  • BY: Credit must be given to you, the creator.
  • SA: Adaptations must be shared under the same terms.

About

Workshop on TSEB & 3SEB modelling framework

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 80.2%
  • TeX 19.5%
  • Other 0.3%