Skip to content

Commit

Permalink
Merge pull request NCAR#127 from hannahcbarnes/GFinitclean_SDF_v2
Browse files Browse the repository at this point in the history
Remove GF Consistency Check & Add SDFs - V2
  • Loading branch information
SamuelTrahanNOAA authored Mar 9, 2022
2 parents 8c2450b + b19488f commit 278a6d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions physics/cu_gf_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ subroutine cu_gf_driver_init(imfshalcnv, imfshalcnv_gf, imfdeepcnv, &
! end if
! *DH temporary

! Consistency checks
if (.not. (imfshalcnv == imfshalcnv_gf .or. &
& imfdeepcnv == imfdeepcnv_gf)) then
write(errmsg,'(*(a))') 'Logic error: namelist choice of', &
& ' convection is different from Grell-Freitas scheme'
errflg = 1
return
end if
! ! Consistency checks
! if (.not. (imfshalcnv == imfshalcnv_gf .or. &
! & imfdeepcnv == imfdeepcnv_gf)) then
! write(errmsg,'(*(a))') 'Logic error: namelist choice of', &
! & ' convection is different from Grell-Freitas scheme'
! errflg = 1
! return
! end if

end subroutine cu_gf_driver_init

Expand Down

0 comments on commit 278a6d2

Please sign in to comment.