Skip to content

Commit 7735360

Browse files
committed
general preparation for CF-1.13
1 parent 6c18c4c commit 7735360

File tree

4 files changed

+28
-10
lines changed

4 files changed

+28
-10
lines changed

CITATION.cff

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ cff-version: 1.2.0
22
license:
33
- CC0-1.0
44
title: NetCDF Climate and Forecast (CF) Metadata Conventions
5-
version: '1.12'
6-
message: "Please use the following metadata to cite the latest release of the CF conventions:"
7-
date-released: '2024-12-04'
8-
doi: 10.5281/zenodo.14275599
5+
version: '1.13'
6+
message: 'Please use the following metadata to cite the latest release of the CF conventions:'
7+
date-released: '2025-12-17'
8+
doi: 10.5281/zenodo.17801666
99
abstract: This document describes the CF conventions for climate and forecast metadata
1010
designed to promote the processing and sharing of files created with the netCDF
1111
Application Programmer Interface. The conventions define metadata that provide a
@@ -113,14 +113,26 @@ authors:
113113
- affiliation: Puertos del Estado, Madrid
114114
family-names: Manzano
115115
given-names: Fernando
116-
- affiliation: SMHI
116+
- affiliation: SMHI and Lund University
117117
family-names: "B\xE4rring"
118118
given-names: Lars
119119
orcid: 0000-0001-7280-2502
120120
- affiliation: NOAA
121121
family-names: Barker
122122
given-names: Christopher
123-
- affiliation: National Centre for Atmospheric Science and University of Reading
123+
- affiliation: NCAS and University of Reading
124124
family-names: Bartholomew
125125
given-names: Sadie L.
126126
orcid: 0000-0002-6180-3603
127+
- affiliation: MET Norway
128+
family-names: Lavergne
129+
given-names: Thomas
130+
- affiliation: NCAS and University of Reading
131+
family-names: Lawrence
132+
given-names: Bryan
133+
- affiliation: NCAS and STFC
134+
family-names: Massey
135+
given-names: Neil
136+
- affiliation: University of Cantabria
137+
family-names: "Cofi\xF1o"
138+
given-names: Antonio

about-authors.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
* Lucile Gaultier, OceanDataLab
3030
* Sylvain Herlédan, OceanDataLab
3131
* Fernando Manzano, Puertos del Estado, Madrid
32-
* Lars Bärring, SMHI
32+
* Lars Bärring, SMHI and Lund University
3333
* Christopher Barker, NOAA
34-
* Sadie L. Bartholomew, National Centre for Atmospheric Science and University of Reading
34+
* Sadie L. Bartholomew, NCAS and University of Reading
35+
* Thomas Lavergne, MET Norway
36+
* Bryan Lawrence, NCAS and University of Reading
37+
* Neil Massey, NCAS and STFC
38+
* Antonio Cofiño, University of Cantabria

history.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
[[revhistory, Revision History]]
66
== Revision History
77

8-
=== Version 1.13-draft
8+
=== Version 1.13 (17 December 2025)
99

10+
* {issues}582[Issue #582]: Conventions for anomaly data
1011
* {issues}613[Issue #613]: Improvements to section 4.4 about time coordinates, especially calendars, time zone offsets and leap seconds
1112
* {issues}433[Issue #433]: Convention for HEALPix grid parameters
1213
* {issues}579[Issue #579]: Introduce `authors.adoc` as a unified database of author metadata, for consistency within the conventions document and with `zenodo.json` and `CITATION.cff`, which are now generated automatically
1314
* {issues}590[Issue #590]: Clarify that grid_mapping can also be used for converting spatial bounds
1415
* {issues}593[Issue #593]: Clarify that rules for attributes of boundary variables (including BI and BO) also apply for attributes of climatological boundary variables
16+
* {issues}587[Issue #587]: Fix cell_methods formatting in Example 7.13
1517
* {issues}583[Issue #583]: Correct "most rapidly varying dimension" in terminology section.
1618
* {issues}584[Issue #584]: Allow `Z` as time-zone offset, with a couple of examples, and allow time-zone offset with date alone, both being consistent with UDUNITS syntax.
1719
* {issues}508[Issue #508]: Introduce aggregation variables

version.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ or with the commandline switch `-a final`.
1010

1111
ifdef::final[]
1212
// Change the DOI prior to releasing the next version
13-
:doi: 10.5281/zenodo.14275599
13+
:doi: 10.5281/zenodo.17801666
1414
// No changes needed beyond this line
1515
:current-version: {version}
1616
:current-version-as-attribute: {version}

0 commit comments

Comments
 (0)