Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Last synced: 8 months ago
·
JSON representation
·
Repository
A hypopycnal plume model build with landlab
Basic Info
- Host: GitHub
- Owner: mcflugen
- License: mit
- Language: Python
- Default Branch: main
- Size: 300 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
- Releases: 0
Created over 8 years ago
· Last pushed 8 months ago
Metadata Files
Readme
Changelog
License
Citation
Authors
README.rst
.. image:: https://travis-ci.org/mcflugen/plume.svg?branch=master
:target: https://travis-ci.org/mcflugen/plume
.. image:: https://ci.appveyor.com/api/projects/status/yle29j1hl6a8yu8p?svg=true
:target: https://ci.appveyor.com/project/mcflugen/plume
.. image:: https://coveralls.io/repos/github/mcflugen/plume/badge.svg?branch=mcflugen%2Fadd-unit-tests
:target: https://coveralls.io/github/mcflugen/plume?branch=master
==================================================
plume: A hypopycnal plume model built with landlab
==================================================
Requirements
------------
*plume* requires Python 3.
Apart from Python, *plume* has a number of other requirements, all of which
can be obtained through either *pip* or *conda*, that will be automatically
installed when you install *plume*.
To see a full listing of the requirements, have a look at the project's
*requirements.txt* file.
If you are a developer of *plume* you will also want to install
additional dependencies for running *plume*'s tests to make sure
that things are working as they should. These dependencies are listed
in *requirements-testing.txt*.
Installation
------------
To install *plume*, first create a new environment in
which *plume* will be installed. This, although not necessary, will
isolate the installation so that there won't be conflicts with your
base *Python* installation. This can be done with *conda* as:
.. code:: bash
$ conda create -n plume python=3
$ conda activate plume
Stable Release
--------------
*plume*, and its dependencies, can be installed either with *pip*
or *conda*. Using *pip*:
.. code:: bash
$ pip install plume
Using *conda*:
.. code:: bash
$ conda install plume -c conda-forge
From Source
```````````
Before building *plume* from source, you will need an installation of
the GNU Scientific Library (gsl). There are several ways to install
this but the easiest is through *conda*,
.. code:: bash
$ mamba install gsl
After downloading the *plume* source code, run the following from
*plume*'s top-level folder (the one that contains *setup.py*) to
install *plume* into the current environment:
.. code:: bash
$ pip install -e .
Input Files
-----------
Configuration File
``````````````````
The main *plume* input file is a yaml-formatted text file that lists
constants used by *plume*. Running the following will print a sample
*plume* configuration file:
.. code:: bash
$ plume generate plume.toml
This will print something like the following,
.. code:: toml
[plume]
_version = "0.2.0.dev0"
[plume.grid]
shape = [500, 500]
xy_spacing = [100.0, 100.0]
xy_of_lower_left = [0.0, 0.0]
[plume.river]
filepath = "river.csv"
width = 50.0
depth = 5.0
velocity = 1.5
location = [0.0, 25000.0]
angle = 0.0
[plume.sediment]
removal_rate = 60.0
bulk_density = 1600.0
[plume.ocean]
filepath = "ocean.csv"
along_shore_velocity = 0.1
sediment_concentration = 0.0
[plume.output]
filepath = "plume.nc"
Ocean File
``````````
The *plume* ocean file defines parameters of the ocean for each day of
the simulation. This is a csv-formatted text file to *day*, *along-shore velocity*,
and *sediment concentration*.
.. code:: bash
$ plume generate ocean.csv
.. code::
# version: 0.2.0.dev0
# Time [d], Along-shore velocity [m/s], Sediment Concentration [-]
0.0,0.1,0.0
River File
``````````
The *plume* river file is a csv-formatted text file that gives river parameters
for each day of the simulation. Columns are *time*, *river width*, *river depth*,
and *river velocity*.
.. code:: bash
$ plume generate river.csv
.. code::
# version: 0.2.0.dev0
# Time [d], Width [m], Depth [m], Velocity [m/s]
0.0,50.0,5.0,1.5
The *plume* river file defines
Output File
-----------
The only output file of *plume* is a *netCDF* file that contains
sediment concentrations for each day of the simulation.
Examples
--------
To run a simulation using the sample input files described above, you first
need to create a set of sample files:
.. code:: bash
$ mkdir example
$ plume --cd=example setup
You can now run the simulation:
.. code:: bash
$ plume --cd=example run
Owner
- Name: Eric Hutton
- Login: mcflugen
- Kind: user
- Location: Boulder, CO
- Company: University of Colorado
- Repositories: 135
- Profile: https://github.com/mcflugen
Citation (CITATION.cff)
# YAML 1.2
cff-version: 1.2.0
title: sed-plume
message: >-
If you use this software, please cite it using the
metadata from this file.
abstract: "A hypopycnal sediment plume model built with landlab"
type: software
authors:
- given-names: Eric
family-names: Hutton
email: mcflugen@gmail.com
affiliation: University of Colorado
orcid: 'https://orcid.org/0000-0002-5864-6459'
repository-code: "https://github.com/mcflugen/plume"
url: https://github.com/mcflugen/plume#readme
date-released: "2021-06-26"
keywords:
- "bmi"
- "component modeling"
- "earth science"
- "hypopycnal plume"
- "landlab"
- "model coupling"
- "numerical modeling"
license: MIT
GitHub Events
Total
- Delete event: 2
- Push event: 16
- Pull request event: 4
- Create event: 2
Last Year
- Delete event: 2
- Push event: 16
- Pull request event: 4
- Create event: 2
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| mcflugen | m****n@g****m | 95 |
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 18
- Average time to close issues: N/A
- Average time to close pull requests: 17 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.06
- Merged pull requests: 17
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 23 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- mcflugen (18)
- pre-commit-ci[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 10 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 6
- Total maintainers: 1
pypi.org: sed-plume
A hypopycnal sediment-carrying plume entering the ocean.
- Documentation: https://sed-plume.readthedocs.io/
- License: The MIT License (MIT) ===================== Copyright (c) `2020` `Eric Hutton` Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
Latest release: 0.2.2
published over 2 years ago
Rankings
Dependent packages count: 6.6%
Average: 18.6%
Dependent repos count: 30.6%
Maintainers (1)
Last synced:
8 months ago
conda-forge.org: sed-plume
A hypopycnal sediment-carrying plume entering the ocean.
- Homepage: https://github.com/mcflugen/plume
- License: MIT
-
Latest release: 0.2.1
published over 3 years ago
Rankings
Dependent repos count: 34.0%
Dependent packages count: 51.2%
Average: 51.3%
Forks count: 57.4%
Stargazers count: 62.4%
Last synced:
8 months ago