WPS
WPS copied to clipboard
The official repository for the WRF Preprocessing System (WPS)
/usr/bin/ld: ./ngl/libg2_4.a(dec_jpeg2000.o): in function `dec_jpeg2000_': dec_jpeg2000.c:(.text+0x61): undefined reference to `jpc_decode' collect2: error: ld returned 1 exit status make[1]: [Makefile:19: ungrib.exe] Error 1 (ignored) /usr/bin/ld: ./ngl/libg2_4.a(dec_jpeg2000.o): in function `dec_jpeg2000_': dec_jpeg2000.c:(.text+0x61): undefined...
MAD-WRF requires the following entries in the metgrid table. The variables are optional and can be used to improve the cloud analysis in Real.
The standard wrf directories should be updated in the configure file, because when compiling version 4.4, if the directory name is not changed it gets an error. now is like...
HGT_M=0
We are running real simulations over Wyoming, nesting down to 100 m. At 300 m, we found an issue where the LU index is set to 17, which I presume...
**Describe the bug** NLCD40 2011 dataset has an error in the index file where endian=little This causes inaccurate landuse fractions. Dominate landuse does not shift, but fractional values to shift...
Although libnetcdff.so is now supported in the WRF configuration file, it has not been added to WPS. When libnetcdff.a is not present, it needs to be changed to libnetcdff.so every...
The ICON-EU grib2 data set is now able to be ingested by the ungrib program. 1. New Vtable: - A new Vtable file for ICON-EU (EU-Nest) has been created with...
When using the GNU 11 compilers, various errors in actual argument types prevent all three of the main WPS components (geogrid, ungrib, and metgrid) from compiling. For example: ``` gfortran...
When WRF was compiled with an `smpar` option, the WRF I/O API library contains references to OpenMP libraries (e.g., 'GOMP' with the GNU compilers). Because the WPS doesn't support an...
There is support in WRF for compiling on aarch64 with gfortran and gcc (see [here](https://github.com/wrf-model/WRF/blob/fb60d61cc44e2a2e8b8311f0b79185724010d510/arch/configure.defaults#L47)) Are we also able to compile WPS on aarch64 with gfortran and gcc?