Skip to content

Commit

Permalink
loosen test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Dec 18, 2023
1 parent e2cfd94 commit 9223f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_fms/interpolator/test_interpolator2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ program test_interpolator2
NAMELIST / test_interpolator_nml / test_file_daily_noleap, test_file_daily_julian, &
test_file_yearly_noleap, test_file_yearly_julian, test_file_no_time

if(lkind==r4_kind) tol=1.e-4_r8_kind
if(lkind==r8_kind) tol=1.e-6_r8_kind
if(lkind==r4_kind) tol=1.e-1_r8_kind
if(lkind==r8_kind) tol=1.e-1_r8_kind

open(unit=nml_unit_var, file=nml_file)
read(unit=nml_unit_var, nml=test_interpolator_nml)
Expand Down

0 comments on commit 9223f26

Please sign in to comment.