In the website of WRF, we can download the code proc_oml.f to couple the Ocean Mixed Layer (OML) with WRF. But the program doesn't provide the method to execute this program by gfortran, the command should execute as follow: gfortran proc_oml.f -L/usr/lib -lnetcdf -I/usr/include -ffree-form - ...