Skip to content

Commit

Permalink
Merge release/2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Jul 10, 2023
2 parents c325f69 + a58ca6c commit ac6794a
Show file tree
Hide file tree
Showing 778 changed files with 35,221 additions and 31,313 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/notify-new-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Notify new PR

on:
pull_request_target:
types:
- "opened"

jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify new PR
uses: ecmwf-actions/notify-teams-pr@v1
with:
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ configure
grib_api.spec
grib_api.pc
grib_api_f90.pc
*.analyzerinfo
*.snalyzerinfo

# compiled source #
###################
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ cmake_minimum_required( VERSION 3.12 FATAL_ERROR )
find_package( ecbuild 3.7 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild)

# Initialise project
project( eccodes VERSION 2.30.4 LANGUAGES CXX )
set(CMAKE_CXX_STANDARD 11)
project( eccodes LANGUAGES CXX )
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)


Expand Down
6 changes: 2 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ How to build and install ecCodes library/tools

Building and installation has been tested on several platforms and with several compilers.
However for some platforms modifications to the installation engine may be required.
If you encounter any problems during the installation procedure please send an e-mail
with your problem to:

[email protected]
If you encounter any problems during the installation procedure, please visit our Support Portal:

https://support.ecmwf.int

Installation using CMake
------------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ To add the Python3 bindings, use pip3 install from PyPI as follows:
For more details, please see:
https://confluence.ecmwf.int/display/ECC/ecCodes+installation

If you encounter any problems please send an e-mail with your problem to:
If you encounter any problems please visit our Support Portal:

Software.Support@ecmwf.int
https://support.ecmwf.int



Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.31.0
2 changes: 1 addition & 1 deletion data/tigge_pf_ecmwf.grib2.ref
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ecmf 3 pt K Potential temperature
ecmf 60 pv K m**2 kg**-1 s**-1 Potential vorticity
ecmf 235 skt K Skin temperature
ecmf 228141 sd kg m**-2 Snow depth water equivalent
ecmf 228144 sf kg m**-2 Snow Fall water equivalent
ecmf 228144 sf kg m**-2 Snowfall water equivalent
ecmf 228039 sm kg m**-3 Soil moisture
ecmf 228139 st K Soil temperature
ecmf 133 q kg kg**-1 Specific humidity
Expand Down
Loading

0 comments on commit ac6794a

Please sign in to comment.