I am trying to install wgrib2 on ubuntu 20. After defining CC=gcc, FC=gfortran, then I type make. I get the error:
makefile:241: *** need fortran-95+TR-15581/fortran-2003 compiler, not f77. Stop.
Can I edit the makefile to put f90 on the indicated line 241 instead of f77?