From 2bd4ccc7cc9a141de63a9c66c8f41ef9ff07bd92 Mon Sep 17 00:00:00 2001 From: Brewster Malevich Date: Tue, 29 Mar 2022 17:51:43 -0700 Subject: [PATCH] Update README.md --- workflows/templates/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/templates/README.md b/workflows/templates/README.md index c7f0f1fb..8faeb5db 100644 --- a/workflows/templates/README.md +++ b/workflows/templates/README.md @@ -20,5 +20,5 @@ The majority of the other `WorkflowTemplate` files specify single-tasks used as A few other files to note: -- `clean-era5.yaml` Needs to be run on its own before the larger workflow is run. This performs additional preprocessing to ERA5, in addition to the processing described in `notebooks/`. This is needed so the ERA5 can be used as a reference dataset. -- `create-pr-references.yaml` Also needs to be run before the larger workflow is run for precipitation. It reads in the cleaned ERA5 data to create precipitation reference dataset. This allows us to carefully handle wet-day adjustments and run the larger precipitation workflow without repeating reference-creation steps. \ No newline at end of file +- `clean-era5.yaml` Needs to be run on its own before the larger workflow is run. This performs preprocessing to ERA5, in addition to the downloading/processing described in `notebooks/`. This is needed so the ERA5 can be used as a reference dataset. +- `create-pr-references.yaml` Also needs to be run before the larger workflow is run for precipitation. It reads in the cleaned ERA5 data to create precipitation reference dataset. This allows us to carefully handle wet-day adjustments and run the larger precipitation workflow without repeating reference-creation steps.