-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathmeta.yaml.in
38 lines (33 loc) · 1.08 KB
/
meta.yaml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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@
noarch: python
requirements:
build:
- python
- setuptools
- numpy
run:
- python
- vcs
- vcsaddons
- cdms2
- genutil
- cdutil
- cdp
- matplotlib
- numpy
- cia
- proj4
- jupyterlab
- nb_conda
- nb_conda_kernels
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.