From fc9781ddac6a914c16a8cac7f86d61dd26b86cf0 Mon Sep 17 00:00:00 2001 From: Stephanie Pennington Date: Thu, 6 Mar 2025 12:14:51 -0500 Subject: [PATCH 1/3] Create ess-dive-submissions.md --- pipeline/docs/ess-dive-submissions.md | 48 +++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 pipeline/docs/ess-dive-submissions.md diff --git a/pipeline/docs/ess-dive-submissions.md b/pipeline/docs/ess-dive-submissions.md new file mode 100644 index 0000000..073371f --- /dev/null +++ b/pipeline/docs/ess-dive-submissions.md @@ -0,0 +1,48 @@ +--- +editor_options: + markdown: + wrap: 72 +--- + +# Steps to update ESS-DIVE submissions + +0. Run processing pipeline to produce L1 data for synoptic and TEMPEST + sites + +1. Move L1 data to folders labeled `vX-X` \> `vX-X_SYN` and `vX-X` \> + `vX-X_TMP` . Each folder gets a copy of the `READMD.txt` and + `README_vX-X.txt` files. + +2. Prep package metadata files + +- Produce flmd using `flmd-generator.R` +- Copy over `dd.csv` from previous version (this file does not change + unless we change or add a new L1 column) +- Run `availability_graph.R` to produce availability graphs. + - Add saved graphs to quick start documents located in the FME + Data Management folder + - Export Google document as a PDF and move to submission folders + +3. Prep data + +- Compress all folders into \_.zip\_ format + +4. ESS-DIVE submission + +- If a minor version change: + + - Remove all data files + + - Add new files + + - Update data date range in submission metadata + + - Change version name in title and abstract + + - Finally, email ESS-DIVE support to start the re-review + +- If a major version change: + + - Create new submission + + - *More steps to come*... From d3140cefa671f20e496ad3fe7b9f23dddfc15ff2 Mon Sep 17 00:00:00 2001 From: Stephanie Pennington Date: Thu, 6 Mar 2025 12:16:14 -0500 Subject: [PATCH 2/3] Remove header info --- pipeline/docs/ess-dive-submissions.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/pipeline/docs/ess-dive-submissions.md b/pipeline/docs/ess-dive-submissions.md index 073371f..fedbeb4 100644 --- a/pipeline/docs/ess-dive-submissions.md +++ b/pipeline/docs/ess-dive-submissions.md @@ -1,26 +1,16 @@ ---- -editor_options: - markdown: - wrap: 72 ---- # Steps to update ESS-DIVE submissions -0. Run processing pipeline to produce L1 data for synoptic and TEMPEST - sites +0. Run processing pipeline to produce L1 data for synoptic and TEMPEST sites -1. Move L1 data to folders labeled `vX-X` \> `vX-X_SYN` and `vX-X` \> - `vX-X_TMP` . Each folder gets a copy of the `READMD.txt` and - `README_vX-X.txt` files. +1. Move L1 data to folders labeled `vX-X` \> `vX-X_SYN` and `vX-X` \> `vX-X_TMP` . Each folder gets a copy of the `READMD.txt` and `README_vX-X.txt` files. 2. Prep package metadata files - Produce flmd using `flmd-generator.R` -- Copy over `dd.csv` from previous version (this file does not change - unless we change or add a new L1 column) +- Copy over `dd.csv` from previous version (this file does not change unless we change or add a new L1 column) - Run `availability_graph.R` to produce availability graphs. - - Add saved graphs to quick start documents located in the FME - Data Management folder + - Add saved graphs to quick start documents located in the FME Data Management folder - Export Google document as a PDF and move to submission folders 3. Prep data From ec7de127ae5a86fe3843eacda51dd0dba55c2514 Mon Sep 17 00:00:00 2001 From: Ben Bond-Lamberty Date: Thu, 6 Mar 2025 12:44:42 -0500 Subject: [PATCH 3/3] Update check-workflow.yaml --- .github/workflows/check-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-workflow.yaml b/.github/workflows/check-workflow.yaml index b82751e..e0cbe9c 100644 --- a/.github/workflows/check-workflow.yaml +++ b/.github/workflows/check-workflow.yaml @@ -28,7 +28,7 @@ jobs: any::ggplot2 - name: Install other needed packages run: | - pak::pkg_install("COMPASS-DOE/compasstools") + pak::pkg_install("COMPASS-DOE/compasstools@v0.2") shell: Rscript {0} - name: Run data workflow run: |