From 3ed721f1fec447e422af60cc45cea2cfb4113cea Mon Sep 17 00:00:00 2001 From: Bart van Stratum Date: Fri, 25 Oct 2024 11:31:32 +0200 Subject: [PATCH] Added CI badge to README. --- .github/workflows/develop.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 8fdfa69c4..51146face 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -1,4 +1,4 @@ -name: MicroHH-CI +name: ci-test on: push: diff --git a/README.md b/README.md index 9e1193f31..4f8cd3c78 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ MicroHH ------- +[![CI Status](https://github.com/bartvstratum/microhh/actions/workflows/develop.yml/badge.svg) [![Documentation Status](https://readthedocs.org/projects/microhh/badge/?version=latest)](https://microhh.readthedocs.io/en/latest/?badge=latest) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13923894.svg)](https://doi.org/10.5281/zenodo.13923894) MicroHH is a computational fluid dynamics code designed to simulate turbulent flows in the atmosphere using the Direct Numerical Simulation (DNS) and Large-Eddy Simulation (LES) techniques. Its can do idealized flows, but also realistic atmospheric boundary layers with all relevant processes, including moist thermodynamics, radiation, land surface processes, and microphysics. MicroHH is written in C++/CUDA and runs on both CPUs and GPUs using single or double precision floating point numbers. @@ -10,8 +12,6 @@ Visualizations are found in our Vimeo channel: https://vimeo.com/channels/microh MicroHH is described in detail in [Van Heerwaarden et al. (2017)](https://doi.org/10.5194/gmd-10-3145-2017). In case you decide to use MicroHH for your own research, the developers would appreciate to be notified and kindly request to cite their reference paper. The version described in the reference paper has been assigned a DOI via [Zenodo](https://zenodo.org). -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13923894.svg)](https://doi.org/10.5281/zenodo.13923894) - Requirements ------------