diff --git a/makefile b/makefile index 530a73d19..e35a9baba 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ endif LIBRARY = libfv3core.a -FFLAGS += -I$(FMS_DIR) -I../gfsphysics -I../ipd -I../io +FFLAGS += -I$(FMS_DIR) -I../gfsphysics -I../ipd -I../io -I. SRCS_f = diff --git a/model/multi_gases.F90 b/model/multi_gases.F90 index d100a5e0e..9ee0fdd67 100644 --- a/model/multi_gases.F90 +++ b/model/multi_gases.F90 @@ -39,7 +39,7 @@ module multi_gases_mod use constants_mod, only: rdgas, rvgas, cp_air use fv_mp_mod, only: is_master use mpp_mod, only: stdlog, input_nml_file - use fms_mod, only: check_nml_error + use fms_mod, only: check_nml_error, open_namelist_file, close_file implicit none