Skip to content

Commit

Permalink
Force is_impdiff = T when is_impdiff_1d = T.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa committed Feb 16, 2025
1 parent eaef752 commit f6ee877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/param.f90
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ subroutine read_input(myid)
close(iunit)
error stop
end if
if(is_impdiff_1d) is_impdiff = .true.
!
! read `other_options` namelist
!
Expand Down

0 comments on commit f6ee877

Please sign in to comment.