From 9f473bd33a8b0dace50814e8e96848c142f2dc61 Mon Sep 17 00:00:00 2001 From: Paola Petrelli Date: Wed, 30 Oct 2024 16:12:50 +1100 Subject: [PATCH] merged with remote --- ACDD_conf.yaml | 2 +- CMIP6_conf.yaml | 2 +- README.md | 4 +--- conda/meta.yaml | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ACDD_conf.yaml b/ACDD_conf.yaml index 6af9b7d..5ab33ef 100755 --- a/ACDD_conf.yaml +++ b/ACDD_conf.yaml @@ -189,4 +189,4 @@ attrs: parent: !!bool false # CMOR will add a tracking_id if you want to define a prefix add here tracking_id_prefix: - comment: "post-processed using ACCESS-MOPPeR v1.1.0 https://doi.org/10.5281/zenodo.13841181" + comment: "post-processed using ACCESS-MOPPeR v1.1.1 https://doi.org/10.5281/zenodo.14010850" diff --git a/CMIP6_conf.yaml b/CMIP6_conf.yaml index e68c8f0..2deb98e 100755 --- a/CMIP6_conf.yaml +++ b/CMIP6_conf.yaml @@ -180,4 +180,4 @@ attrs: #CMOR will add a tracking_id if you want to define a prefix add here tracking_id_prefix: Conventions: "CF-1.7 CMIP-6.2" - comment: "post-processed using ACCESS-MOPPeR v1.1.0 https://doi.org/10.5281/zenodo.13841181" + comment: "post-processed using ACCESS-MOPPeR v1.1.1 https://doi.org/10.5281/zenodo.14010850" diff --git a/README.md b/README.md index c057ff9..00de0a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [ACCESS Model Output Post-Processor (MOPPeR)](https://access-mopper.readthedocs.io/en/latest) [![Read the docs](https://readthedocs.org/projects/access-mopper/badge/?version=latest)](https://access-mopper.readthedocs.io/en/latest/) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13841181.svg)](https://doi.org/10.5281/zenodo.13841181) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14010850.svg)](https://doi.org/10.5281/zenodo.14010850) This code is derived from the [APP4](https://doi.org/10.5281/zenodo.7703469), initially created by Peter Uhe for CMIP5, and further developed for CMIP6-era by Chloe Mackallah from CSIRO, O&A Aspendale. @@ -11,8 +11,6 @@ It used [CMOR3](https://cmor.llnl.gov/) and files created with the [CMIP6 data r CMOR uses Controlled Vocabularies as metadata constraints, with [CMIP6_CV.json](https://cmor.llnl.gov/mydoc_cmor3_CV/) being the main one. This has an effect on how the data is written in the files, variables' names, directory structure, filenames, and global attributes. The APP4 also relied on mapping files to match the raw model output to CMOR defined variables. To make this approach more flexible we introduced a new tool `mopdb` that helps the users create their own mapping and handling CMOR tables definitions. -Designed for use on ACCESS model output that has been archived using the [ACCESS Archiver tool](https://github.com/ACCESS-Hive/ACCESS-Archiver). - Although we retained a differentiation between `custom` and `cmip` mode the main workflow is the same and `mode` is now only another field in the main configuration file. See [MOPPeR ReadtheDocs](https://access-mopper.readthedocs.io/en/stable/) for the full documentation. diff --git a/conda/meta.yaml b/conda/meta.yaml index af35098..4f8f24c 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,6 +1,6 @@ package: name: mopper - #version: "{{ environ.get('GIT_DESCRIBE_TAG', '1.1.0') }}" + #version: "{{ environ.get('GIT_DESCRIBE_TAG', '1.0') }}" version: '1.1.1' #source: # path: ../.