<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>EGU26 | John Mohd Wani | Cryosphere Research</title><link>https://johniitr.github.io/tags/egu26/</link><atom:link href="https://johniitr.github.io/tags/egu26/index.xml" rel="self" type="application/rss+xml"/><description>EGU26</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Wed, 06 May 2026 00:00:00 +0000</lastBuildDate><image><url>https://johniitr.github.io/media/icon_hu_982c5d63a71b2961.png</url><title>EGU26</title><link>https://johniitr.github.io/tags/egu26/</link></image><item><title>Getting Started with GEOtop: A Short Course at EGU 2026</title><link>https://johniitr.github.io/blog/egu-2026-geotop-course/</link><pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><guid>https://johniitr.github.io/blog/egu-2026-geotop-course/</guid><description>&lt;p&gt;Mountains store water as snow. Understanding when and how much of that snow melts is critical for millions of people downstream for drinking water, irrigation, hydropower, and flood forecasting. Yet modelling snow in complex terrain remains one of the hardest problems in hydrology.&lt;/p&gt;
&lt;p&gt;This May, at the
in Vienna, we are offering a &lt;strong&gt;hands-on short course&lt;/strong&gt; to help researchers and students get started with two powerful open-source tools for snow-dominated catchments: &lt;strong&gt;
&lt;/strong&gt; and &lt;strong&gt;
&lt;/strong&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="what-is-the-course-about"&gt;What is the Course About?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Session:&lt;/strong&gt;
&lt;br&gt;
&lt;strong&gt;When:&lt;/strong&gt; Friday, 8 May 2026, 16:15–18:00 CEST&lt;br&gt;
&lt;strong&gt;Where:&lt;/strong&gt; Room -2.62, Austria Center Vienna&lt;br&gt;
&lt;strong&gt;Conveners:&lt;/strong&gt; John Mohd Wani, Giacomo Bertoldi, Marialaura Bancheri, Matteo Dall&amp;rsquo;Amico, Giuseppe Formetta&lt;/p&gt;
&lt;p&gt;The course is designed for &lt;strong&gt;researchers, PhD students, and practitioners&lt;/strong&gt; who want to start using physically-based hydrological models but find the setup and compilation process daunting. We walk you through everything from installation to interpreting your first simulation results.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="what-you-will-learn"&gt;What You Will Learn&lt;/h2&gt;
&lt;p&gt;The GEOtop part covers:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;What is GEOtop?&lt;/strong&gt;: A physically-based model that couples energy and water balance at and below the land surface, including a multilayer snow scheme, soil freezing, and terrain effects.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Installation on any OS&lt;/strong&gt;: Step-by-step instructions for Linux, macOS, and Windows (via WSL). We tested every command live on Ubuntu 24.04 with GCC 13.3 and CMake 3.28.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Running your first simulation&lt;/strong&gt;: Understanding the directory structure, the &lt;code&gt;geotop.inpts&lt;/code&gt; configuration file, meteorological forcing format, and output files.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Hands-on output analysis&lt;/strong&gt;: A Jupyter notebook that reads GEOtop output and produces publication-quality plots of snow depth, SWE, energy balance, precipitation partitioning, snow density evolution, and more.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="why-geotop"&gt;Why GEOtop?&lt;/h2&gt;
&lt;p&gt;GEOtop solves the &lt;strong&gt;full surface energy balance&lt;/strong&gt;. It doesn&amp;rsquo;t use a simple degree-day approach. This means it can capture processes that simpler models miss: radiation effects in complex terrain, the thermal state of the snowpack (cold content vs. isothermal ripening), and the coupled dynamics of soil freezing and thawing.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not the easiest model to set up and that&amp;rsquo;s precisely why this course exists. Our goal is to lower the entry barrier so that more researchers in the snow and permafrost community can benefit from physically-based modelling.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="how-to-prepare"&gt;How to Prepare&lt;/h2&gt;
&lt;p&gt;To make the most of the hands-on session, please come with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A laptop with &lt;strong&gt;git&lt;/strong&gt;, &lt;strong&gt;CMake&lt;/strong&gt; (or Meson), and a &lt;strong&gt;C++ compiler&lt;/strong&gt; installed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Windows users&lt;/strong&gt;: install
beforehand&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;conda environment&lt;/strong&gt; for the Jupyter notebook:&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;conda create -n geotop_course &lt;span class="nv"&gt;python&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;3.11 pandas matplotlib numpy jupyterlab -c conda-forge -y
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Don&amp;rsquo;t worry if you can&amp;rsquo;t compile before the session, we&amp;rsquo;ll walk through it together.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="course-material"&gt;Course Material&lt;/h2&gt;
&lt;p&gt;All materials are open-access under a &lt;strong&gt;CC BY 4.0&lt;/strong&gt; license:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Material&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Link&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Presentation slides&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Installation, model overview, configuration&lt;/td&gt;
&lt;td&gt;&lt;em&gt;[Coming soon — will be uploaded after the course]&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Jupyter notebook&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Output analysis with 14 scientific plots&lt;/td&gt;
&lt;td&gt;&lt;em&gt;[Coming soon]&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Conda environment&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;environment.yml&lt;/code&gt; for Python setup&lt;/td&gt;
&lt;td&gt;&lt;em&gt;[Coming soon]&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;!--
TODO: After the course, replace the placeholder links above with:
- Link to the PDF/PPTX slides (e.g., hosted on Zenodo or GitHub)
- Link to the Jupyter notebook (e.g., GitHub repo)
- Link to the environment.yml
- Link to the quick reference card
Example:
| **Presentation slides** | Installation, model overview | [Download PDF](https://zenodo.org/record/XXXXX) |
--&gt;
&lt;hr&gt;
&lt;h2 id="a-taste-of-what-geotop-can-do"&gt;A Taste of What GEOtop Can Do&lt;/h2&gt;
&lt;p&gt;GEOtop has been used to simulate snow dynamics across the European Alps. Here&amp;rsquo;s an example from the Non Valley (Val di Non) catchment in Trentino, Italy, one of our operational setups showing simulated snow depth across the catchment in winter versus late spring:&lt;/p&gt;
&lt;figure class="align-center"&gt;
&lt;img src="spatial_snow_mps_output.png" alt="Spatial snow depth maps from the Non Valley — January vs May"&gt;
&lt;figcaption&gt;
&lt;strong&gt;Fig.:&lt;/strong&gt; Spatial snow depth maps from the Non Valley — January vs May.
&lt;br&gt;
&lt;span style="font-size: 0.85em; color: #777;"&gt;
&amp;copy; 2025 John Mohd Wani. All rights reserved.
&lt;/span&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The model captures the strong elevation dependence of snow accumulation and the progressive melt-out from valley floors to high-altitude ridgelines.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="related-resources"&gt;Related Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GEOtop source code:&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GEOtop user manual:&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GEOtoPy (Python wrapper):&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;geotopbricks (R package):&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key references:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Endrizzi, S., Gruber, S., Dall&amp;rsquo;Amico, M., Rigon, R. (2014). GEOtop 2.0: simulating the combined energy and water balance at and below the land surface. &lt;em&gt;Geosci. Model Dev.&lt;/em&gt;, 7, 2831–2857.
&lt;/li&gt;
&lt;li&gt;Rigon, R., Bertoldi, G., Over, T.M. (2006). GEOtop: A Distributed Hydrological Model with coupled water and energy budgets. &lt;em&gt;J. Hydrometeorol.&lt;/em&gt;, 7, 371–388.
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;See you in Vienna!&lt;/p&gt;
&lt;p&gt;If you have questions about the course, feel free to
.&lt;/p&gt;</description></item></channel></rss>