Skip to content

Commit

Permalink
Merge branch 'dev/gfdl' into wave_speed_init_mono_depth_bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallward authored Jul 24, 2023
2 parents ed0a9d1 + b9c7c86 commit 1e03e98
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 1e03e98

Please sign in to comment.