From 4a12c5581ba8c29c0b4f20c94482b126b1655d8b Mon Sep 17 00:00:00 2001 From: AGonzalezNicolas <157027467+AGonzalezNicolas@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:02:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48387d917c..aa9d9ce9a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # eCLM -[![CI](https://github.com/HPSCTerrSys/eCLM/actions/workflows/CI.yml/badge.svg)](https://github.com/HPSCTerrSys/eCLM/actions/workflows/CI.yml) -[![status: alpha](https://img.shields.io/badge/status-alpha-yellow)](https://github.com/HPSCTerrSys/eCLM) +[![CI](https://github.com/HPSCTerrSys/clm5_0/actions/workflows/CI.yml/badge.svg)](https://github.com/HPSCTerrSys/clm5_0/actions/workflows/CI.yml) +[![status: alpha](https://img.shields.io/badge/status-alpha-yellow)](https://github.com/HPSCTerrSys/clm5_0) eCLM is based from [Community Land Model 5.0 (CLM5.0)]. It has the same modelling capabilities as CLM5 but with a more simplified infrastructure for build and namelist generation. The build system is handled entirely by CMake and namelists are generated through a small set of Python scripts. Only Fortran source codes necessary for a functional land model simulation were imported from CLM5.