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 while running real.exe with ERA 5 pressure level data

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.

ggp17mkm

New member
Hi,

I am running WRF with ERA5 pressure level data. I am facing this error at the real.exe step.

ERROR in psfc: flag_psfc = 0, flag_soilhgt = 0, flag_slp = 0, sfcp_to_sfcp = F

Have attached my namelist.input and rslout files.
I have already tried adding sfcp_to_sfcp = .true. in the &domain section namelist.input, doesn't make any difference.
Would really appreciate any help. My PhD research seems to be stuck with WRF errors.
 

Attachments

  • namelist.input
    4 KB · Views: 52
  • rslout.txt
    129.8 MB · Views: 57
Hi,
Do you have PSFC included in your ERA5 input data? Do you see that variable in your met_em* files, and if so, does it look reasonable?
 
Hi,
I opened one of the met_em files using Rstudio. I cannot see the variable PSFC in the list. I have attached one of the met_em files. If you could double check please? Also, I can see several warnings such as following in the file; Are these important?

"vobjtovarid4: **** WARNING **** I was asked to get a varid for dimension named Time BUT this dimension HAS NO DIMVAR! Code will probably fail at this point"

Thanks alot.
 

Attachments

  • met_em.d01.2012-01-02_00_00_00.nc
    6.9 MB · Views: 54
Thanks for sending that. It doesn't look like you have any of the surface information in your files. These are the 2D fields that are mandatory from your input:
Surface pressure
Mean sea level pressure
Skin temperature/SST
2-meter temperature
2-meter relative or specific humidity
10-meter U and V components of wind
soil data (temp and moisture) and soil height

Also, if you look at the values for many of the 3D variables, they are all 0. You may need to check with the source where you are obtaining the data to make sure you are downloading it correctly.
 
Thanks for getting back.
I have download the ERA 5 hourly averaged pressure level data in grib format from the ERA5 website. They don't have further instructions of downloading beyond that. Would you have any tips for making sure the input data files are correct?
 
Please download the ERA5 data from NCAR CISL. here is the website:
https://rda.ucar.edu/datasets/ds630.0/

Please download all the files that have required variables for running WRF. These variables are contained in different files, for example, the following files have U,V, T, Qv, RH in pressure levels:

e5.oper.an.pl.128_130_t.regn320sc.2013082000_2013082023.grb
e5.oper.an.pl.128_131_u.regn320uv.2013082000_2013082023.grb
e5.oper.an.pl.128_132_v.regn320uv.2013082000_2013082023.grb
e5.oper.an.pl.128_133_q.regn320sc.2013082000_2013082023.grb
e5.oper.an.pl.128_157_r.regn320sc.2013082000_2013082023.grb

there are other files that provide surface and soil information. Please read the document in the CISL website and find all the files you need.
 
Top