Skip to content

Commit

Permalink
Merge of dev/master
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedstrom committed Jun 29, 2016
1 parent 080e159 commit 5edb9c9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/core/MOM_open_boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ subroutine open_boundary_config(G, param_file, OBC)
type(dyn_horgrid_type), intent(in) :: G !< Ocean grid structure
type(param_file_type), intent(in) :: param_file !< Parameter file handle
type(ocean_OBC_type), pointer :: OBC !< Open boundary control structure
! Local variables
logical :: flather_east, flather_west, flather_north, flather_south

allocate(OBC)

Expand Down Expand Up @@ -471,22 +469,6 @@ subroutine set_Flather_positions(G, OBC)
allocate(OBC%OBC_kind_v(G%isd:G%ied,G%JsdB:G%JedB)) ; OBC%OBC_kind_v(:,:) = OBC_NONE
endif

call log_version(param_file, mod, version, "")
call get_param(param_file, mod, "APPLY_OBC_U_FLATHER_EAST", flather_east, &
"If true, some zonal velocity points use Flather open \n"//&
"boundary conditions on the east side of the ocean.", &
default=.false.)
call get_param(param_file, mod, "APPLY_OBC_U_FLATHER_WEST", flather_west, &
"If true, some zonal velocity points use Flather open \n"//&
"boundary conditions on the west side of the ocean.", &
default=.false.)
call get_param(param_file, mod, "APPLY_OBC_V_FLATHER_NORTH", flather_north, &
"If true, some meridional velocity points use Flather \n"//&
"open boundary conditions on the north side of the ocean.", &
default=.false.)
call get_param(param_file, mod, "APPLY_OBC_V_FLATHER_SOUTH", flather_south, &
"If true, some meridional velocity points use Flather \n"//&
"open boundary conditions on the north side of the ocean.", &
! This code should be modified to allow OBCs to be applied anywhere.

if (G%symmetric) then
Expand Down

0 comments on commit 5edb9c9

Please sign in to comment.