https://github.com/clima/kinematicdriver.jl
Prescribed flow models for testing cloud microphysics schemes.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Repository
Prescribed flow models for testing cloud microphysics schemes.
Basic Info
Statistics
- Stars: 8
- Watchers: 8
- Forks: 3
- Open Issues: 22
- Releases: 0
Metadata Files
README.md
KinematicDriver.jl
Kinematic 1D driver
|||
|---------------------:|:----------------------------------------------|
| Docs Build | |
| Documentation |
|
| GHA CI |
|
| Code Coverage |
|
Installation and running instructions
KinematicDriver.jl is a Julia registered package.
See the Project.toml
for a full list of dependencies.
When using the KinematicDriver.jl,
the easiest way to obtain the package dependencies
is to use the Julia built-in package manager
(accessed by pressing ] in the Julia REPL):
```bash
julia --project
julia> ]
pkg> instantiate
``
Additional dependencies related to plotting and NetCDF output are
included in thetest` environment.
See the Pkg docs
for an overview of basic package manager features.
The KiD_driver.jl inside test/experiments/KiD_driver folder is
the main file for running the simulations.
It accepts some command line arguments,
see the --help for details.
bash
julia --project=test/ test/experiments/KiD_driver/KiD_driver.jl --help
An example command to run the Kid_driver.jl from terminal:
bash
julia --color=yes --project=test test/experiments/KiD_driver/KiD_driver.jl --moisture_choice=NonEquilibriumMoisture --precipitation_choice=Precipitation1M
To run KiD_driver.jl interactively, open julia --project=test and run:
```julia
include("test/experiments/KiDdriver/parsecommandline.jl")
Set arguments
config = parsecommandline() config["FLOATTYPE"] = "FLOAT32" config["moisture_choice"] = "EquilibriumMoisture"
include("test/experiments/KiDdriver/KiDdriver.jl") ```
In addition to simulating the 1D rainshaft, KinematicDriver.jl provides tools for calibrating microphysics parameters against available data. The main program for running calibrations is given inside test/experiments/calibrations folder. This program is accompanied by the config.jl file that defines all the settings for the dynamics, observations, optimization process, and parameters to be calibrated. To run calibrations of microphysics schemes by using KinematicDriver the config.jl file needs to be adjusted. Then the program can be called from terminal:
bash
julia --color=yes --project=test test/experiments/calibrations/run_calibrations.jl
Owner
- Name: Climate Modeling Alliance
- Login: CliMA
- Kind: organization
- Email: clima@caltech.edu
- Website: https://clima.caltech.edu
- Repositories: 67
- Profile: https://github.com/CliMA
An alliance of scientists, engineers and applied mathematicians, dedicated to pioneering a new, data-informed approach to climate modeling
GitHub Events
Total
- Create event: 29
- Commit comment event: 8
- Issues event: 6
- Delete event: 15
- Issue comment event: 49
- Push event: 360
- Pull request review event: 31
- Pull request review comment event: 11
- Pull request event: 43
- Fork event: 2
Last Year
- Create event: 29
- Commit comment event: 8
- Issues event: 6
- Delete event: 15
- Issue comment event: 49
- Push event: 360
- Pull request review event: 31
- Pull request review comment event: 11
- Pull request event: 43
- Fork event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: about 7 hours
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.8
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: about 7 hours
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.8
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- trontrytel (3)
- sajjadazimi (1)
- Sbozzolo (1)
- haakon-e (1)
Pull Request Authors
- haakon-e (18)
- sajjadazimi (13)
- trontrytel (9)
- crocicc (7)
- github-actions[bot] (6)
- nefrathenrici (4)
- Sbozzolo (2)
- edejong-caltech (2)
- rorlija1 (1)
- szy21 (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 1 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 9
juliahub.com: KinematicDriver
Prescribed flow models for testing cloud microphysics schemes.
- Documentation: https://docs.juliahub.com/General/KinematicDriver/stable/
- License: Apache-2.0
-
Latest release: 0.13.0
published 11 months ago
Rankings
Dependencies
- actions/checkout v2.2.0 composite
- dorny/paths-filter v2.9.1 composite
- julia-actions/setup-julia latest composite
- styfle/cancel-workflow-action 0.4.0 composite
- actions/cache v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2 composite
- julia-actions/setup-julia latest composite