Skip to content

Commit

Permalink
fix: add missed & for SHiELD compile issue (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenchilutti authored Aug 5, 2024
1 parent c6fdc87 commit 8dc6eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SHiELD/coupler_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ subroutine coupler_init

!-----------------------------------------------------------------------
!----- write time stamps (for start time and end time) ------
if ( fms_mpp_pe().EQ.fms_mpp_root_pe() )
if ( fms_mpp_pe().EQ.fms_mpp_root_pe() ) &
open(newunit = time_stamp_unit, file='time_stamp.out', status='replace', form='formatted')

month = fms_time_manager_month_name(date(2))
Expand Down

0 comments on commit 8dc6eff

Please sign in to comment.