llsalazardom
Member
I'm sorry, but this was a long time ago, I can't remember.
Hi ,@mfe_et
Can you use the g1print.exe (or g2print.exe, depending whether your data are grib1 or grib2 format) utility to issue the following. From the WPS directory, issue
Code:./util/g1print.exe <path-to-your-input-data>/<input_data_file> >& g1print.log
Obviously entering your actual path to the data and the actual name of the data file for your surface fields. Then attach the g1print.log file so I can take a look. Thanks!
Hi , I tried to download in different times data but I faced with this massage from the site:If you intend to use ERA5 data, please download ERA5 data from:
NCAR RDA Dataset d633000
We provide a python package to process the ERA5 data for WRF application:
GitHub - NCAR/era5_to_int: A simple Python script for converting ERA5 model-level netCDF files to the WPS intermediate format
I suppose this is an easy way for people to implement ERA5.
Please try and let me know if you have any issues. Thanks.
thanks for your reply. I have a question now. I downloaded the ERA5 grib1 data and run WPS and did not see TT and UU and VV in met files. So yo suggest that I download data in netcdf format and then convert them with the python code that you mention in previous comment?NCAR RDA just changed its path to ERA5 data. Unfortunately they didn't make a public announce .... I am sorry for the inconvenience caused by this.
Please download the updated python package from the same link I posted previously, then rerun the case.
Let me know if you still have troubles to run the package.
Hi MingThat is correct. Note that ERA5 GRIB data have been removed from NCAR RDA. All the ERA data for download are in netCDF format. The python package we created can be implemented to process ERA5 data in netCDF format.
Dear Ming Chen,If you intend to use ERA5 data, please download ERA5 data from:
NCAR RDA Dataset d633000
We provide a python package to process the ERA5 data for WRF application:
GitHub - NCAR/era5_to_int: A simple Python script for converting ERA5 model-level netCDF files to the WPS intermediate format
I suppose this is an easy way for people to implement ERA5.
Please try and let me know if you have any issues. Thanks.
here is the files:(1) Would you please send me a list of the ERA5 data you downloaded?
(2) What command did you issue to run the python script?
(3) Can you upload a single met_em for me to take a look?
Thanks.
Hi,Hi,
It seems that you didn't download correct ERA5 data files. Below are the files you should download. Please get these files and rerun your case.
e5.oper.an.pl.128_129_z.ll025sc.2008082000_2008082023.nc
e5.oper.an.pl.128_133_q.ll025sc.2008082000_2008082023.nc
e5.oper.an.pl.128_130_t.ll025sc.2008082000_2008082023.nc
e5.oper.an.pl.128_131_u.ll025uv.2008082000_2008082023.nc
e5.oper.an.pl.128_132_v.ll025uv.2008082000_2008082023.nc
e5.oper.invariant.128_172_lsm.ll025sc.1979010100_1979010100.nc
e5.oper.an.sfc.128_034_sstk.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_235_skt.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_039_swvl1.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_040_swvl2.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_041_swvl3.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_042_swvl4.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_139_stl1.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_170_stl2.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_183_stl3.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_236_stl4.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_031_ci.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_167_2t.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_168_2d.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_165_10u.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_166_10v.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_033_rsn.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_141_sd.ll025sc.2008080100_2008083123.nc
e5.oper.an.sfc.128_151_msl.ll025sc.2008080100_2008083123.nc
e5.oper.an.ml.128_134_sp.regn320sc.2008082000_2008082005.nc
e5.oper.invariant.128_129_z.regn320sc.2016010100_2016010100.nc
When I deactivate process_only_bdy = 5, in the metgrid section in namelist.wps, the problem is solved. Is this a safe solution?Hi,
Thank you for your reply.
I downloaded the data you listed and ran the era5_to_int.py script. However, I encountered the following error:
Error: Could not find file e5.oper.an.ml.128_134_sp.regn320sc.2008082006_2008082011.nc needed for ERA5 variable SP
Error: Could not find file e5.oper.an.ml.128_134_sp.regn320sc.2008082012_2008082017.nc needed for ERA5 variable SP
Error: Could not find file e5.oper.an.ml.128_134_sp.regn320sc.2008082018_2008082023.nc needed for ERA5 variable SP
In the Python code, the SP variable is defined as:
int_vars.append(MetVar('PSFC', 'SP', 'e5.oper.an.ml.128_134_sp.regn320sc.{}_{}.nc', begin_6hourly, end_6hourly, Gaussian))
But the file you mentioned and I downloaded is:
e5.oper.an.ml.128_134_sp.regn320sc.2008082000_2008082005.nc
Should I download the next time chunk (e.g., 2008082006_2008082011.nc) manually? Or Do I change the script?
and I downloaded data and still my met_em files from time 01:00 to 23:00 has the same error that I mentioned before. only the time 00 has the non zero value for TT,UU and...
I attached the converted data (output from ./rd_intermediate.exe / ) It seems that the converting did correctly.