-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
65 lines (59 loc) · 1.31 KB
/
meta.yaml
File metadata and controls
65 lines (59 loc) · 1.31 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
package:
name: fremorizer
version: '{{ environ.get("GIT_DESCRIBE_TAG", "develop") }}'
source:
path: .
build:
script:
- {{ PYTHON }} -m pip install . -vv
number: 0
noarch: python
channels:
- conda-forge
- noaa-gfdl
requirements:
host:
- python>=3.11
- pip
- setuptools
run:
- python>=3.11
- click>=8.2
- cmor>=3.14.2
- netcdf4>=1.7
- numpy>=2
- pyyaml
test:
requires:
- conda-forge::pylint
- conda-forge::pytest
- conda-forge::pytest-cov
source_files:
- fremorizer/
files:
- pylintrc
imports:
- fremorizer
- fremorizer._version
- fremorizer.cli
- fremorizer.cmor_config
- fremorizer.cmor_constants
- fremorizer.cmor_finder
- fremorizer.cmor_helpers
- fremorizer.cmor_init
- fremorizer.cmor_mixer
- fremorizer.cmor_yamler
commands:
- fremor --help
- fremor config --help
- fremor find --help
- fremor init --help
- fremor run --help
- fremor yaml --help
- pytest --durations=5 --log-level DEBUG fremorizer/
about:
home: https://github.com/ilaflott/fremorizer
license: Apache-2.0
license_file: LICENSE.md
summary: Model output rewriter (CMORizer) for FRE/FMS based models
author: Ian Laflotte, Sergey Nikonov, Chris Blanton, and NOAA-GFDL Modeling Systems Division