Skip to content

Commit

Permalink
physics/samfshalcnv.f: bugfix, move assignment inside if block as in …
Browse files Browse the repository at this point in the history
…previous version
  • Loading branch information
climbfuji committed Apr 3, 2020
1 parent bccf301 commit 71eace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/samfshalcnv.f
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,8 @@ subroutine samfshalcnv_run(im,ix,km,itc,ntc,cliq,cp,cvap, &
tem = 1. - tem
tem1= .5*(cinacrmx-cinacrmn)
cinacr = cinacrmx - tem * tem1
endif
if(cina(i) < cinacr) cnvflg(i) = .false.
endif
enddo
endif
!!
Expand Down

0 comments on commit 71eace1

Please sign in to comment.