Skip to content

Commit

Permalink
Merge pull request #167 from PCMDI/ceds-fix
Browse files Browse the repository at this point in the history
Fix up CEDS delivery summary
  • Loading branch information
znichollscr authored Dec 19, 2024
2 parents 1158b77 + 9546b19 commit dce2c9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog/167.docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed up delivery summary for anthropogenic emissions (CEDS).
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ <h4>
<tr>
<td>1</td>
<td><b><a href='https://www.pnnl.gov/projects/ceds' target='_blank'>Anthropogenic short-lived climate forcer (SLCF) and CO<sub>2</sub> emissions</a></b></br>Internal docs: <a href='../dataset-overviews/anthropogenic-slcf-co2-emissions' target='_blank'>here</a></td>
<td>CEDS-CMIP-2024-10-21, CEDS-CMIP-2024-10-21-supplemental</td>
<td>CEDS-CMIP-2024-11-25, CEDS-CMIP-2024-11-25-supplemental, CEDS-CMIP-2024-10-21, CEDS-CMIP-2024-10-21-supplemental</td>
<td>Preliminary dataset available</td>
<td>Available (but some data has been retracted, be careful!): <a href='https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&activeFacets=%7B%22source_id%22%3A%22CEDS-CMIP-2024-10-21%22%7D' target='_blank'>CEDS-CMIP-2024-10-21 (1750-01 to 2022-12)</a>, <a href='https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&activeFacets=%7B%22source_id%22%3A%22CEDS-CMIP-2024-10-21-supplemental%22%7D' target='_blank'>CEDS-CMIP-2024-10-21-supplemental (1750-01 to 2022-12)</a></td>
<td>Available (but some data has been retracted, be careful!): <a href='https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&activeFacets=%7B%22source_id%22%3A%22CEDS-CMIP-2024-10-21%22%7D' target='_blank'>CEDS-CMIP-2024-10-21 (1750-01 to 2022-12)</a>, <a href='https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&activeFacets=%7B%22source_id%22%3A%22CEDS-CMIP-2024-10-21-supplemental%22%7D' target='_blank'>CEDS-CMIP-2024-10-21-supplemental (1750-01 to 2022-12)</a>, <a href='https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&activeFacets=%7B%22source_id%22%3A%22CEDS-CMIP-2024-11-25%22%7D' target='_blank'>Retracted</a>, <a href='https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&activeFacets=%7B%22source_id%22%3A%22CEDS-CMIP-2024-11-25-supplemental%22%7D' target='_blank'>CEDS-CMIP-2024-11-25-supplemental (1750-01 to 2022-12)</a></td>
</tr>
<tr>
<td>2</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def get_delivery_summary_view(
"""
hard_coded_info = [
{
"source_id": "CEDS-CMIP-2024-10-21, CEDS-CMIP-2024-10-21-supplemental",
"source_id": "CEDS-CMIP-2024-11-25, CEDS-CMIP-2024-11-25-supplemental, CEDS-CMIP-2024-10-21, CEDS-CMIP-2024-10-21-supplemental",
"description": "Anthropogenic short-lived climate forcer (SLCF) and CO<sub>2</sub> emissions",
"url": "https://www.pnnl.gov/projects/ceds",
"status": "Preliminary dataset available",
Expand Down

0 comments on commit dce2c9a

Please sign in to comment.