Skip to content

Commit

Permalink
change precision
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Jul 5, 2023
1 parent 4fd0791 commit 78fa811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astronomy/include/astronomy.inc
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ integer, parameter :: lkind = FMS_AST_KIND_
! save input values into module variables.
!---------------------------------------------------------------------

ecc = real(ecc_in, FMS_AST_KIND_)
obliq = real(obliq_in, FMS_AST_KIND_)
per = real(per_in, FMS_AST_KIND_)
ecc = real(ecc_in, r8_kind)
obliq = real(obliq_in, r8_kind)
per = real(per_in, r8_kind)

!---------------------------------------------------------------------
! call orbit to define table of orbital angles as function of
Expand Down

0 comments on commit 78fa811

Please sign in to comment.