Skip to content

Commit 91dfecc

Browse files
committed
sync with cdeps copy
1 parent 548b80a commit 91dfecc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cesm/nuopc_cap_share/shr_lnd2rof_tracers_mod.F90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module shr_lnd2rof_tracers_mod
55
! lnd -> river communications
66
!========================================================================
77

8-
use ESMF , only : ESMF_VMGetCurrent, ESMF_VM, ESMF_VMGet
8+
use ESMF , only : ESMF_VMGetCurrent, ESMF_VM, ESMF_VMGet, ESMF_VMBroadcast
99
use ESMF , only : ESMF_LogFoundError, ESMF_LOGERR_PASSTHRU, ESMF_SUCCESS
1010
use shr_sys_mod , only : shr_sys_abort
1111
use shr_log_mod , only : shr_log_getLogUnit
@@ -33,7 +33,6 @@ subroutine shr_lnd2rof_tracers_readnl(NLFilename, lnd2rof_tracer_list)
3333

3434
!----- local -----
3535
type(ESMF_VM) :: vm
36-
integer :: i ! Indices
3736
integer :: unitn ! namelist unit number
3837
integer :: ierr ! error code
3938
logical :: exists ! if file exists or not

0 commit comments

Comments
 (0)