Skip to content

Commit

Permalink
add save attribute to this variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 17, 2023
1 parent 74b5c4c commit 4a38196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dshr/dshr_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ subroutine dshr_orbital_update(Time, logunit, maintask, eccen, obliqr, lambm0,
integer :: orb_year ! orbital year for current orbital computation
character(len=CL) :: msgstr ! temporary
logical :: lprint
logical :: first_time = .true.
logical, save :: first_time = .true.
character(len=*) , parameter :: subname = "(dshr_orbital_update)"
!-------------------------------------------

Expand Down

0 comments on commit 4a38196

Please sign in to comment.