Skip to content

Commit c9b47a4

Browse files
authored
Merge pull request #1157 from scrasmussen/bugfix/arm_sgp_summer_1997_A-SCM_WoFS_v0-CI
bugfix: NaNs in module_mp_nssl_2mom.F90
2 parents 32f0d2f + 4996a53 commit c9b47a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

physics/MP/NSSL/module_mp_nssl_2mom.F90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10052,6 +10052,8 @@ SUBROUTINE NUCOND &
1005210052

1005310053
IF ( c1 > 0. ) THEN
1005410054
ssfilt(ix,jy,kz) = 100.*(an(ix,jy,kz,lv)/c1 - 1.0) ! from "new" values
10055+
ELSE
10056+
ssfilt(ix,jy,kz) = -100.
1005510057
ENDIF
1005610058

1005710059
ENDDO

0 commit comments

Comments
 (0)