-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmeta.yaml
More file actions
65 lines (59 loc) · 1.27 KB
/
Copy pathmeta.yaml
File metadata and controls
65 lines (59 loc) · 1.27 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: fremor
version: '{{ environ.get("GIT_DESCRIBE_TAG", "develop") }}'
source:
path: .
build:
script: "{{ PYTHON }} -m pip install . -vv --no-deps"
number: 0
noarch: python
requirements:
build:
- python>=3.11
- pip
- setuptools
- wheel
host:
- python>=3.11
- pip
- setuptools
run:
- python>=3.11
- click>=8.2
- cmor>=3.15.0
- netcdf4>=1.7
- numpy>=2
- pyyaml
test:
requires:
- conda-forge::pytest
source_files:
- fremor/
imports:
- fremor
- fremor._version
- fremor.cli
- fremor.cmor_config
- fremor.cmor_constants
- fremor.cmor_finder
- fremor.cmor_helpers
- fremor.cmor_init
- fremor.cmor_mixer
- fremor.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 fremor/
about:
home: https://github.com/NOAA-GFDL/fremor
license: Apache-2.0
license_file: LICENSE.md
summary: Model output rewriter (CMORizer) for FRE/FMS based models
description: |
Written by Ian Laflotte, Sergey Nikonov, Chris Blanton, and NOAA-GFDL Modeling Systems Division
extra:
recipe-maintainers: "ilaflott"