Skip to content

Commit

Permalink
Undo changes related to check_grid_def
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Nov 17, 2020
1 parent f5abc66 commit 11cc3dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/ALE/MOM_regridding.F90
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ module MOM_regridding
public getCoordinateUnits, getCoordinateShortName, getStaticThickness
public DEFAULT_COORDINATE_MODE
public get_zlike_CS, get_sigma_CS, get_rho_CS
public check_grid_def

!> Documentation for coordinate options
character(len=*), parameter, public :: regriddingCoordinateModeDoc = &
" LAYER - Isopycnal or stacked shallow water layers\n"//&
Expand Down
1 change: 0 additions & 1 deletion src/tracer/MOM_lateral_boundary_diffusion.F90
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module MOM_lateral_boundary_diffusion
use MOM_remapping, only : extract_member_remapping_CS, build_reconstructions_1d
use MOM_remapping, only : average_value_ppoly, remappingSchemesDoc, remappingDefaultScheme
use MOM_remapping, only : remapping_core_h
use MOM_regridding, only : check_grid_def
use MOM_tracer_registry, only : tracer_registry_type, tracer_type
use MOM_unit_scaling, only : unit_scale_type
use MOM_verticalGrid, only : verticalGrid_type
Expand Down

0 comments on commit 11cc3dc

Please sign in to comment.