{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Madrigal ftp file interface $Id: ftp_files.html 7305 2021-02-09 15:33:31Z brideout $ {% endcomment %} {% block title %}Madrigal FTP interface{% endblock %} {% block content %}

Choose up to 10 files for {{inst_name}}, year {{year}}, format: {{format_desc}}, kind of data: {{kindat_desc}}:

Click on the individual filename link to download an individual file. Select up to 10 checkboxes to download more than one file at once as a tar archive.

To download more than 10 files, use the Download files script generator page to easily generate a script you run on your own computer to download as many files as you want. Please run only one script at a time.

PI: {{ pi_name }} - please contact before using this data!

{% if fullFilenames %} {% for fullFilename, basename, dateStr in fullFilenames %}

{{basename}} - {{dateStr}}

{% endfor %} {% else %}

No files listed because the main file is too large to dynamically create this format, and no cached files in this format currently available. Please try a different format.

{% endif %}

{% endblock %}