Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 104681b

Browse files
authored
Merge pull request #193 from ACCESS-Community-Hub/newpre
merged with remote
2 parents 65c4a8a + 9f473bd commit 104681b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

ACDD_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ attrs:
189189
parent: !!bool false
190190
# CMOR will add a tracking_id if you want to define a prefix add here
191191
tracking_id_prefix:
192-
comment: "post-processed using ACCESS-MOPPeR v1.1.0 https://doi.org/10.5281/zenodo.13841181"
192+
comment: "post-processed using ACCESS-MOPPeR v1.1.1 https://doi.org/10.5281/zenodo.14010850"

CMIP6_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ attrs:
180180
#CMOR will add a tracking_id if you want to define a prefix add here
181181
tracking_id_prefix:
182182
Conventions: "CF-1.7 CMIP-6.2"
183-
comment: "post-processed using ACCESS-MOPPeR v1.1.0 https://doi.org/10.5281/zenodo.13841181"
183+
comment: "post-processed using ACCESS-MOPPeR v1.1.1 https://doi.org/10.5281/zenodo.14010850"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [ACCESS Model Output Post-Processor (MOPPeR)](https://access-mopper.readthedocs.io/en/latest)
22
[![Read the docs](https://readthedocs.org/projects/access-mopper/badge/?version=latest)](https://access-mopper.readthedocs.io/en/latest/)
3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13841181.svg)](https://doi.org/10.5281/zenodo.13841181)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14010850.svg)](https://doi.org/10.5281/zenodo.14010850)
44

55
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.
66

@@ -11,8 +11,6 @@ It used [CMOR3](https://cmor.llnl.gov/) and files created with the [CMIP6 data r
1111

1212
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.
1313

14-
Designed for use on ACCESS model output that has been archived using the [ACCESS Archiver tool](https://github.com/ACCESS-Hive/ACCESS-Archiver).
15-
1614
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.
1715

1816
See [MOPPeR ReadtheDocs](https://access-mopper.readthedocs.io/en/stable/) for the full documentation.

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: mopper
3-
#version: "{{ environ.get('GIT_DESCRIBE_TAG', '1.1.0') }}"
3+
#version: "{{ environ.get('GIT_DESCRIBE_TAG', '1.0') }}"
44
version: '1.1.1'
55
#source:
66
# path: ../.

0 commit comments

Comments
 (0)