I'd like to use WRF output data to force a land surface model (HRLDAS). HRLDAS requires grib2 forcing data and I have so far been unable to convert from netcdf to grib. There are a number of tools that allow the conversion the other way (grib to netcdf).
I have tried using:
cdo -f grb -copy WRFoutfile.nc test.grb
but get the following message:
"Warning (grbGetGridtype): Curvilinear grid is unsupported in GRIB format! Created wrong Grid Description Section!"
Many thanks!
Trevor