{% extends "base_with_date_picker.html" %} {% load static %} {% comment %} # # Copyright (c) 2020 NIBIO . # # This file is part of VIPSWeb. # VIPSWeb is free software: you can redistribute it and/or modify # it under the terms of the NIBIO Open Source License as published by # NIBIO, either version 1 of the License, or (at your option) any # later version. # # VIPSWeb is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # NIBIO Open Source License for more details. # # You should have received a copy of the NIBIO Open Source License # along with VIPSWeb. If not, see . # {% endcomment %} {% load i18n %} {% block title %}{% trans "Septoria humidity model" %}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}

{% trans "Septoria humidity model" %}

{% trans "The risk of leaf spot diseases in cereals is calculated based on the number of hours with leaf wetness. The model requires the input of the date for development stage (BBCH) 31 or 32. The dates for the other development stages are calculated in the model but can be adjusted manually. Read more and watch the information video (Norwegian audio). The humidity model was developed by SEGES in Denmark as a decision support tool to assess the risk of wheat leaf spot in winter wheat under Danish conditions." %}

{% trans "Select weather data" %}
{% trans "Sprayings" %}
{% trans "Growth stage (GS)" %}
{% trans "Show advanced settings" %}
{% endblock %} {% block customJS %} {% endblock %}