From 3d2511291faea33c34bb747aa1f6f3262f71170a Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Thu, 28 Mar 2024 21:56:15 +0100 Subject: [PATCH 1/3] Ensure yoecldp.F90 is parsed with FParser --- src/cloudsc_loki/cloudsc_loki.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cloudsc_loki/cloudsc_loki.config b/src/cloudsc_loki/cloudsc_loki.config index 106b3973..6e699577 100644 --- a/src/cloudsc_loki/cloudsc_loki.config +++ b/src/cloudsc_loki/cloudsc_loki.config @@ -49,3 +49,6 @@ frontend = 'FP' [frontend_args."yoethf.F90"] frontend = 'FP' + +[frontend_args."yoecldp.F90"] +frontend = 'FP' From d614c7881a31782d392d1093401024437123d360 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Thu, 28 Mar 2024 22:03:01 +0100 Subject: [PATCH 2/3] Mark projects no longer as optional and fix field-api to v0.3.0 --- bundle.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bundle.yml b/bundle.yml index 9ef83ce6..973c5161 100644 --- a/bundle.yml +++ b/bundle.yml @@ -23,7 +23,6 @@ projects : - serialbox : git : https://github.com/reuterbal/serialbox version : v2.5.4/patched - optional: true cmake : > SERIALBOX_BUILD_SHARED=ON SERIALBOX_ENABLE_FORTRAN=ON @@ -36,7 +35,6 @@ projects : - loki : git : https://github.com/ecmwf-ifs/loki version : v0.2.1 - optional: true require : ecbuild cmake : > LOKI_ENABLE_TESTS=OFF @@ -45,7 +43,6 @@ projects : - eckit : git : https://github.com/ecmwf/eckit version : 1.24.4 - optional: true require : ecbuild cmake : > ECKIT_ENABLE_TESTS=OFF @@ -54,8 +51,7 @@ projects : - field_api : git : https://github.com/ecmwf-ifs/field_api.git - version : 0.3.0 - optional: true + version : v0.3.0 require : ecbuild cmake : > UTIL_MODULE_PATH=${CMAKE_SOURCE_DIR}/cloudsc-dwarf/src/common/module @@ -63,7 +59,6 @@ projects : - fckit : git : https://github.com/ecmwf/fckit version : 0.11.0 - optional: true require : ecbuild eckit cmake : > FCKIT_ENABLE_TESTS=OFF @@ -71,7 +66,6 @@ projects : - atlas : git : https://github.com/ecmwf/atlas version : feature/MultiField - optional: true require : ecbuild eckit fckit cmake : > ATLAS_ENABLE_TESTS=OFF From 7539f7425d5b53dfb61ef82f1d89b35132d1e8c9 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter <6384870+reuterbal@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:18:14 +0200 Subject: [PATCH 3/3] Update CLOUDSC version number to 1.5.2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 26ca5946..4cda8f19 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 +1.5.2