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
The wrfhydro/dev:modeltesting container uses gfortran-5.4.0, which does not support OO and other modern Fortran features that are being used in newer WRF-Hydro code, causing the code to fail to be compiled.
Expected Behavior:
The latest model code should compile in the wrfhydro/dev:modeltesting container.
Proposed fix:
Update the Dockerfile to install a newer, compatible version of GFotran.
The text was updated successfully, but these errors were encountered:
Issue:
The
wrfhydro/dev:modeltesting
container uses gfortran-5.4.0, which does not support OO and other modern Fortran features that are being used in newer WRF-Hydro code, causing the code to fail to be compiled.Expected Behavior:
The latest model code should compile in the
wrfhydro/dev:modeltesting
container.Proposed fix:
Update the Dockerfile to install a newer, compatible version of GFotran.
The text was updated successfully, but these errors were encountered: