Skip to content

First configuration of the example repository for finam

Sebastian Müller requested to merge set_up_examples into main

Summary

This first repository set-up contains all the information require for any users to understand the capabilities that finam has.

All the necessary files for the correct management of the repository, as well as an adequate introduction to different users has been designed in the following structure:

..\finam-examples

├───01_Hargreaves-Samani
│    │
│    ├───data
│    │   temp.nc
│    ├───results
│    │   pet.nc
│    │
│    ├───src
│    │   component.py
│    │   pet_calculator.py
│    │  
│    └───README.md 

├───Images
│   Logo.png

├───.gitattributes
├───.gitignore
├───.gitlab-ci.yml
├───.pyproject.toml

└───README.md 

The example presented in this fist set-up shows the applicability and functionalities of finam in a simple model to estimate potential evapotranspiration according to Hargreaves and Samani (1985). The example illustrate how to read, write and plot data in finam and how to set up a component script for an empirical equation as cleanly and explicitly as possible.

Edited by Jeisson Leal

Merge request reports