Skip to content

Commit

Permalink
missing endif
Browse files Browse the repository at this point in the history
  • Loading branch information
mefrediani committed Apr 28, 2022
1 parent 28702c9 commit a2d53f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions phys/module_microphysics_driver.F
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,9 @@ SUBROUTINE microphysics_driver( &
,qnocbb2d, qnbcbb2d, dt, ids, ide, jds, jde, kds, kde &
,ims, ime, jms, jme, kms, kme, its, ite, jts, jte, kts, kte )
ENDIF
ELSE
CALL wrf_error_fatal ( 'arguments not present for calling thompson_et_al' )
ENDIF
!
CASE (THOMPSONGH)
CALL wrf_debug ( 100 , 'microphysics_driver: calling thompson' )
Expand Down
2 changes: 1 addition & 1 deletion phys/noahmp

0 comments on commit a2d53f3

Please sign in to comment.