Saturday, July 27, 2024

GEOframe Monsoon School - July 25-31, 2024 IIT Bombay, Mumbai India

The main goal of this school at IIT Bombay, was to familiarize participants with various aspects of hydrological modelling, with a specific emphasis on practical training using GEOframe and hydrological modelling tools developed at IIT Bombay. The program also included a one-day session featuring guest lectures and discussions on the future and advancement in hydrological modelling. 

Hydrological modelling is crucial for managing water resources, predicting water flow, flood inundation, and assessing climate change impacts. Modern computers enable simulations across extensive spatial and temporal scales. Developed at the University of Trento, Italy, GEOframe is a state-of-the-art system for hydrological analysis and modelling. It offers a suite of specialized solutions, each tailored to quantify different components of the hydrological cycle—rainfall, snow, evapotranspiration, runoff, root-zone water content, and groundwater amount—across any study area and time resolution. GEOframe's versatility has been proven in diverse applications, from point-scale studies to large catchments like the Blue Nile. It is currently being deployed with great detail in the Po River basin, Italy's largest river system. GEOframe is open source and built with open-source tools. 

                                                       Participants of the school with GEOframe crew. 

Organising Committee/Tutors:
Prof. Ricardo Rigon, University of Trento
Prof. Basudev Biswal, IIT Bombay
Prof. Giuseppe Formetta, University of Trento
Dr. John Mohd Wani, University of Trento
Dr. Concetta D'Amato, University of Trento
Sameer B. Uttarwar, University of Trento
Dr. Prashant Istalkar, IIT Bombay
Akshay Kadu, IIT Bombay
Dnyanesh Borase, IT Bombay
Ekant Sarkar, IIT Bombay
Saba Shakeel Raina, IT Bombay

 


Partners:
Department of Civil, Environmental and Mechanical Engineering, University of Trento
Center Agriculture Food Environment, University of Trento
GISE Hub, Geospatial Information Science & Engineering, IIT Bombay



Course Programme:

July 25 - General Overview about Hydrology and Modelling
  • An overview of catchment processes hydrology between physics and modelling (slides, video)
  • Introduction to GEOframe system and installation instructions (material, video)

July 26 - Geomorphology and Basin Delineation
  • OSF Introduction (part 1. part 2, part 3, video)
  • Geomorphology and basin delineation using GEOframe Input Builder (slides, material, video)

July 27 - Energy Budget and Kriging
  • Theory on Shortwave and longwave radiation estimates (slides 1, 2, 3, 4, 5)
  • Radiation estimation with GEOframe (material, video)
  • Spatial interpolation of meteorological data (slides 123, video)
  • Kriging estimate with GEOframe / Hands-on training (slides, material, video)
  • Introduction to available gridded meteorological datasets (material, video)

July 28 - Steps in Hydrological Modelling & Evapotranspiration & GEOframe-NewAGE
  • The seven steps on Hydrological modeling (slides 123, video)
  • Evapotranspiration: From advanced theory to current simplifications (slides, video)
  • ET estimation and sim file generation / Hands-on training (material 1, 2, video)
  • The Embedded Reservoir Model (slides 1, 2, video)

July 29 - Rainfall-Runoff Modelling

  • Challenges in calibration modelling (slides 1, 2, video)
  • Introduction to creation of sim files for running rainfall runoff model in GEOframe (slides, material, video)

July 30 - Rainfall-Runoff Modelling with GEOframe

  • The GEOframe story crew (slides, video)
  • Visualizing subbasin network from topology files (material, video) 


July 31 - Workshop “Advances in hydrological modelling”
  • Digital twin concept (slides, video)

During the school, the group of Prof. Basudev Biswal, IIT Bombay, India presented their rainfall-runoff model, i.e., the Dynamic Budyko model (material, video).

Additional material on the same topics can be found at the GEOframe School Index which contains links to the previous Schools and the Courses in Hydrological modelling. All the material is in English, obviously.

Friday, July 5, 2024

Survey for gaining users and attendees feedback on GEOFrame - Schools

 Dear GEOFrame users, 

please help us (GEOFrame developers) to gain your feedback on 

  • GEOFrame schools 
  • GEOFrame framework usage: difficulties you encountered, suggestions for improving the single parts of the code
  • Potential area you would like to be developed and how 
To this LINK you can find the anonymous survey, which would take less than 5 minutes of your time and will be very helpful for the GEOFrame schools and framework future development.






Thursday, July 4, 2024

Pills of Java Modeling on Eclipse and Git Hub basic example

The most crucial guideline in the GEOframe framework is the implementation of open-source models.

Research must be open. Each member's knowledge must be shared.

To this end, Concetta D'Amato conducted a concise introduction on Java modeling and the use of GitHub to update the GEOframe GitHub page. 

At this link, you can find the videos recorded of the lessons in which she answered to this questions:

Eclipse - JAVA

1. How to structure the code?

2. How to make an abstract class and what is it? 

3. Is there a naming convention in the project (in addition to the classical Java naming convention)?

4. How to create a test class from the main java class?

5. How to export the project for use in OMS?

6. How to connect the components in Java and OMS?

7. How to use already available tools like readers/writers, solvers, etc.?

8. How to define the things inside the Gradle build file necessary for managing the project dependencies?

Git-Hub

9. How do I configure a GitHub repository in the 'geoframecomponents' group? (e.g. .gitignore, license…)?

10.  How to create a fork from original codes available in GitHub?

11.  How to update GitHub after changes in the local code?