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 - ...
最近,尝试着调试CESM(1.2.2)模式,虽然迄今为止还没有成功运行,但是遇到了很多问题,中间无数次的想放弃,前前后后差不多两个星期,未来如果可以成功运行CESM的话,将会完善这篇攻略,今天写把刚遇到的问题记下来。 问题1: WARNING: did not find netcdf fortran library NETCDF built with hdf5 MPI ...