From 2cd080730c3c97030df30732ad4a78e2f9ddedd1 Mon Sep 17 00:00:00 2001 From: Emanuele Danovaro Date: Thu, 17 Aug 2023 14:53:08 +0200 Subject: [PATCH 1/4] ODBGOV-303 --- share/metkit/odb/class.table | 3 +++ share/metkit/odb/group.txt | 14 ++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/share/metkit/odb/class.table b/share/metkit/odb/class.table index 516e4321..b1c171c6 100644 --- a/share/metkit/odb/class.table +++ b/share/metkit/odb/class.table @@ -43,6 +43,9 @@ 42 ef EFAS (European flood awareness system) 43 gf GLOFAS (Global flood awareness system) 44 gg Greenhouse Gases +45 ml Machine learning +46 d1 Destination Earth +47 o6 Ocean ReAnalysis 6 99 te Test 100 at Austria 101 be Belgium diff --git a/share/metkit/odb/group.txt b/share/metkit/odb/group.txt index 8474c28c..66fcb647 100644 --- a/share/metkit/odb/group.txt +++ b/share/metkit/odb/group.txt @@ -45,6 +45,7 @@ 45 ; MHS All-sky ; 2 ; MHS_AS ; MHS All-sky ; 46 ; Doppler Wind Lidar ; 2 ; DWL ; Doppler Wind Lidar ; 47 ; IRIS ; 2 ; IRIS ; Infrared Interferometer Spectrometer ; +48 ; Altimeter ; 3 ; ALT ; Altimeter ; 49 ; AATSR ; 2 ; AATSR ; Advanced Along Track Scanning Radiometer ; 50 ; ATMS All-sky ; 2 ; ATMS_AS ; ATMS All-sky ; 51 ; GMI All-sky ; 2 ; GMI_AS ; GMI All-sky ; @@ -59,10 +60,11 @@ 60 ; SMAP ; 2 ; SMAP ; Soil Moisture Active and Passive ; 61 ; TOVS MULTISENSOR ; 4 ; TOVS_MS ; TOVS MULTISENSOR ; 62 ; Cloud reflectivity ; 2 ; CLOUD_R ; Cloud reflectivity ; -63 ; Cloud Lidar ; 2 ; CLOUD_L ; Cloud Lidar ; -64 ; Satellite Lightning ; 2 ; SATELLITE_LIGHTNING ; Satellite Lightning ; -65 ; GEOS VIS ; 2 ; GEOS_VIS ; GEOS visible reflectances ; -66 ; OCONV ; 1 ; OCONV ; Ocean conventional in situ ; -67 ; MWTS3 All-sky ; 2 ; MWTS3_AS ; MWTS3 All-sky ; -68 ; GIIRS ; 2 ; GIIRS ; GIIRS ; +63 ; Cloud Lidar ; 2 ; CLOUD_L ; Cloud Lidar ; +64 ; Satellite Lightning ; 2 ; SATELLITE_LIGHTNING ; Satellite Lightning ; +65 ; GEOS VIS ; 2 ; GEOS_VIS ; GEOS visible reflectances ; +66 ; OCONV ; 1 ; OCONV ; Ocean conventional in situ ; +67 ; MWTS3 All-sky ; 2 ; MWTS3_AS ; MWTS3 All-sky ; +68 ; GIIRS ; 2 ; GIIRS ; GIIRS ; +69 ; HIRAS ; 2 ; HIRAS ; HIRAS ; 99 ; TEST ; 4 ; TEST ; ; From a04cbe7802d22a4529da3f1fde8f412a9813edbd Mon Sep 17 00:00:00 2001 From: Emanuele Danovaro Date: Tue, 22 Aug 2023 08:38:30 +0200 Subject: [PATCH 2/4] ODBGOV-259 added group 70 (TROPICS All-sky) --- share/metkit/odb/group.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/share/metkit/odb/group.txt b/share/metkit/odb/group.txt index 66fcb647..559bcb6e 100644 --- a/share/metkit/odb/group.txt +++ b/share/metkit/odb/group.txt @@ -67,4 +67,5 @@ 67 ; MWTS3 All-sky ; 2 ; MWTS3_AS ; MWTS3 All-sky ; 68 ; GIIRS ; 2 ; GIIRS ; GIIRS ; 69 ; HIRAS ; 2 ; HIRAS ; HIRAS ; +70 ; TROPICS All-sky ; 2 ; TROPICS_AS ; TROPICS All-sky ; 99 ; TEST ; 4 ; TEST ; ; From 657b5f9530e2e723c42fdf98fcd7415b9cd9550e Mon Sep 17 00:00:00 2001 From: Emanuele Danovaro Date: Wed, 30 Aug 2023 09:20:59 +0200 Subject: [PATCH 3/4] version bump --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8f874255..eb2ca0f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.14 +1.10.15 From 4f519a3e73dbf99ea58f5a86c20f3aab5d55beae Mon Sep 17 00:00:00 2001 From: Emanuele Danovaro Date: Mon, 4 Sep 2023 13:59:20 +0100 Subject: [PATCH 4/4] c++ version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db9795af..8b22d469 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ find_package( ecbuild 3.7.2 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_C project( metkit LANGUAGES CXX ) -set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) ########################################################################################################################