Skip to content

Commit

Permalink
Initialize ios variable to avoid runtime error on Intel Fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
drakest123 committed Jul 19, 2024
1 parent 4cde7a9 commit cd876a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/share/ioModule.f90
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ SUBROUTINE init_forcing_files(namelist, runinfo, parameters)

! --- code ------------------------------------------------------------------
print*, 'Initializing forcing files'
ios = 0
found_start = 0
do nh=1, runinfo%n_hrus

Expand Down

0 comments on commit cd876a2

Please sign in to comment.