Skip to content

Commit

Permalink
Merge 1f87811 into bb71c34
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft authored Jul 24, 2023
2 parents bb71c34 + 1f87811 commit c1530eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ALE/MOM_regridding.F90
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ subroutine initialize_regridding(CS, GV, US, max_depth, param_file, mdl, coord_m
param_name = create_coord_param(param_prefix, "INTERP_SCHEME", param_suffix)
string2 = 'PPM_H4' ! Default for diagnostics
endif
call get_param(param_file, mdl, "INTERPOLATION_SCHEME", string, &
call get_param(param_file, mdl, param_name, string, &
"This sets the interpolation scheme to use to "//&
"determine the new grid. These parameters are "//&
"only relevant when REGRIDDING_COORDINATE_MODE is "//&
Expand Down

0 comments on commit c1530eb

Please sign in to comment.