ESCOMP / mizuRoute

Reach-based river routing model
http://escomp.github.io/mizuRoute/
GNU General Public License v3.0
42 stars 52 forks source link

makefile cleanups #461

Closed nmizukami closed 5 months ago

nmizukami commented 6 months ago

Removed unnecessary libraries - cime, mct, mpi-serieal for makefile and externals.cfs.

nmizukami commented 5 months ago

Hi Erik @ekluzek, just wanted to make sure that these cleanup does not affect cesm coupling.

nmizukami commented 5 months ago

Need a better error handling netcdf specification, but I will figure out how to do in Makefile.

Now, either NCDF_PATH or ( NCDF_C_PATH AND NCDF_FORTRAN_PATH) needs to be provided, depending on how each system handle netcdf library (separate PATH for C and Fotran or not). if neither is provided, compilation fails, which happened before this PR.

So right now this PR is merged and closed.