Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyuan-cheng committed Jun 27, 2024
1 parent 2b5fb08 commit caeff54
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gsmphys/sfc_noahmp_drv.f
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ subroutine noahmpdrv &

integer, dimension(im) :: jsnowxy
real (kind=kind_phys),dimension(im) :: snodep
real (kind=kind_phys),dimension(im,-2:4) :: tsnsoxy

! --- output:

Expand Down Expand Up @@ -489,11 +488,11 @@ subroutine noahmpdrv &
wtx = waxy(i)

do k = -2,0
tsnsoxy(i,k) = tsnoxy(i,k)
tsnsox(k) = tsnoxy(i,k)
enddo

do k = 1,4
tsnsoxy(i,k) = stc(i,k)
tsnsox(k) = stc(i,k)
enddo

do k = -2,0
Expand All @@ -511,7 +510,6 @@ subroutine noahmpdrv &

do k = -2, km
zsnsox(k) = zsnsoxy(i,k)
tsnsox(k) = tsnsoxy(i,k)
enddo

lfmassx = lfmassxy(i)
Expand Down

0 comments on commit caeff54

Please sign in to comment.