From ceea034b0fe9af0c354b30972df40a3fa8e4c02f Mon Sep 17 00:00:00 2001
From: anphi <anne.philipp@univie.ac.at>
Date: Mon, 12 Nov 2018 16:24:39 +0100
Subject: [PATCH] BugFix of reported bug in Ticket #212

---
 src/rwGRIB2.f90 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/rwGRIB2.f90 b/src/rwGRIB2.f90
index 09ec94e..3d09298 100644
--- a/src/rwGRIB2.f90
+++ b/src/rwGRIB2.f90
@@ -22,6 +22,8 @@
    integer :: l(size(mpar))
    character*(*):: filename                             
 
+   feld = 0.
+   
    call grib_open_file(ifile, TRIM(FILENAME),'r')
  
    ! count the messages in the file
-- 
GitLab