I am using WRF 4.1.2 and WPS 4.1.2 with gfortran / gcc.
When I run geogrid.exe and ungrib.exe they work fine, but not metgrid.exe. And I tried with another file (gfs_2016122900_0000.grib2) and metgrid.exe works fine. This is the metgrid.exe error.
I get the data with the example script from the online tutorial.
https://www2.mmm.ucar.edu/wrf/OnLineTut ... .php # STEP7
GFS_2021032100h
GFS_2021032106h
GFS_2021032112h
GFS_2021032118h
GFS_2021032200h
GFS_2021032206h
GFS_2021032212h
GFS_2021032218h
When I run geogrid.exe and ungrib.exe they work fine, but 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/OnLineTut ... .php # STEP7
GFS_2021032100h
GFS_2021032106h
GFS_2021032112h
GFS_2021032118h
GFS_2021032200h
GFS_2021032206h
GFS_2021032212h
GFS_2021032218h
Code:
#!/bin/csh -f
curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_2021032100h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20210322/00/gfs.t00z.pgrb2.0p50.f000
curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_2021032106h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20210322/00/gfs.t00z.pgrb2.0p50.f006
curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_2021032112h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20210322/00/gfs.t00z.pgrb2.0p50.f012
curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_2021032118h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20210322/00/gfs.t00z.pgrb2.0p50.f018
curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_2021032200h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20210321/00/gfs.t00z.pgrb2.0p50.f000
curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_2021032206h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20210321/00/gfs.t00z.pgrb2.0p50.f006
curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_2021032212h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20210321/00/gfs.t00z.pgrb2.0p50.f012
curl -s --disable-epsv --connect-timeout 30 -m 60 -u anonymous:USER_ID@INSTITUTION -o GFS_2021032218h ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.20210321/00/gfs.t00z.pgrb2.0p50.f018