Skip to content

Commit

Permalink
Removed use of mpp_node in fv_mp_mod which was not used anywhere in t…
Browse files Browse the repository at this point in the history
…he code (NOAA-EMC#48)

In FMS 2020.04, mpp_node is no longer supported. mpp_node was not used in the GFDL_atmos_cubed_sphere, but it was in a use statement in fv_mp_mod. This PR removes that use statement.
  • Loading branch information
laurenchilutti authored Dec 29, 2020
1 parent 6187585 commit 9ed4a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fv_mp_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module fv_mp_mod
! !USES:
use fms_mod, only : fms_init, fms_end
use mpp_mod, only : FATAL, MPP_DEBUG, NOTE, MPP_CLOCK_SYNC,MPP_CLOCK_DETAILED, WARNING
use mpp_mod, only : mpp_pe, mpp_npes, mpp_node, mpp_root_pe, mpp_error, mpp_set_warn_level
use mpp_mod, only : mpp_pe, mpp_npes, mpp_root_pe, mpp_error, mpp_set_warn_level
use mpp_mod, only : mpp_declare_pelist, mpp_set_current_pelist, mpp_sync
use mpp_mod, only : mpp_clock_begin, mpp_clock_end, mpp_clock_id
use mpp_mod, only : mpp_chksum, stdout, stderr, mpp_broadcast
Expand Down

0 comments on commit 9ed4a19

Please sign in to comment.