D
Deleted member 3607
Guest
I'm having an issue changing over from NCAR's nceplibs to NOAA-EMC nceplibs github.
Not exactly sure why it isn't making the files.
using the following commands:
Attached is the log from make
Not exactly sure why it isn't making the files.
using the following commands:
Code:
cd $HOME/WRF/Libs
git clone https://github.com/NOAA-EMC/NCEPLIBS.git
cd NCEPLIBS
mkdir -p build && cd build
cmake ..
make
Attached is the log from make