jaweianser
jaweianser
> Try using -I/Users/Jim/anaconda3/include as an argument in gfortran. Thank you. Could you tell me more details about how to use `-I/Users/Jim/anaconda3/include as an argument in gfortran`.
> When you run make, you'll specify `FFLAGS="-I/Users/Jim/anaconda3/include` on the command line, or alternatively you can set the `FFLAGS` environmental variable. Hi, thanks for your response. But, the error is...
Thank you! I read **_Unidata NetCDF Fortran Library_** on website: https://www.unidata.ucar.edu/software/netcdf/docs-fortran/ And, I also read some information about how to `set env variables`. After trying many times, I can successfully...