Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
BOXMOX Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MBEES
BOXMOX Python Package
Commits
dc0e9ff9
Commit
dc0e9ff9
authored
3 years ago
by
Christoph Knote
Browse files
Options
Downloads
Patches
Plain Diff
Prepping for release
parent
40f6be69
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
CHANGES.md
+0
-17
0 additions, 17 deletions
CHANGES.md
INSTALL.md
+0
-14
0 additions, 14 deletions
INSTALL.md
LICENSE
+0
-0
0 additions, 0 deletions
LICENSE
README.md
+36
-6
36 additions, 6 deletions
README.md
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
setup.cfg
+0
-38
0 additions, 38 deletions
setup.cfg
with
38 additions
and
77 deletions
CHANGES.md
deleted
100644 → 0
+
0
−
17
View file @
40f6be69
# Changelog
## 1.2.0 (2022-03-08)
-
Updates to be compatible with BOXMOX 1.8
## 1.1.0 (2020-09-16)
-
Python 3 compatible
## 1.0.0 (2017-12-19)
-
Peer-reviewed version to be published in Knote et al., GMD
## 0.1.0 (2017-08-12)
-
Initial release
This diff is collapsed.
Click to expand it.
INSTALL.md
deleted
100644 → 0
+
0
−
14
View file @
40f6be69
```
pip install boxmox
```
The BOXMOX chemical box model needs to be installed and usable,
and the KPP_HOME environment variable has to be set.
Set the BOXMOX environmental variable in ~/.bashrc or similar for your shell:
```
export BOXMOX_WORK_PATH=/where/you/want/boxmox/to/write/stuff/to/
```
Remember to close the shell and log in again for these changes to take effect.
This diff is collapsed.
Click to expand it.
LICENSE
.txt
→
LICENSE
+
0
−
0
View file @
dc0e9ff9
File moved
This diff is collapsed.
Click to expand it.
README.md
+
36
−
6
View file @
dc0e9ff9
# BOXMOX
``boxmox``
is the Python wrapper for the chemical box model BOXMOX (a standalone
C/Fortran executable)
C/Fortran executable)
.
##
Documentation
##
Installation notes
maintained at http://mbees.med.uni-augsburg.de/boxmodeling/
### BOXMOX model needs to be installed
## Installation
The BOXMOX chemical box model needs to be installed and usable,
and the KPP_HOME environment variable has to be set.
The chemical box model BOXMOX is required. See the documentation for
detailed instructions on how to install it.
\ No newline at end of file
You can download it from our website at https://mbees.med.uni-augsburg.de/boxmodeling.
### Environment variable needs to be set
Additionally, boxmox needs a path to write temporary model results
to. This directory needs to be accessible and writeable by the
user. Set it in your environment, e.g., through:
```
export BOXMOX_WORK_PATH=/where/you/want/boxmox/to/write/stuff/to/
```
Remember to close the shell and log in again for these changes to take effect.
# Changelog
## 1.2.0 (2022-03-08)
-
Updates to be compatible with BOXMOX 1.8
## 1.1.0 (2020-09-16)
-
Python 3 compatible
## 1.0.0 (2017-12-19)
-
Peer-reviewed version to be published in Knote et al., GMD
## 0.1.0 (2017-08-12)
-
Initial release
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
dc0e9ff9
[tool.poetry]
name
=
"boxmox"
version
=
"1.2.
0
"
version
=
"1.2.
1
"
description
=
"BOXMOX python interface"
license
=
"GPL-3.0-or-later"
authors
=
[
"Christoph Knote <christoph.knote@med.uni-augsburg.de>"
]
...
...
@@ -31,7 +31,7 @@ issues = "http://mbees.med.uni-augsburg.de/gitlab/mbees/boxmox_pypackage/issues"
[tool.poetry.dependencies]
python
=
"^3
.10
"
python
=
"^3"
numpy
=
">
=
1.2
"
f90nml
=
">
=
1.3
"
pyparsing
=
">
=
3
"
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
deleted
100644 → 0
+
0
−
38
View file @
40f6be69
[metadata]
name
=
boxmox
version
=
1.2.0
author
=
Christoph Knote
author_email
=
christoph.knote@med.uni-augsburg.de
description
=
BOXMOX python interface
long_description
=
file: README.md, INSTALL.md, CHANGES.md
long_description_content_type
=
text/markdown
url
=
https://mbees.med.uni-augsburg.de
project_urls
=
Bug Tracker = http://mbees.med.uni-augsburg.de/gitlab/mbees/boxmox_pypackage/issues
classifiers
=
Programming Language :: Python :: 3
Development
Status
::
5
-
Production/Stable
Environment
::
Console
Intended
Audience
::
Developers
Intended
Audience
::
Education
Intended
Audience
::
End
Users/Desktop
Intended
Audience
::
Science/Research
License
::
OSI
Approved
::
GNU
General
Public
License
v3
(GPLv3)
Operating
System
::
POSIX
Topic
::
Education
Topic
::
Scientific/Engineering
Topic
::
Utilities
[options]
package_dir
=
=
src
packages
=
find:
python_requires
=
>=3.0
include_package_data
=
True
[options.packages.find]
where
=
src
[options.entry_points]
console_scripts
=
plot_BOXMOX_experiment = boxmox._console:plotExperiment
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment