yyr / wrf_install

Download & build process of wrf model with all dependencies
GNU General Public License v3.0
36 stars 23 forks source link

module_wrfsi_static.f:20: Error: Can't open included file 'netcdf.inc' #20

Closed akhfa closed 8 years ago

akhfa commented 9 years ago

Hi yyr, after I update your script to netcdf 4.3.3.1 (see my pull request), I try to install WRF, and the all error come because there is no "netcdf.inc". You can see complete log.gcc.compile here.

This link say that netcdf.inc is provided by "netCDF Fortran library" but I don't see it in your script. Can you make it?