diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index db81ffb9a..ff4da7503 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,7 +25,7 @@ # These owners will be the default owners for all the files in the # repository. Unless a later match is found, these owners # will be requested for a review when a PR is opened. -* @thomas-robinson @bensonr @rem1776 +* @thomas-robinson @bensonr @rem1776 @scitech777 # GNU autotools files Makefile.am @uramirez8707 @rem1776 diff --git a/interpolator/include/interpolator.inc b/interpolator/include/interpolator.inc index 96bd7d76a..7f3226041 100644 --- a/interpolator/include/interpolator.inc +++ b/interpolator/include/interpolator.inc @@ -127,7 +127,7 @@ integer , intent(in), optional :: vert_interp(:) character(len=*), intent(out), optional :: clim_units(:) logical, intent(out), optional :: single_year_file -character(len=64) :: src_file +character(len=128) :: src_file !++lwh real(FMS_INTP_KIND_) :: dlat, dlon !--lwh