Skip to content

Commit

Permalink
Removed remapping_attic.F90
Browse files Browse the repository at this point in the history
This module contained very old concepts of unit tests for the
MOM_remapping functions, but have all been superseded by better
tests.
  • Loading branch information
adcroft committed Nov 5, 2024
1 parent 13cc946 commit 2e30405
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 657 deletions.
4 changes: 0 additions & 4 deletions src/ALE/MOM_remapping.F90
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module MOM_remapping
use regrid_edge_values, only : edge_values_explicit_h4cw
use regrid_edge_values, only : edge_values_implicit_h4, edge_values_implicit_h6
use regrid_edge_values, only : edge_slopes_implicit_h3, edge_slopes_implicit_h5
use remapping_attic, only : remapping_attic_unit_tests
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 Expand Up @@ -1605,9 +1604,6 @@ logical function remapping_unit_tests(verbose)

if (verbose) write(test%stdout,*) ' ===== MOM_remapping: remapping_unit_tests ================='

! This line carries out tests on some older remapping schemes.
call test%test( remapping_attic_unit_tests(verbose), 'attic remapping unit tests' )

if (verbose) write(test%stdout,*) ' - - - - - 1st generation tests - - - - -'

call initialize_remapping(CS, 'PPM_H4', answer_date=answer_date, &
Expand Down
Loading

0 comments on commit 2e30405

Please sign in to comment.