climate-ref-pmp 0.5.4__tar.gz → 0.5.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/PKG-INFO +3 -2
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/pyproject.toml +6 -6
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/__init__.py +2 -2
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/.gitignore +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/LICENCE +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/NOTICE +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/README.md +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/conftest.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/dataset_registry/pmp_climatology.txt +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/diagnostics/__init__.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/diagnostics/annual_cycle.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/diagnostics/variability_modes.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/params/pmp_param_MoV-psl.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/params/pmp_param_MoV-ts.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/params/pmp_param_annualcycle_1-clims.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/params/pmp_param_annualcycle_2-metrics.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/pmp_driver.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/py.typed +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/requirements/conda-lock.yml +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/requirements/environment.yml +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/tests/integration/test_diagnostics.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/tests/unit/conftest.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/tests/unit/test_annual_cycle.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/tests/unit/test_pmp_driver.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/tests/unit/test_provider.py +0 -0
- {climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/tests/unit/test_variability_modes.py +0 -0
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: climate-ref-pmp
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5
|
|
4
4
|
Summary: PMP diagnostic provider for the Rapid Evaluation Framework
|
|
5
5
|
Author-email: Jiwoo Lee <jwlee@llnl.gov>
|
|
6
6
|
License: Apache-2.0
|
|
7
7
|
License-File: LICENCE
|
|
8
8
|
License-File: NOTICE
|
|
9
|
-
Classifier: Development Status ::
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
11
11
|
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
13
|
Classifier: Operating System :: OS Independent
|
|
13
14
|
Classifier: Programming Language :: Python
|
|
14
15
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "climate-ref-pmp"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.5"
|
|
4
4
|
description = "PMP diagnostic provider for the Rapid Evaluation Framework"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -8,9 +8,9 @@ authors = [
|
|
|
8
8
|
]
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
classifiers = [
|
|
11
|
-
"Development Status ::
|
|
12
|
-
"Intended Audience :: Developers",
|
|
11
|
+
"Development Status :: 3 - Alpha",
|
|
13
12
|
"Operating System :: OS Independent",
|
|
13
|
+
"Intended Audience :: Developers",
|
|
14
14
|
"Intended Audience :: Science/Research",
|
|
15
15
|
"Programming Language :: Python",
|
|
16
16
|
"Programming Language :: Python :: 3",
|
|
@@ -18,6 +18,7 @@ classifiers = [
|
|
|
18
18
|
"Programming Language :: Python :: 3.12",
|
|
19
19
|
"Programming Language :: Python :: 3.13",
|
|
20
20
|
"Topic :: Scientific/Engineering",
|
|
21
|
+
"License :: OSI Approved :: Apache Software License",
|
|
21
22
|
]
|
|
22
23
|
dependencies = [
|
|
23
24
|
"climate-ref-core",
|
|
@@ -26,9 +27,8 @@ dependencies = [
|
|
|
26
27
|
[project.license]
|
|
27
28
|
text = "Apache-2.0"
|
|
28
29
|
|
|
29
|
-
[
|
|
30
|
-
dev
|
|
31
|
-
]
|
|
30
|
+
[dependency-groups]
|
|
31
|
+
dev = []
|
|
32
32
|
|
|
33
33
|
[build-system]
|
|
34
34
|
requires = ["hatchling"]
|
|
@@ -4,7 +4,7 @@ Rapid evaluating CMIP data
|
|
|
4
4
|
|
|
5
5
|
import importlib.metadata
|
|
6
6
|
|
|
7
|
-
from climate_ref_core.dataset_registry import dataset_registry_manager
|
|
7
|
+
from climate_ref_core.dataset_registry import DATASET_URL, dataset_registry_manager
|
|
8
8
|
from climate_ref_core.providers import CondaDiagnosticProvider
|
|
9
9
|
from climate_ref_pmp.diagnostics import AnnualCycle, ExtratropicalModesOfVariability
|
|
10
10
|
|
|
@@ -26,7 +26,7 @@ provider.register(AnnualCycle())
|
|
|
26
26
|
|
|
27
27
|
dataset_registry_manager.register(
|
|
28
28
|
"pmp-climatology",
|
|
29
|
-
|
|
29
|
+
base_url=DATASET_URL,
|
|
30
30
|
package="climate_ref_pmp.dataset_registry",
|
|
31
31
|
resource="pmp_climatology.txt",
|
|
32
32
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/diagnostics/annual_cycle.py
RENAMED
|
File without changes
|
{climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/diagnostics/variability_modes.py
RENAMED
|
File without changes
|
{climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/params/pmp_param_MoV-psl.py
RENAMED
|
File without changes
|
{climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/params/pmp_param_MoV-ts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/requirements/conda-lock.yml
RENAMED
|
File without changes
|
{climate_ref_pmp-0.5.4 → climate_ref_pmp-0.5.5}/src/climate_ref_pmp/requirements/environment.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|