{% extends "base.html" %} {% block title %}sharktopus — settings{% endblock %} {% block content %}

Settings

Environment

{% for k, v in env.items() %}
{{ k }}
{{ v }}
{% endfor %}

Export these before launching the UI to change behavior: SHARKTOPUS_DATA=/gfsdata sharktopus --ui.

About

sharktopus is an open-source Python library (MIT-licensed) that crops GFS GRIB2 files close to the source before downloading. Source: GitHub.

Built in support of the CONVECT research project (CNPq Chamada Eventos Extremos 15/2023), coord. Dra. Tânia Ocimoto Oda, at IEAPM, with UENF and UFPR as academic partners. sharktopus itself is not a product of any listed institution.

{% endblock %}