Hi.
I am trying to compile wrf_hydro_nwm_public-5.0.3, yet i get "make NOT successful" each time I try. I have already read posted questions regarding this issue but still I have not been able to fix it.
Here are specifications of machine which I'm using to compile it:
--fflags -> -I/usr/local/include
--flibs -> -L/usr/local/lib -lnetcdff -L/usr/local/lib -lnetcdf -lnetcdf
--has-f90 -> no
--has-f03 -> yes
--has-dap -> yes
--has-dap2 -> yes
--has-dap4 -> yes
--has-nc2 -> yes
--has-nc4 -> yes
--has-hdf5 -> yes
--has-hdf4 -> yes
--has-logging -> no
--has-pnetcdf -> no
--has-szlib -> no
--has-cdf5 -> yes
--has-parallel4 -> no
--has-parallel -> no
--prefix -> /home/s1/miniconda3/envs/gsshapy
--includedir -> /home/s1/miniconda3/envs/gsshapy/include
--libdir -> /home/s1/miniconda3/envs/gsshapy/lib
--version -> netCDF 4.6.2
I am trying to install using configure option 2(gfortran), I attached log file including errors, here are some examples:
Fatal Error: Cannot open module file ‘netcdf.mod’ for reading at (1): No such file or directory
compilation terminated.
Fatal Error: Cannot open module file ‘module_hydro_io.mod’ for reading at (1): No such file or directory
compilation terminated.
Fatal Error: Cannot open module file ‘module_hydro_io.mod’ for reading at (1): No such file or directory
compilation terminated.
what should i do in order to fix these problems?