Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Jan 22, 2025
1 parent 3aae785 commit d32e1c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
7 changes: 3 additions & 4 deletions packages/ref-metrics-pmp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# ref-metrics-example
# ref-metrics-pmp

An example of a basic REF metrics provider.
Use [PCMDI Metrics Package (PMP)](https://github.com/PCMDI/pcmdi_metrics) as a REF metrics provider. See [http://pcmdi.github.io/pcmdi_metrics/](http://pcmdi.github.io/pcmdi_metrics/) for more information on project goals and resources.

This package provides an example of how to implement a REF metrics provider,
that exposes a single metric, `example_metric`, which is a simple counter.
See [running-metrics-locally](https://cmip-ref.readthedocs.io/en/latest/how-to-guides/running-metrics-locally/) for usage instructions.
13 changes: 7 additions & 6 deletions packages/ref-metrics-pmp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "cmip_ref_metrics_example"
name = "cmip_ref_metrics_pmp"
version = "0.1.5"
description = "Example metrics provider for the CMIP Rapid Evaluation Framework"
description = "PMP metrics provider for the CMIP Rapid Evaluation Framework"
readme = "README.md"
authors = [
{ name = "Jared Lewis", email = "jared.lewis@climate-resource.com" }
{ name = "Jiwoo Lee", email = "jwlee@llnl.gov" }
]
requires-python = ">=3.10"
classifiers = [
Expand All @@ -22,11 +22,12 @@ classifiers = [
]
dependencies = [
"cmip_ref_core",
"xarray >= 2022",
"netcdf4>=1.5.0",
"dask>=2024.10.0",
"pcmdi_metrics",
]

[tool.uv.sources]
pmp = { git = "https://github.com/PCMDI/pcmdi_metrics" }

[project.license]
text = "Apache-2.0"

Expand Down

0 comments on commit d32e1c5

Please sign in to comment.