Skip to content

Commit

Permalink
Update dev/emc from NCAR dtc/develop 2020/07/21 (NOAA-GFDL#34)
Browse files Browse the repository at this point in the history
- add additional include flags for GNU compiler (fixes NOAA-EMC#31)
- bugfix in `model/multi_gases.F90`: add missing import (use) statements
  • Loading branch information
climbfuji authored Jul 23, 2020
1 parent b108ed2 commit 8b59ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

Expand Down
2 changes: 1 addition & 1 deletion model/multi_gases.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b59ebc

Please sign in to comment.