{% extends 'nmcc_ziamet/index.html' %} {% load staticfiles %} {% block head_css %} {% if output == 'graphs' %} {% endif %} {% endblock %} {% block head_scripts %} {% if output == 'graphs' %} {% endif %} {% endblock %} {% block breadcrumb_list_elements %} {{ block.super }}
  • {{ station.name }}
  • Request Reference ET and GDD Timeseries
  • {% if timeseries %}
  • {{ station.name }} Timeseries
  • {% endif %} {% endblock %} {% block center_column_content %} {% if timeseries %}

    {{ station.name }} Reference ET and GDD Timeseries

    {% else %}

    Request Reference ET and GDD Timeseries for {{ station.name }}

    {% endif %} {% if timeseries %} {% if output == 'graphs' %}
    {% else %}
    {% endif %} {% include 'nmcc_ziamet/station/retgdd_timeseries_table.html' %}

    ETh: Hargreaves and Samani Reference ET

    ETo: Penman-Monteith Short Canopy Reference ET

    ETr: Penman-Monteith Tall Canopy Reference ET

    {% else %} {% for error in form.non_field_errors %}

    Error: {{ error }}

    {% endfor %}
    {% csrf_token %}
    Growing Degree Days
    Date Range
    {% if not form.previous_days %}
    {{ form.start_date }}
    {{ form.end_date }}
    {% else %}
    {{ form.previous_days }}
    {% endif %}
    Formatting
    {% endif %} {% endblock %}