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

Ungribbing ds113.1 with WPS

sophie_verheugd

New member
Hi,

I'm trying to ungrib my ds113.1, which I downloaded from the NCAR website. I was aware of the record length of the grib message, so I added

&ungrib
ec_rec_len = 26214508

to my namelist. However, now when trying to ungrib, I get an error that the data is not found. I attached the ungrib.log, to see the total process/error. I also attached my namelist and a screenshot of my downloaded files.

I linked my Vtable to Vtable_ECMWF and I know for sure that I correctly linked my datafiles.

Can someone help me?
 

Attachments

  • ungrib.log
    21 KB · Views: 4
  • namelist.wps
    871 bytes · Views: 2
  • Picture1.png
    Picture1.png
    87.8 KB · Views: 5
  • Picture2.png
    Picture2.png
    94.7 KB · Views: 5
My g1print.exe gives the following:

Copen: File = /home/sophie/Documents/WRFthesis/Input/IFS_op_an/2018_03/sfc/ec.oper.an.sfc.128_015_aluvp.regn1280sc.20180301.grb
Fortran Unit = 48
UNIX File descriptor: 3

----------------------------------------------------
rec GRIB GRIB Lvl Lvl Lvl Time Fcst
Num Code name Code one two hour
----------------------------------------------------
1 15 1 0 0 2018-03-01_00:00 + 00
2 15 1 0 0 2018-03-01_06:00 + 00
3 15 1 0 0 2018-03-01_12:00 + 00
4 15 1 0 0 2018-03-01_18:00 + 00

***** End-Of-File on C unit 3
 
Hi,
Looking at your ungrib.log, it looks like it was able to find the GRIBFILE.* files in your WPS directory, but it doesn't look like it's actually finding any data matching the codes in the Vtable you're using. For e.g.,

Code:
2024-04-03 12:53:59.310 --- Inventory for date =
2024-04-03 12:53:59.315 ---      PRES     GEOPT       HGT        TT        UU        VV        RH     DEWPT   LANDSEA   SOILGEO   SOILHGT      PSFC      PMSL  SKINTEMP    SEAICE       SST   SNOW_EC      SNOW  ST000007  ST007028  ST028100  ST100289  SM000007  SM007028  SM028100  SM100289
2024-04-03 12:53:59.315 --- -------------------------------------------------
2024-04-03 12:53:59.315 --- -------------------------------------------------

If ungrib finds data that match the gribbed codes, it will show an X under each variable, and there is nothing here. Furthermore, in the g1print output you've shown above, the file on which you performed that is only showing a single variable with codes 15, 1, 0, 0, which doesn't match any of the codes in Vtable.ECMWF.

Make sure that you are obtaining files for all the mandatory fields. If you need help, contact the RDA CISL support group and they should be able to assist you.
 
Top