Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

ERROR: Didn't recognize format version of data in FILE:2021-03-22_00.\nFound version 83886080 but expected either 3, 4,

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

leoj_666

New member
hello, Can somebody help me? How can I fix this error by running metgrid.exe. I am using WPSv4 and WRFv4.2.2, Intel, foltran90, Big edianHow can I fix this error by running metgrid.exe. I am using WPSv4 and WRFv4.2.2.
Settings for Linux x86_64, Intel compiler (dmpar)
COMPRESSION_LIBS = -L/gpfs/GLOBAL_JOB_REPO_KPFU/gurianov/intel/grib2/lib -ljasper -lpng -lz
COMPRESSION_INC = -I/gpfs/GLOBAL_JOB_REPO_KPFU/gurianov/intel/grib2/include
FDEFS = -DUSE_JPEG2000 -DUSE_PNG
SFC = ifort
SCC = icc
DM_FC = mpif90 -f90=ifort
DM_CC = mpicc -cc=icc
FC = $(DM_FC)
CC = $(DM_CC)
LD = $(FC)
FFLAGS = -FR -convert big_endian
#FFLAGS = -ffree-form -O -fconvert=big-endian -frecord-marker=4
F77FLAGS = -FI -convert big_endian
#F77FLAGS = -ffixed-form -O -fconvert=big-endian -frecord-marker=4
FCSUFFIX =
FNGFLAGS = $(FFLAGS)
LDFLAGS =
CFLAGS = -w
CPP = /lib/cpp -P -traditional
CPPFLAGS = -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_MPI
ARFLAGS =
CC_TOOLS =

Data GFS

configure.wps
FFLAGS = -FR -convert big_endian
F77FLAGS = -FI -convert big_endian
 

Attachments

  • configure.wps.log
    3.8 KB · Views: 33
  • geogrid.log
    21.8 KB · Views: 35
  • metgrid.log
    6.1 KB · Views: 36
  • ungrib.log
    118.8 KB · Views: 35
  • scriptDowloandData.sh.log
    1.6 KB · Views: 34
Did you run ungrib to produce the intermediate file yourself? or you get these files from somewhere else?
What is the forcing data for this case ( the data you ungrib)?
 
thanks @Ming Chen. I was able to solve the problem by installing WRF 4.1.2 and WPS 4.1.2 with gfortran / gcc. But in this case when I run geogrid.exe and ungrib.exe they work fine, not metgrid.exe. And I tried with another file (gfs_2016122900_0000.grib2) and metgrid.exe works fine. This is the metgrid.exe error.
Code:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Successful completion of ungrib. !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Processing domain 1 of 2
  Processing 2021-03-21_00
     FILE
ERROR: Error in ext_pkg_write_field
Note: The following floating-point exceptions are signaling: IEEE_OVERFLOW_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
I get the data with the example script from the online tutorial. https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php#STEP7
GFS_2021032100h
GFS_2021032106h
GFS_2021032112h
GFS_2021032118h
GFS_2021032200h
GFS_2021032206h
GFS_2021032212h
GFS_2021032218h
 

Attachments

  • errorMetgrib.exe WRF datos actuales.png
    errorMetgrib.exe WRF datos actuales.png
    125.2 KB · Views: 906
  • scriptDowloandData.txt
    1.6 KB · Views: 34
Top