-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
53 lines (48 loc) · 1.48 KB
/
setup.cfg
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
[metadata]
name = mom6_parameter_scanner
version = 0.0.3
description = A tool to digest and difference MOM parameter files"
url = https://github.com/adcroft/MOM6_parameter_scanner
author = Alistair Adcroft
author_email = alistair.adcroft@noaa.gov
keywords = mom mom6 ocean model parameters
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
License :: GPLv3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
long_description_content_type=text/x-rst
long_description =
**mom6_parameter_scanner** is a tool to examine and identify differences
in simulation parameters used in the Modular Ocean Model (MOM)
version 6. The tool also reads parameter files from GFDL's Sea Ice
Simulator version 2 (SIS2) and Flexible Modeling System (FMS) log
output from CM4-class coupled models.
More Information
----------------
- Source code: `<https://github.com/adcroft/MOM6_parameter_scanner>`_
[options]
packages = find_namespace:
zip_safe = False
include_package_data = False
python_requires = >=3.7
install_requires =
pytest
setup_requires =
setuptools
scripts =
scripts/MOM6param_scan.py
[options.extras_require]
test =
pytest
[tool:pytest]
testpaths = test
[options.package_data]
mom6_parameter_scanner =
resources/piControl
resources/historical
resources/ocean_only_a
resources/ocean_only_b