From 2c579ec84c8c11edbc7797e6b3b7e54df1f090b7 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Mon, 24 Nov 2025 15:05:58 +1100 Subject: [PATCH 01/20] Updated grid description and made it not required --- au.org.access-nri/model/output/file-metadata/2-0-0/global.json | 1 - .../model/output/file-metadata/2-0-0/global/grid.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json index 251c83b..361960f 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json @@ -13,7 +13,6 @@ "experiment_url", "experiment_uuid", "frequency", - "grid", "id", "licence", "model_version", diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/grid.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/grid.json index c7a4dfe..0659554 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/grid.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/grid.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "global/grid.json", "title": "grid", - "description": "Brief description of output grid characteristics", + "description": "Brief description of output grid characteristics or reference to grid specification. Should be included if the grid is not implicit in the file.", "examples": [], "type": "string" } From 48f1062f54a3d223b69d1fbdddb2ec0b0a4fc113 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Mon, 24 Nov 2025 15:35:50 +1100 Subject: [PATCH 02/20] Removed _FIllValue from variable metadata --- .../model/output/file-metadata/2-0-0/variable.json | 3 --- .../output/file-metadata/2-0-0/variable/_FillValue.json | 8 -------- 2 files changed, 11 deletions(-) delete mode 100644 au.org.access-nri/model/output/file-metadata/2-0-0/variable/_FillValue.json diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/variable.json b/au.org.access-nri/model/output/file-metadata/2-0-0/variable.json index e5d615d..f1de758 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/variable.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/variable.json @@ -5,9 +5,6 @@ "description": "A coordinate or data output variable", "type": "object", "properties": { - "_FillValue": { - "$ref": "variable/_FillValue.json" - }, "cell_methods": { "$ref": "variable/cell_methods.json" }, diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/variable/_FillValue.json b/au.org.access-nri/model/output/file-metadata/2-0-0/variable/_FillValue.json deleted file mode 100644 index c3cdb74..0000000 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/variable/_FillValue.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "variable/_FillValue.json", - "title": "_FillValue", - "description": "Value assigned to portions of the variable fields that are \"missing\".", - "examples": [ -2147483647, -9999 ], - "type": "number" -} From 7549dd94870e50b471cfe4cda3f557cd41919bfb Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Thu, 4 Dec 2025 11:24:26 +1100 Subject: [PATCH 03/20] Added example experiment url, fleshed out title --- .../output/file-metadata/2-0-0/global/experiment_url.json | 2 +- .../model/output/file-metadata/2-0-0/global/title.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json index 634ac4c..fccdb7f 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json @@ -3,6 +3,6 @@ "$id": "global/experiment_url.json", "title": "experiment_url", "description": "Git repository URL that describes the experiment", - "examples": [ "PUT EXAMPLE URL HERE" ], + "examples": [ "https://github.com/ACCESS-NRI/access-esm1.6-configs/tree/gen-cmip7-historical-5670ea96" ], "type": "string" } diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/title.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/title.json index 2ce4fd5..e53ddaa 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/title.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/title.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "global/title.json", "title": "title", - "description": "Name of the dataset following the Payu standard of...", - "examples": [ "PUT EXAMPLE HERE" ], + "description": "Name of the dataset. Typically following the Payu naming scheme detailed here - https://payu.readthedocs.io/en/stable/usage.html#experiment-names", + "examples": [ "my_expt-perturb-416af8c6" ], "type": "string" } From 4004501311444f34d864eb486e2667b2414e42bc Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Thu, 4 Dec 2025 11:26:30 +1100 Subject: [PATCH 04/20] Formatted experiment_url --- .../output/file-metadata/2-0-0/global/experiment_url.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json index fccdb7f..2e96a35 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json @@ -3,6 +3,8 @@ "$id": "global/experiment_url.json", "title": "experiment_url", "description": "Git repository URL that describes the experiment", - "examples": [ "https://github.com/ACCESS-NRI/access-esm1.6-configs/tree/gen-cmip7-historical-5670ea96" ], + "examples": [ + "https://github.com/ACCESS-NRI/access-esm1.6-configs/tree/gen-cmip7-historical-5670ea96" + ], "type": "string" } From 1a70f0736c4d8332f3233c3c5c43eaacb09c5e93 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Thu, 4 Dec 2025 11:58:55 +1100 Subject: [PATCH 05/20] Tweaked working for grid --- .../model/output/file-metadata/2-0-0/global/grid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/grid.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/grid.json index 0659554..0c6da87 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/grid.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/grid.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "global/grid.json", "title": "grid", - "description": "Brief description of output grid characteristics or reference to grid specification. Should be included if the grid is not implicit in the file.", + "description": "Brief description of output grid characteristics or reference to grid specification. Should be included if the grid is not defined by the dimensions in the file.", "examples": [], "type": "string" } From a33afb6abe047537b1a4fd99b29be9d0b4cb10b8 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Fri, 5 Dec 2025 11:09:25 +1100 Subject: [PATCH 06/20] Added an extra example for contact --- .../model/output/file-metadata/2-0-0/global/contact.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json index db47040..9c90094 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json @@ -3,6 +3,9 @@ "$id": "global/contact.json", "title": "contact", "description": "Email address or other contact details for who to contact regarding this data.", - "examples": [ "data.access.nri@anu.edu.au" ], + "examples": [ + "data.access.nri@anu.edu.au", + "John Smith (john.smith@email.com)" + ], "type": "string" } From 8a668ea81a7c2f083e18539868455fe92795bbdb Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Fri, 5 Dec 2025 11:16:52 +1100 Subject: [PATCH 07/20] Corrected spelling --- .../model/output/file-metadata/2-0-0/variable/long_name.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/variable/long_name.json b/au.org.access-nri/model/output/file-metadata/2-0-0/variable/long_name.json index 746d791..b07ce4e 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/variable/long_name.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/variable/long_name.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "variable/long_name.json", "title": "long_name", - "description": "A long descriptive name which may, for example, be used for labeling plots.", + "description": "A long descriptive name which may, for example, be used for labelling plots.", "examples": [ "Near-Surface Air Temperature", "latitude", From 2bca190bf7726a9ece4803f9dd3f49403dc283f3 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Fri, 5 Dec 2025 16:45:20 +1100 Subject: [PATCH 08/20] Changed licence to license, expanded license description --- .../model/output/file-metadata/2-0-0/global.json | 6 +++--- .../model/output/file-metadata/2-0-0/global/licence.json | 8 -------- .../model/output/file-metadata/2-0-0/global/license.json | 8 ++++++++ tests/2-0-0/test.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 au.org.access-nri/model/output/file-metadata/2-0-0/global/licence.json create mode 100644 au.org.access-nri/model/output/file-metadata/2-0-0/global/license.json diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json index 361960f..22e44b9 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json @@ -14,7 +14,7 @@ "experiment_uuid", "frequency", "id", - "licence", + "license", "model_version", "model", "naming_authority", @@ -62,8 +62,8 @@ "grid": { "$ref": "global/grid.json" }, - "licence": { - "$ref": "global/licence.json" + "license": { + "$ref": "global/license.json" }, "model": { "$ref": "global/model.json" diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/licence.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/licence.json deleted file mode 100644 index 9a061ec..0000000 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/licence.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "global/licence.json", - "title": "licence", - "description": "Information on the licence for the data to ensure all users have access to the terms of use", - "examples": [ "CC-BY-4.0" ], - "type": "string" -} diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/license.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/license.json new file mode 100644 index 0000000..772b0b5 --- /dev/null +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/license.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "global/license.json", + "title": "license", + "description": "Information on the license for the data to ensure all users have access to the terms of use. Use SPDX license identifiers where possible. The default license for ACCESS-NRI is CC-BY-4.0, users should change as needed.", + "examples": [ "CC-BY-4.0" ], + "type": "string" +} diff --git a/tests/2-0-0/test.json b/tests/2-0-0/test.json index 53afa2c..98b2e58 100644 --- a/tests/2-0-0/test.json +++ b/tests/2-0-0/test.json @@ -16,7 +16,7 @@ "id": "F6B536FA-766D-4609-B767-754C9424440A", "frequency": "1hr", "grid": "grid goes here", - "licence": "CC-BY-4.0", + "license": "CC-BY-4.0", "model_version": "2025.06.001", "model": "ACCESS-ESM1.6", "naming_authority": "au.org.access-nri", From d61899f9568293d69508a235b3571189e1cc2edb Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Fri, 5 Dec 2025 16:52:26 +1100 Subject: [PATCH 09/20] Expanded variable_id description --- .../model/output/file-metadata/2-0-0/global/variable_id.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/variable_id.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/variable_id.json index 9c5b637..e48c104 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/variable_id.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/variable_id.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "global/variable_id.json", "title": "variable_id", - "description": "A list of short variable names, separated by commas, for the data variable/s that appear in this file. These names should match the netCDF variable names.", - "examples": [ "huss", "uas,vas" ], + "description": "A list of short variable names, separated by commas, for the data variable/s that appear in this file (e.g. tas for surface temperature but not latitude/longitude). These names should match the netCDF variable names.", + "examples": [ "tas", "huss", "uas,vas" ], "type": "string" } From 1f71e34322e3563196bac765c348c4f41610fdbd Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Fri, 5 Dec 2025 16:53:18 +1100 Subject: [PATCH 10/20] Expanded variable_id description again --- .../model/output/file-metadata/2-0-0/global/variable_id.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/variable_id.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/variable_id.json index e48c104..cf3cbaf 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/variable_id.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/variable_id.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "global/variable_id.json", "title": "variable_id", - "description": "A list of short variable names, separated by commas, for the data variable/s that appear in this file (e.g. tas for surface temperature but not latitude/longitude). These names should match the netCDF variable names.", + "description": "A list of short variable names, separated by commas, for the data variable/s that appear in this file (e.g. tas for surface temperature but not time/latitude/longitude). These names should match the netCDF variable names.", "examples": [ "tas", "huss", "uas,vas" ], "type": "string" } From 9ba925312f6cadfe083672376dacab48752cb879 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Tue, 9 Dec 2025 16:13:52 +1100 Subject: [PATCH 11/20] Renamed experiment_url to experiment_repo --- .../model/output/file-metadata/2-0-0/global.json | 4 ++-- .../global/{experiment_url.json => experiment_repo.json} | 4 ++-- tests/2-0-0/test.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename au.org.access-nri/model/output/file-metadata/2-0-0/global/{experiment_url.json => experiment_repo.json} (79%) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json index 22e44b9..50aa4a2 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json @@ -10,7 +10,7 @@ "Conventions", "date_created", "data_specification", - "experiment_url", + "experiment_repo", "experiment_uuid", "frequency", "id", @@ -51,7 +51,7 @@ "$ref": "global/date_modified.json" }, "experiment_url": { - "$ref": "global/experiment_url.json" + "$ref": "global/experiment_repo.json" }, "experiment_uuid": { "$ref": "global/experiment_uuid.json" diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json similarity index 79% rename from au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json rename to au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json index 2e96a35..d849f26 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_url.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "global/experiment_url.json", - "title": "experiment_url", + "$id": "global/experiment_repo.json", + "title": "experiment_repo", "description": "Git repository URL that describes the experiment", "examples": [ "https://github.com/ACCESS-NRI/access-esm1.6-configs/tree/gen-cmip7-historical-5670ea96" diff --git a/tests/2-0-0/test.json b/tests/2-0-0/test.json index 98b2e58..08e6050 100644 --- a/tests/2-0-0/test.json +++ b/tests/2-0-0/test.json @@ -11,7 +11,7 @@ "Conventions": "CF-1.11", "date_created": "2025-12-03T11:22:00Z", "data_specification": "ACCESS Output Data Specification v0.1 XX.XXXX/zenodo.XXXXX", - "experiment_url": "x", + "experiment_repo": "x", "experiment_uuid": "F6B536FA-766D-4609-B767-754C9424440A", "id": "F6B536FA-766D-4609-B767-754C9424440A", "frequency": "1hr", From 955ca060329722613f188e295e52b10ee011c677 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Thu, 18 Dec 2025 15:16:20 +1100 Subject: [PATCH 12/20] Removed id and naming authority --- .../model/output/file-metadata/2-0-0/global.json | 8 -------- .../model/output/file-metadata/2-0-0/global/id.json | 8 -------- .../file-metadata/2-0-0/global/naming_authority.json | 8 -------- 3 files changed, 24 deletions(-) delete mode 100644 au.org.access-nri/model/output/file-metadata/2-0-0/global/id.json delete mode 100644 au.org.access-nri/model/output/file-metadata/2-0-0/global/naming_authority.json diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json index 50aa4a2..b7971ef 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json @@ -13,19 +13,14 @@ "experiment_repo", "experiment_uuid", "frequency", - "id", "license", "model_version", "model", - "naming_authority", "realm", "run_id", "title" ], "properties": { - "id": { - "$ref": "global/id.json" - }, "title": { "$ref": "global/title.json" }, @@ -71,9 +66,6 @@ "model_version": { "$ref": "global/model_version.json" }, - "naming_authority": { - "$ref": "global/naming_authority.json" - }, "realm": { "$ref": "global/realm.json" }, diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/id.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/id.json deleted file mode 100644 index 7111293..0000000 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/id.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "global/id.json", - "title": "id", - "description": "The experiment id assigned by the naming authority. Likely the UUID generated by Payu which may be the same as experiment_uuid.", - "examples": [ "698E600B-BECF-4CBA-994F-A663A22FCDDF" ], - "type": "string" -} diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/naming_authority.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/naming_authority.json deleted file mode 100644 index 7365446..0000000 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/naming_authority.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "global/naming_authority.json", - "title": "naming_authority", - "description": "Naming authority for the unique id.", - "examples": [ "au.org.access-nri" ], - "type": "string" -} From 214a147c23ced284a0b73b292005ed73c9513b1f Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Thu, 18 Dec 2025 15:22:58 +1100 Subject: [PATCH 13/20] Update model_version description and examples to provide scope for modified versions --- .../output/file-metadata/2-0-0/global/model_version.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/model_version.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/model_version.json index f6dd342..e56a33b 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/model_version.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/model_version.json @@ -2,8 +2,11 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "global/model_version.json", "title": "model_version", - "description": "Version of the model used to create the data, use 'unknown' if not an official release", + "description": "Version of the model used to create the data. Please note here if the model has been modified from an official release, ideally with links to the changes.", "$comment": "", - "examples": [ "2025.06.001" ], + "examples": [ + "2025.06.001", + "2025.06.001 (modified by John Smith, [link to repo/paper describing modifications])" + ], "type": "string" } From 21ad57a44d986e09e34cb6c36afaed8c81318c8a Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Fri, 19 Dec 2025 10:35:45 +1100 Subject: [PATCH 14/20] Updated example run_id to be actual commit in ESM1.6 repo --- .../model/output/file-metadata/2-0-0/global/run_id.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/run_id.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/run_id.json index 0524c56..156ef63 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/run_id.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/run_id.json @@ -3,6 +3,6 @@ "$id": "global/run_id.json", "title": "run_id", "description": "Git hash for the commit associated with the experiment run", - "examples": [ "6a18f2514cf281bf9b47972e45a33743ec0e5962" ], + "examples": [ "3a38fe4", "3a38fe435e156700ab649c4921e99f7c68a168bc" ], "type": "string" } From a2c94d65bd3e9e5a5d82c58fe9151010b33fe0e8 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Fri, 19 Dec 2025 10:39:09 +1100 Subject: [PATCH 15/20] Removed branch portion from experiment_repo url --- .../output/file-metadata/2-0-0/global/experiment_repo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json index d849f26..75f2fdc 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json @@ -4,7 +4,7 @@ "title": "experiment_repo", "description": "Git repository URL that describes the experiment", "examples": [ - "https://github.com/ACCESS-NRI/access-esm1.6-configs/tree/gen-cmip7-historical-5670ea96" + "https://github.com/ACCESS-NRI/access-esm1.6-configs/" ], "type": "string" } From 2e2b77b7bbecb8f2cfcbd1bc17d67b0e1202dd68 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Fri, 19 Dec 2025 10:45:54 +1100 Subject: [PATCH 16/20] Formatted previous commit --- .../output/file-metadata/2-0-0/global/experiment_repo.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json index 75f2fdc..4e1746c 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json @@ -3,8 +3,6 @@ "$id": "global/experiment_repo.json", "title": "experiment_repo", "description": "Git repository URL that describes the experiment", - "examples": [ - "https://github.com/ACCESS-NRI/access-esm1.6-configs/" - ], + "examples": [ "https://github.com/ACCESS-NRI/access-esm1.6-configs/" ], "type": "string" } From 2d12f1cf59e9ca44ab1b33225bd0328afdc7d45b Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Tue, 23 Dec 2025 10:07:05 +1100 Subject: [PATCH 17/20] Updated example contact --- .../model/output/file-metadata/2-0-0/global/contact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json index 9c90094..2d36809 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json @@ -4,7 +4,7 @@ "title": "contact", "description": "Email address or other contact details for who to contact regarding this data.", "examples": [ - "data.access.nri@anu.edu.au", + "access.nri@anu.edu.au", "John Smith (john.smith@email.com)" ], "type": "string" From be048cac2c74f41138d321630817224efcf915f6 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Tue, 23 Dec 2025 10:11:31 +1100 Subject: [PATCH 18/20] Formatted contac --- .../model/output/file-metadata/2-0-0/global/contact.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json index 2d36809..bd3f229 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/contact.json @@ -3,9 +3,6 @@ "$id": "global/contact.json", "title": "contact", "description": "Email address or other contact details for who to contact regarding this data.", - "examples": [ - "access.nri@anu.edu.au", - "John Smith (john.smith@email.com)" - ], + "examples": [ "access.nri@anu.edu.au", "John Smith (john.smith@email.com)" ], "type": "string" } From 376f68b2494122439424d448bf55949df2a83319 Mon Sep 17 00:00:00 2001 From: joshuatorrance Date: Wed, 28 Jan 2026 13:34:08 +1100 Subject: [PATCH 19/20] Apply suggestions from code review --- au.org.access-nri/model/output/file-metadata/2-0-0/global.json | 2 +- .../output/file-metadata/2-0-0/global/experiment_repo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json index b7971ef..83eeda5 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global.json @@ -45,7 +45,7 @@ "date_modified": { "$ref": "global/date_modified.json" }, - "experiment_url": { + "experiment_repo": { "$ref": "global/experiment_repo.json" }, "experiment_uuid": { diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json index 4e1746c..177cf30 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json @@ -3,6 +3,6 @@ "$id": "global/experiment_repo.json", "title": "experiment_repo", "description": "Git repository URL that describes the experiment", - "examples": [ "https://github.com/ACCESS-NRI/access-esm1.6-configs/" ], + "examples": [ "https://github.com/ACCESS-Community-Hub/access-esm1.6-dev-experiments" ], "type": "string" } From d586e13394a2cccccd7fa08ece37f7ca6047cbb5 Mon Sep 17 00:00:00 2001 From: Joshua Torrance Date: Wed, 28 Jan 2026 13:49:50 +1100 Subject: [PATCH 20/20] Updated formatting to satify format check --- .../output/file-metadata/2-0-0/global/experiment_repo.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json index 177cf30..91c2acb 100644 --- a/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json +++ b/au.org.access-nri/model/output/file-metadata/2-0-0/global/experiment_repo.json @@ -3,6 +3,8 @@ "$id": "global/experiment_repo.json", "title": "experiment_repo", "description": "Git repository URL that describes the experiment", - "examples": [ "https://github.com/ACCESS-Community-Hub/access-esm1.6-dev-experiments" ], + "examples": [ + "https://github.com/ACCESS-Community-Hub/access-esm1.6-dev-experiments" + ], "type": "string" }