Skip to content

Commit

Permalink
+Merged regrid_edge_slopes into regrid_edge_values
Browse files Browse the repository at this point in the history
  Merged the regrid_edge_slopes module into regrid_edge_values, and also added
the two subroutines from regrid_solvers that are intended to be retained to the
same module.  Also added some additional error handling to linear_solver.  All
answers are bitwise identical, but the module structure has been streamlined and
the locations of some public interfaces have changed.
  • Loading branch information
Hallberg-NOAA committed Jan 15, 2020
1 parent 66c46c3 commit dc1bed6
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 494 deletions.
2 changes: 1 addition & 1 deletion src/ALE/MOM_remapping.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module MOM_remapping
use MOM_string_functions, only : uppercase
use regrid_edge_values, only : edge_values_explicit_h4, edge_values_implicit_h4
use regrid_edge_values, only : edge_values_implicit_h4, edge_values_implicit_h6
use regrid_edge_slopes, only : edge_slopes_implicit_h3, edge_slopes_implicit_h5
use regrid_edge_values, only : edge_slopes_implicit_h3, edge_slopes_implicit_h5
use PCM_functions, only : PCM_reconstruction
use PLM_functions, only : PLM_reconstruction, PLM_boundary_extrapolation
use PPM_functions, only : PPM_reconstruction, PPM_boundary_extrapolation
Expand Down
Loading

0 comments on commit dc1bed6

Please sign in to comment.