Skip to content

Commit

Permalink
Increase digits in station output time stamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Dec 19, 2023
1 parent c36e949 commit a542f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydro/schism_step.F90
Original file line number Diff line number Diff line change
Expand Up @@ -10275,7 +10275,7 @@ subroutine schism_step(it)
endif
endif
enddo !j
write(250+i,'(e14.6,6000(1x,e14.6e3))')time,sta_out_gb(:,i)
write(250+i,'(e24.16,6000(1x,e14.6e3))')time,sta_out_gb(:,i)
! if(i>4) write(250+i,'(e14.6,100000(1x,e14.6))')time,sta_out3d_gb(:,:,i),zta_out3d_gb(:,:,i)
enddo !i
write(16,*)'done station outputs...'
Expand Down

0 comments on commit a542f23

Please sign in to comment.