Skip to content

Commit

Permalink
forgot to add meta.yaml.in
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Jun 13, 2017
1 parent b522a71 commit dc2fa0a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions conda-recipes/pcmdi_metrics/meta.yaml.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
package:
name: pcmdi_metrics
version: @VERSION@

source:
git_url: git:https://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:https://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.

0 comments on commit dc2fa0a

Please sign in to comment.