From 4c306626c7a012dcd8746e44b5fe01c9b9e79538 Mon Sep 17 00:00:00 2001 From: "Grant.Firl" Date: Fri, 22 Mar 2019 14:53:32 -0600 Subject: [PATCH] switched fast_sat_adj and do_qa in GFDL microphysics-containing namelists to F so that cloud fraction (and other things?) are calculated in the slow part of the scheme rather than that fast part that is not configured to work with the SCM (fixes bug discovered by @dustinswales) --- scm/etc/case_config/input_namelists/input_fv3_gfdlmp.nml | 4 ++-- scm/etc/case_config/input_namelists/input_fv3_suite2.nml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scm/etc/case_config/input_namelists/input_fv3_gfdlmp.nml b/scm/etc/case_config/input_namelists/input_fv3_gfdlmp.nml index 7b2d9339f..0a3ad5dc3 100644 --- a/scm/etc/case_config/input_namelists/input_fv3_gfdlmp.nml +++ b/scm/etc/case_config/input_namelists/input_fv3_gfdlmp.nml @@ -62,8 +62,8 @@ vr_max = 12. qi_lim = 1. prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. + do_qa = .false. + fast_sat_adj = .false. tau_l2v = 300. tau_l2v = 225. tau_v2l = 150. diff --git a/scm/etc/case_config/input_namelists/input_fv3_suite2.nml b/scm/etc/case_config/input_namelists/input_fv3_suite2.nml index 3af66867d..247378a45 100644 --- a/scm/etc/case_config/input_namelists/input_fv3_suite2.nml +++ b/scm/etc/case_config/input_namelists/input_fv3_suite2.nml @@ -62,8 +62,8 @@ vr_max = 12. qi_lim = 1. prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. + do_qa = .false. + fast_sat_adj = .false. tau_l2v = 300. tau_l2v = 225. tau_v2l = 150.