From b19488f1437e8b38cf9b38b5ac5bc7461811258c Mon Sep 17 00:00:00 2001 From: hannah barnes Date: Tue, 8 Mar 2022 10:33:06 -0700 Subject: [PATCH] -Removes consistency check in GF, allows GF to run with different or no shallow scheme --- physics/cu_gf_driver.F90 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/physics/cu_gf_driver.F90 b/physics/cu_gf_driver.F90 index 43e82a745..a9cecb5ce 100644 --- a/physics/cu_gf_driver.F90 +++ b/physics/cu_gf_driver.F90 @@ -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