NCAR / wrf_hydro_docker

Docker containers for the WRF-Hydro modeling system
https://hub.docker.com/u/wrfhydro
22 stars 24 forks source link

Ancient version of GFortran in modeltesting container is incompatible with newer Fortran features #109

Open rcabell opened 5 years ago

rcabell commented 5 years ago

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.