https://github.com/clima/kinematicdriver.jl

Prescribed flow models for testing cloud microphysics schemes.

https://github.com/clima/kinematicdriver.jl

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
Last synced: 9 months ago · JSON representation

Repository

Prescribed flow models for testing cloud microphysics schemes.

Basic Info
  • Host: GitHub
  • Owner: CliMA
  • License: apache-2.0
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 7.25 MB
Statistics
  • Stars: 8
  • Watchers: 8
  • Forks: 3
  • Open Issues: 22
  • Releases: 0
Created about 4 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

KinematicDriver.jl

Kinematic 1D driver

||| |---------------------:|:----------------------------------------------| | Docs Build | docs build | | Documentation | dev | | GHA CI | gha ci | | Code Coverage | codecov |

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

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 🍱 (3) enhancement (2) Tests (1) documentation (1) needs review (1) bug (1) do not merge (1)

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.

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1 Total
Rankings
Dependent repos count: 9.5%
Average: 24.0%
Dependent packages count: 38.5%
Last synced: 10 months ago

Dependencies

.github/workflows/JuliaFormatter.yml actions
  • 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
.github/workflows/ci.yml actions
  • 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
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/CompatHelper.yml actions