forefireAPI / firefront

ForeFire is an open-source code for wildland fire spread models
GNU General Public License v2.0
36 stars 19 forks source link

netcdfcpp.h missing #1

Closed julimi26 closed 1 year ago

julimi26 commented 2 years ago

Hello!

I want run your forefire model but have issues with the netcdfcpp.h file. When I run scons I get the error, that the netcdfcpp.h is not found. The file is missing in your repository. I have all dependencies installed. Can you please add it to your repo?

Cheers! Julia

filippi commented 2 years ago

Dear Julia, I cannot distribute netcdfcpp.h, it is included in NetCDF-C++ >>LEGACY<< required for compatibilities issues, get it from : https://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp on yum you have it with "yum install netcdf-cxx-devel" Cheers

julimi26 commented 2 years ago

Thank you for the hint! Seems like I downloaded the wrong file. It worked with sudo apt-get install -y libnetcdf-cxx-legacy-dev.

antonio-leblanc commented 1 year ago

sudo apt install libnetcdf-dev libnetcdf-cxx-legacy-dev was added to Readme https://github.com/forefireAPI/firefront/commit/32b6348669c89ef24859019b6112bb43c7e4449b