You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Kevin -- it looks like you have a very old version of gfortran. The -fallow-argument-mismatch was added in gfortran 10.
However, we'd strongly recommend you update to a newer version of WRF-Hydro as this CMake issue was addressed/fixed in February of 2023 (#680), allowing older versions of gfortran to continue to work.
Expected Behavior
Cmake and make both succeed.
Current Behavior
Cmake succeeds, but make does not.
Cmake:
Compile:
Possible Solution
N/A
Steps to Reproduce (for bugs)
mkdir build
cmake .. -DWRF_HYDRO=1 -DHYDRO_D=0 -DSPATIAL_SOIL=1 -DNWM_META=1 > cmake_log.txt
make -j 4
Your Environment
The text was updated successfully, but these errors were encountered: