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

problem about ungrib/Variable_Tables/Vtable.SST

yxli0323

New member
I tried to add the SST part in WRF, but I encountered the following error. I am using ERA5 data. How should I resolve this?
1718540886767.png
 
Hi,
Can you issue the following (modifying it for your specific path and file), and then attach the sst.txt file, as well as your namelist.wps file? Note - this assumes the sst data are GRIB1. If it's actually GRIB2, use the 'g2print.exe' program instead.

Code:
./util/g1print.exe path-to-sst-data-file/sst-data-file >& sst.txt
 
Top