geodesymiami / Precip

GNU General Public License v3.0
4 stars 0 forks source link

Instructions for run_plot_precipitation_all.py #2

Closed falkamelung closed 1 month ago

falkamelung commented 2 months ago

There are three elements:

run_plot_precipitation_all.py should read Holocene_Volcanoes_precip_cfg.xlsx which gives the instructions no which volcanoes to process

I suggest to have an environment variable $PRECIP_PRODUCT_DIR for the output directory (If it does not exist use SCRATCHDIR/precip_products).

The plots should end up in one directory for each volcano with the volcano ID in the name. So for MaunaLoa it should be $PRECIP_PRODUCT_DIR/332020,. etc

We will access the data for one volcano using e.g. https://www.mirovaweb.it/?action=volcanoDetails&volcano_id=332020

Examples: https://www.mirovaweb.it http://www.mounts-project.com/home

falkamelung commented 1 month ago

DONE