Skip to content

Commit 360eb2f

Browse files
Merge bf34a57 into 3a0725d
2 parents 3a0725d + bf34a57 commit 360eb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALE/MOM_regridding.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ subroutine regridding_main( remapCS, CS, G, GV, h, tv, h_new, dzInterface, frac_
799799
call build_zstar_grid( CS, G, GV, h, dzInterface, frac_shelf_h )
800800
call calc_h_new_by_dz(CS, G, GV, h, dzInterface, h_new)
801801
case ( REGRIDDING_SIGMA_SHELF_ZSTAR)
802-
call build_zstar_grid( CS, G, GV, h, dzInterface, frac_shelf_h )
802+
call build_zstar_grid( CS, G, GV, h, dzInterface )
803803
call calc_h_new_by_dz(CS, G, GV, h, dzInterface, h_new)
804804
case ( REGRIDDING_SIGMA )
805805
call build_sigma_grid( CS, G, GV, h, dzInterface )

0 commit comments

Comments
 (0)