diff --git a/conda-recipes/pcmdi_metrics/meta.yaml.in b/conda-recipes/pcmdi_metrics/meta.yaml.in new file mode 100644 index 000000000..06deaff78 --- /dev/null +++ b/conda-recipes/pcmdi_metrics/meta.yaml.in @@ -0,0 +1,32 @@ +package: + name: pcmdi_metrics + version: @VERSION@ + +source: + git_url: git://github.com/PCMDI/pcmdi_metrics + git_rev: @UVCDAT_BRANCH@ + +build: + script: python setup.py install + number: @BUILD_NUMBER@ + +requirements: + build: + - python + - setuptools + - numpy + run: + - vcs >=2.10 + - vcsaddons >=2.10 + - cdms2 >=2.10 + - genutil >=2.10 + - cdutil >=2.10 + - cdp + - matplotlib + - numpy + + +about: + home: http://gitub.com/PCMDI/pcmdi_metrics + summary: The PCMDI metrics package is used to objectively compare results from climate models with observations using well-established statistical tests. Results are produced in the context of all model simulations contributed to CMIP5 and earlier CMIP phases. Among other purposes, this enables modeling groups to evaluate changes during the development cycle in the context of the structural error distribution of the multi-model ensemble. Currently, the comparisons are focused on large- to global-scale annual cycle performance metrics. +