Skip to content

Commit

Permalink
Merge pull request #4 from campuzanofj/Dev
Browse files Browse the repository at this point in the history
Bug Bivalve timeseries corrected
  • Loading branch information
campuzanofj authored Aug 2, 2022
2 parents 4447f54 + 0733d53 commit 5091644
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions Software/MOHIDWater/ModuleWaterProperties.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4399,21 +4399,13 @@ subroutine Construct_Time_Serie
end do
end do
end do

call SetBivalveTimeSeries(Me%ObjBivalve, &
Me%Output%BivalveTimeSeriesIndex, &
Me%Output%BivalveTimeSeriesNames, &
STAT = STAT_CALL)
if (STAT_CALL /= SUCCESS_) call CloseAllAndStop ('Construct_Time_Serie - ModuleWaterProperties - ERR130')

endif




enddo


call SetBivalveTimeSeries(Me%ObjBivalve, &
Me%Output%BivalveTimeSeriesIndex, &
Me%Output%BivalveTimeSeriesNames, &
STAT = STAT_CALL)
if (STAT_CALL /= SUCCESS_) call CloseAllAndStop ('Construct_Time_Serie - ModuleWaterProperties - ERR130')
endif

end subroutine Construct_Time_Serie
Expand Down

0 comments on commit 5091644

Please sign in to comment.