Skip to content
Prev Previous commit
Update interfaces/physics_schemes_interface/source/algorithm/pmsl_alg…
…_mod.x90

Co-authored-by: Thomas Bendall <14180399+tommbendall@users.noreply.github.com>
  • Loading branch information
iboutle and tommbendall authored Mar 13, 2026
commit f9e62364c96d262677e65ad69fb0bfa3f039e9ad
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ contains

! Iterative solver for exner - this loops to depth 'm' in the halo
! thus only requiring a halo exchange once every m iterations
! Larger m values will thus to more computation but fewer halo exchanges
! Larger m values will thus do more computation but fewer halo exchanges
counter = 0
outer: do n = 1, n_iter_pmsl/max_halo_depth+1
do m = max_halo_depth-1,0,-1
Expand Down