Skip to content

Commit

Permalink
compile catch/fix for se_single_column_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jtruesdal committed Mar 5, 2024
1 parent 91af07d commit 53300de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dynamics/se/se_single_column_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ subroutine scm_setinitial(elem)

type(element_t), intent(inout) :: elem(:)

integer :: levidx(1)
integer :: inumliq, inumice, icldliq, icldice, levidx(1)
integer :: k, levidx(1)
integer :: inumliq, inumice, icldliq, icldice

call scm_dyn_grid_indicies(elem,scmlat,scmlon,ie_scm,i_scm,j_scm,indx_scm)

Expand Down

0 comments on commit 53300de

Please sign in to comment.