Skip to content

Commit edb94c9

Browse files
authored
Merge pull request #1092 from PCMDI/lee1043-patch-1
New version (v3.4) release prepare
2 parents 6d6b688 + 834d1f5 commit edb94c9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Documentation
4848
* [View Demo](https://github.com/PCMDI/pcmdi_metrics/blob/main/doc/jupyter/Demo/README.md)
4949

5050

51+
**Reference**
52+
53+
Lee, J., P. J. Gleckler, M.-S. Ahn, A. Ordonez, P. Ullrich, K. R. Sperber, K. E. Taylor, Y. Y. Planton, E. Guilyardi, P. Durack, C. Bonfils, M. D. Zelinka, L.-W. Chao, B. Dong, C. Doutriaux, C. Zhang, T. Vo, J. Boutte, M. F. Wehner, A. G. Pendergrass, D. Kim, Z. Xue, A. T. Wittenberg, and J. Krasting, 2024: Systematic and Objective Evaluation of Earth System Models: PCMDI Metrics Package (PMP) version 3. Geoscientific Model Development (_accepted, publication in progress_) [[preprint](https://egusphere.copernicus.org/preprints/2023/egusphere-2023-2720/)]
54+
55+
5156
Contact
5257
-------
5358

@@ -104,6 +109,7 @@ Release Notes and History
104109

105110
| <div style="width:300%">[Versions]</div> | Update summary |
106111
| ------------- | ------------------------------------- |
112+
| [v3.4] | Technical update: Modes of variability [xCDAT](https://xcdat.readthedocs.io/en/latest/) conversion
107113
| [v3.3.4] | Technical update
108114
| [v3.3.3] | Technical update
109115
| [v3.3.2] | Technical update
@@ -136,6 +142,7 @@ Release Notes and History
136142

137143

138144
[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
145+
[v3.4]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.4
139146
[v3.3.4]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3.4
140147
[v3.3.3]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3.3
141148
[v3.3.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3.2

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ such as datasets from the `obs4MIPs`_ project.
3939

4040
References
4141
==========
42-
Lee et al. (in prep, to be submitted soon), Objective Evaluation of Earth System Models: PCMDI Metrics Package (PMP) version 3, Geoscientific Model Development
42+
Lee, J., P. J. Gleckler, M.-S. Ahn, A. Ordonez, P. Ullrich, K. R. Sperber, K. E. Taylor, Y. Y. Planton, E. Guilyardi, P. Durack, C. Bonfils, M. D. Zelinka, L.-W. Chao, B. Dong, C. Doutriaux, C. Zhang, T. Vo, J. Boutte, M. F. Wehner, A. G. Pendergrass, D. Kim, Z. Xue, A. T. Wittenberg, and J. Krasting, 2024: Systematic and Objective Evaluation of Earth System Models: PCMDI Metrics Package (PMP) version 3. Geoscientific Model Development (accepted, publication in progress) [`preprint<https://egusphere.copernicus.org/preprints/2023/egusphere-2023-2720/>`_].
4343

4444
Gleckler et al. (2016), A more powerful reality test for climate models, Eos, 97, `doi:10.1029/2016EO051663 <https://eos.org/science-updates/a-more-powerful-reality-test-for-climate-models>`_.
4545

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
else:
1212
install_dev = False
1313

14-
release_version = "3.3.4"
14+
release_version = "3.4"
1515

1616
p = subprocess.Popen(
1717
("git", "describe", "--tags"),

0 commit comments

Comments
 (0)