Skip to content

Commit f3997c8

Browse files
authored
Merge pull request #137 from akrherz/gh136_nawips_7.16.1
Merge NAWIPS 7.16.1
2 parents 8a3c8e6 + 872b38a commit f3997c8

13 files changed

Lines changed: 46 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!-- markdownlint-configure-file {"MD024": { "siblings_only": true } } -->
22
# Unidata Community GEMPAK Change Log
33

4+
## 7.16.1 (21 June 2023)
5+
6+
This release merges upstream NCEP NAWIPS 7.16.1, whose CHANGELOG includes:
7+
8+
- Bug fix for upper air decoder (dcuair) where 21212 group is processed incorrectly.
9+
- Bug fix for “white spots/specks” graphic issue on accumulated QPF.
10+
411
## 7.16.0 (4 May 2023)
512

613
This release merges upstream NCEP NAWIPS 7.16.0, whose CHANGELOG includes:

build/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: gempak
2-
Version: 7.16.0
2+
Version: 7.16.1
33
Maintainer: Daryl Herzmann
44
Architecture: all
55
Description: Unidata GEMPAK Distribution

build/Installer.gempak/extlibs.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define __prelink_undo_cmd %{nil}
33
%define gem_home /home/gempak/GEMPAK7
44
%define prefix /home/gempak
5-
%define version 7.16.0
5+
%define version 7.16.1
66
Name: gempak-extlibs
77
Summary: Unidata Community GEMPAK
88
Version: %{version}

build/Installer.gempak/gempak.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%define __prelink_undo_cmd %{nil}
1111
%define gem_home /home/gempak/GEMPAK7
1212
%define prefix /home/gempak
13-
%define version 7.16.0
13+
%define version 7.16.1
1414
Name: gempak
1515
Summary: Unidata Community GEMPAK
1616
Version: %{version}

build/docker/Dockerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN yum clean all
1010
RUN yum install openmotif libX11 libXt libXext libXp libXft libXtst xorg-x11-xbitmaps csh libgfortran which python-pip git -y
1111

1212
# Latest RPM for CentOS 7
13-
RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-7.16.0-1.el7.centos.x86_64.rpm
13+
RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-7.16.1-1.el7.centos.x86_64.rpm
1414

1515
# Python AWIPS Data Acess Framework
1616
RUN pip install six shapely numpy

build/docker/Dockerfile.ubuntu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN apt-get install wget python-pip python-dev build-essential -y
1111
RUN pip install --upgrade pip
1212

1313
# Latest source code
14-
RUN wget https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-7.16.0.deb
15-
RUN dpkg -i gempak-7.16.0.deb
14+
RUN wget https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-7.16.1.deb
15+
RUN dpkg -i gempak-7.16.1.deb
1616

1717
# Python AWIPS Data Acess Framework
1818
RUN pip install six shapely numpy

build/gempak-devel/Dockerfile.centos6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ RUN yum install -y \
2626
python-devel
2727

2828
# Bootstrap install extlibs...
29-
RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.16.0-1.el6.x86_64.rpm
29+
RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.16.1-1.el6.x86_64.rpm

build/gempak-devel/Dockerfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ RUN yum install -y \
2626
python-devel
2727

2828
# Bootstrap install extlibs...
29-
RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.16.0-1.el7.centos.x86_64.rpm
29+
RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.16.1-1.el7.centos.x86_64.rpm

build/gempak-devel/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ RUN yum install -y \
2626
python-devel
2727

2828
# Bootstrap install extlibs...
29-
RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.16.0-1.fc26.x86_64.rpm
29+
RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.16.1-1.fc26.x86_64.rpm

gempak/source/gemlib/ss/ssvers.f

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,15 @@ SUBROUTINE SS_VERS ( vmsg, iret )
7878
C* B. Hebbard/NCEP 07/22 Updated to 7.15.1 *
7979
C* B. Hebbard/NCEP 12/22 Updated to 7.15.2 *
8080
C* B. Hebbard/NCEP 02/23 Updated to 7.16.0 *
81+
C* B. Hebbard/NCEP 05/23 Updated to 7.16.1 *
8182
C************************************************************************
8283
CHARACTER*(*) vmsg
8384
C------------------------------------------------------------------------
8485
iret = 0
8586
C
8687
C* Set the version string and add a null to the end.
8788
C
88-
vmsg = 'Version 7.16.0'
89+
vmsg = 'Version 7.16.1'
8990
CALL ST_NULL ( vmsg, vmsg, lens, ier )
9091
C*
9192
RETURN

0 commit comments

Comments
 (0)