Skip to content

Commit aa427dd

Browse files
committed
remove call for every timestep
1 parent 65f53e7 commit aa427dd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components/lfric-xios/source/lfric_xios_file_mod.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@ subroutine register_with_context(self)
390390
if (.not. self%freq_ts == undef_freq) then
391391
self%frequency = self%freq_ts * timestep_duration
392392
call xios_set_attr( self%handle, output_freq=self%frequency )
393-
else
394-
call xios_set_attr( self%handle, output_freq=timestep_duration )
395393
end if
396394

397395
! Set the date of the first operation

0 commit comments

Comments
 (0)