Skip to content

Commit

Permalink
fix scm_state%area
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy committed Nov 14, 2024
1 parent 0cfa7f0 commit 3babd21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scm/src/scm_setup.F90
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ subroutine set_state(scm_input, scm_reference, scm_state)
end do

do i=1, scm_state%n_cols
scm_state%area(i) = scm_input%input_area
if (scm_state%area(i) == 0) then
scm_state%area(i) = scm_input%input_area
end if
end do

!> - \todo When patching in a reference sounding, need to handle the case when the reference sounding is too short; patch_in_ref
Expand Down

0 comments on commit 3babd21

Please sign in to comment.