htcp

Properties of water suspended in clouds
git clone git://git.meso-star.fr/htcp.git
Log | Files | Refs | README | LICENSE

commit 431bcde38638f7747c33bde7b7ef851a28ed5c83
parent 36a88c6465a701b1b8b1023698c24cdc7976ab25
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 27 Feb 2023 14:22:11 +0100

Merge branch 'release_0.0.5'

Diffstat:
MREADME.md | 8++++++--
Mcmake/CMakeLists.txt | 6+++---
Mcmake/doc/CMakeLists.txt | 4++--
Mcmake/htcp/CMakeLists.txt | 2+-
Mcmake/les2htcp/CMakeLists.txt | 2+-
Mdoc/htcp.5.scd | 4++--
Mdoc/les2htcp.1.scd | 4++--
Msrc/htcp.c | 4++--
Msrc/htcp.h | 4++--
Msrc/les2htcp.c | 4++--
Msrc/test_htcp.c | 4++--
Msrc/test_htcp_load.c | 4++--
Msrc/test_htcp_load_from_file.c | 4++--
Msrc/test_htcp_utils.h | 4++--
14 files changed, 31 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md @@ -30,6 +30,10 @@ informations on CMake. ## Release notes +### Version 0.0.5 + +Fix a typo in the les2htcp man page + ### Version 0.0.4 - Use scdoc rather than asciidoc as file format for man sources. @@ -55,8 +59,8 @@ mixing ratio and the liquid water mixing ratio. ## Copyright notice Copyright (C) 2018, 2020-2023 |Méso|Star> (<contact@meso-star.com>) -Copyright (C) 2018 Centre National de la Recherche Scientifique (CNRS) -Copyright (C) 2018 Université Paul Sabatier (<contact-edstar@laplace.univ-tlse.fr>) +Copyright (C) 2018 Centre National de la Recherche Scientifique +Copyright (C) 2018 Université Paul Sabatier ## License diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) -# Copyright (C) 2018 CNRS -# Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) +# Copyright (C) 2018 Centre National de la Recherche Scientifique +# Copyright (C) 2018 Université Paul Sabatier # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -62,7 +62,7 @@ endif() ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 0) -set(VERSION_PATCH 4) +set(VERSION_PATCH 5) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) add_subdirectory(doc) diff --git a/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright (C) 2018, 2020-2022 |Méso|Star> (contact@meso-star.com) -# Copyright (C) 2018 CNRS -# Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) +# Copyright (C) 2018 Centre National de la Recherche Scientifique +# Copyright (C) 2018 Université Paul Sabatier # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cmake/htcp/CMakeLists.txt b/cmake/htcp/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) -# Copyright (C) 2018 CNRS +# Copyright (C) 2018 Centre National de la Recherche Scientifique # Copyright (C) 2018 Université Paul Sabatier # # This program is free software: you can redistribute it and/or modify diff --git a/cmake/les2htcp/CMakeLists.txt b/cmake/les2htcp/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) -# Copyright (C) 2018 CNRS +# Copyright (C) 2018 Centre National de la Recherche Scientifique # Copyright (C) 208 Université Paul Sabatier # # This program is free software: you can redistribute it and/or modify diff --git a/doc/htcp.5.scd b/doc/htcp.5.scd @@ -1,8 +1,8 @@ htcp(5) ; Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) -; Copyright (C) 2018 CNRS -; Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) +; Copyright (C) 2018 Centre National de la Recherche Scientifique +; Copyright (C) 2018 Université Paul Sabatier ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/doc/les2htcp.1.scd b/doc/les2htcp.1.scd @@ -2,7 +2,7 @@ les2htcp(1) ; Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) ; Copyright (C) 2018 Centre National de la Recherche Scientifique -; Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) +; Copyright (C) 2018 Université Paul Sabatier ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ les2htcp - convert cloud properties from NetCDF to htcp(5) file format # SYNOPSIS -les2htcp [_option_] ... -i __NetCDF__ +les2htcp [_option_] ... -i _NetCDF_ # DESCRIPTION *les2htcp* generates a *htcp*(5) file from cloud properties stores in a NetCDF diff --git a/src/htcp.c b/src/htcp.c @@ -1,6 +1,6 @@ /* Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2018 CNRS - * Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) + * Copyright (C) 2018 Centre National de la Recherche Scientifique + * Copyright (C) 2018 Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/htcp.h b/src/htcp.h @@ -1,6 +1,6 @@ /* Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2018 CNRS - * Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) + * Copyright (C) 2018 Centre National de la Recherche Scientifique + * Copyright (C) 2018 Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/les2htcp.c b/src/les2htcp.c @@ -1,6 +1,6 @@ /* Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2018 CNRS - * Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) + * Copyright (C) 2018 Centre National de la Recherche Scientifique + * Copyright (C) 2018 Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_htcp.c b/src/test_htcp.c @@ -1,6 +1,6 @@ /* Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2018 CNRS - * Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) + * Copyright (C) 2018 Centre National de la Recherche Scientifique + * Copyright (C) 2018 Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_htcp_load.c b/src/test_htcp_load.c @@ -1,6 +1,6 @@ /* Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2018 CNRS - * Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) + * Copyright (C) 2018 Centre National de la Recherche Scientifique + * Copyright (C) 2018 Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_htcp_load_from_file.c b/src/test_htcp_load_from_file.c @@ -1,6 +1,6 @@ /* Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2018 CNRS - * Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) + * Copyright (C) 2018 Centre National de la Recherche Scientifique + * Copyright (C) 2018 Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_htcp_utils.h b/src/test_htcp_utils.h @@ -1,6 +1,6 @@ /* Copyright (C) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2018 CNRS - * Copyright (C) 2018 Université Paul Sabatier (contact-edstar@laplace.univ-tlse.fr) + * Copyright (C) 2018 Centre National de la Recherche Scientifique + * Copyright (C) 2018 Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by