Silverfrost Forums

Welcome to our forums

Install NetCDF library for Plato IDE

22 Feb 2016 10:43 #17226

I am using Plato IDE, Silverfrost to run Fortran 95 on Windows, I have to run a code which uses NetCF library. How should I do that? When I tried running a code it gave me error 404. saying 'cannot find definition for module netcdf'. How can I resolve this issue?

22 Feb 2016 11:42 #17227

There is no easy answer to this. Either the module file has not been created or the compiler cannot find it.

Make sure that the module file is created before it is used and then work out where it is and where the compiler expects to find it.

It may mean compiling from a command line until you have an understanding of where things are and where they should be.

Please login to reply.