Skip to content

Commit

Permalink
Tighten the tolerance for numbers on the order of e-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed May 22, 2024
1 parent ae5dbea commit f2500c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeochem/test/DustEmis_test/test_DustEmis.pf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module test_DustEmis

implicit none

real(r8), parameter :: tol = 1.e-13_r8
real(r8), parameter :: tol = 1.e-18_r8

@TestCase
type, extends(TestCase) :: TestDustEmis
Expand Down

0 comments on commit f2500c7

Please sign in to comment.