Skip to content

Commit

Permalink
Remove unused model parameter from snowfix subroutine call
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 4, 2024
1 parent 8cf0730 commit 43f5be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GIPL/gipl.f90
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ subroutine run_model
enddo
call interpolate(utemp_time, utemp(:, i_site), n_temp, utemp_time_i, utemp_i(:, i_site), n_time + 2)
call interpolate(snd_time, snd(:, i_site), n_snow, utemp_time_i, snd_i(:, i_site), n_time + 2)
call snowfix(model, utemp_i(:, i_site), snd_i(:, i_site), n_time + 2)
call snowfix(utemp_i(:, i_site), snd_i(:, i_site), n_time + 2)
call interpolate(stcon_time, stcon(:, i_site), n_stcon, utemp_time_i, stcon_i(:, i_site), n_time + 2)
enddo

Expand Down

0 comments on commit 43f5be2

Please sign in to comment.