{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Madrigal Madrigal Calculator page $Id: madrigal_calculator.html 5900 2016-11-30 21:30:42Z brideout $ {% endcomment %} {% block title %}Run Madrigal calculator{% endblock %} {% block content %}
This page will calculate any Madrigal parameter(s) you select for a single given time and grid of latitude, longitude, and altitude.
{% include "parm_popup.html" %} {% endblock %}