A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

56 lines
1.1 KiB

{% set version = "1.0b3" %}
package:
name: wrf-python
version: {{ version }}
source:
fn: wrf-python-{{ version }}.tar.gz
url: https://github.com/NCAR/wrf-python/archive/{{ version }}.tar.gz
sha256: 26aab5fc36f1a84cdb09b68cf77d70c7e16a893b50ecd6711d07ddf8f1b6968b
build:
number: 0
detect_binary_files_with_prefix: true
skip: True # [(win and py>=35)]
requirements:
build:
- setuptools
- numpy x.x
- wrapt
- mingwpy # [win]
- gcc # [unix]
- python
run:
- numpy x.x
- python
- wrapt
- mingwpy # [win]
- libgfortran # [unix]
- libgcc # [unix]
test:
requires:
- netcdf4
- xarray
source_files:
- test/ci_tests
imports:
- wrf
- netCDF4
commands:
- cd test/ci_tests && python utests.py
about:
home: https://github.com/NCAR/wrf-python
license: "UCAR"
license_file: '{{ environ["RECIPE_DIR"] }}/LICENSE'
summary: "Diagnostic and interpolation routines for WRF-ARW data."
extra:
recipe-maintainers:
- bladwig1
- marylhaley
- david-ian-brown
- khallock