Skip to content

Commit 2075f66

Browse files
authored
chore: remove comment about orbital element limits (NOAA-GFDL#1643)
1 parent 9c24e8b commit 2075f66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astronomy/astronomy.F90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ subroutine astronomy_init (latb, lonb)
468468
endif
469469
!--------------------------------------------------------------------
470470
!> Be sure input values are within valid ranges.
471-
! QUESTION : ARE THESE THE RIGHT LIMITS ???
472471
!---------------------------------------------------------------------
473472
if (ecc < 0.0_r8_kind .or. ecc > 0.99_r8_kind) &
474473
call error_mesg ('astronomy_mod', &

0 commit comments

Comments
 (0)