Skip to content

Commit

Permalink
Update to MAPL_TilingRegridder.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jul 26, 2019
1 parent ce5fcef commit 4c7d7ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MAPL_Base/MAPL_TilingRegridder.F90
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ subroutine find_tile_file(this, file_name, swap, unusable, rc)

! Next we search for a tempest ".nc4" file
trial_name = make_tile_file_name(grid_name_in, grid_name_out,'.nc4')
inquire(file=trial_name, exist=exists)
if (exists) then
swap = .false.
else ! swap
Expand All @@ -440,9 +441,10 @@ subroutine find_tile_file(this, file_name, swap, unusable, rc)
if (exists) then
file_name = trial_name
this%file_type = TEMPEST
_RETURN(_SUCCESS)
end if

_RETURN(_SUCCESS)
_RETURN(_FAILURE)


contains
Expand Down

0 comments on commit 4c7d7ba

Please sign in to comment.