How to use UPP-v11 to postprocess wrfout to grib2? #712
-
I have compiled UPP-v11 with NCEPLIBS-wrf_io and I set wrfio_opt=" -DBUILD_WITH_WRFIO=OFF". (It means set "build without WRF-IO"= False?) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @SiriusDanica666, It seems like your question is most appropriate to the GitHub Discussion Q & A forum, so I am going to convert this from an issue to a discussion and post there. Best, |
Beta Was this translation helpful? Give feedback.
-
Hello @SiriusDanica666, Support for WRF ended a few years ago, and we unfortunately don’t have the resources to dig into WRF-related issues. That said, you may find some useful information in this post, which talks about some of the changes that are required for running WRF with UPP v11.0.0. You may also find support on the WRF/MPAS forum. As to Not sure what your current WRF work entails, but it might be worth switching to the Unified Forecast System (UFS). There is a lot more support available for the UFS, and the UPP is included in certain application workflows, like the Short-Range Weather (SRW) Application workflow. Best, |
Beta Was this translation helpful? Give feedback.
Hello @SiriusDanica666,
Support for WRF ended a few years ago, and we unfortunately don’t have the resources to dig into WRF-related issues. That said, you may find some useful information in this post, which talks about some of the changes that are required for running WRF with UPP v11.0.0. You may also find support on the WRF/MPAS forum.
As to
-DBUILD_WITH_WRFIO=OFF
, it seems from the name it would set build WITH WRF-IO to False, but that is merely an educated guess on my part. Adding the-w
option to build without WRF-IO seems to setwrfio_opt=" -DBUILD_WITH_WRFIO=OFF”
on line 42 ofcompile.sh
.Not sure what your current WRF work entails, but it might be worth switching to the Unified …