From 056cd6e485425b3aee89db0841aa6df3390a9ded Mon Sep 17 00:00:00 2001 From: Ted Mansell Date: Fri, 2 Apr 2021 10:41:04 -0500 Subject: [PATCH 1/3] Turned off a print statement. --- physics/module_mp_nssl_2mom.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physics/module_mp_nssl_2mom.F90 b/physics/module_mp_nssl_2mom.F90 index 9b73797c4..93cb1ea5f 100644 --- a/physics/module_mp_nssl_2mom.F90 +++ b/physics/module_mp_nssl_2mom.F90 @@ -2103,8 +2103,8 @@ SUBROUTINE nssl_2mom_init( & iexy(lhl,lc) = iehlc ; iexy(lhl,lr) = iehlr ; ENDIF - IF ( icefallfac /= 1.0 ) write(0,*) 'icefallfac = ',icefallfac - IF ( snowfallfac /= 1.0 ) write(0,*) 'snowfallfac = ',snowfallfac +! IF ( icefallfac /= 1.0 ) write(0,*) 'icefallfac = ',icefallfac +! IF ( snowfallfac /= 1.0 ) write(0,*) 'snowfallfac = ',snowfallfac RETURN From e69f378cfc338742629734de9b3404126d07ae98 Mon Sep 17 00:00:00 2001 From: Ted Mansell Date: Fri, 2 Apr 2021 11:06:50 -0500 Subject: [PATCH 2/3] Restore the incorrectly removed flags. --- physics/GFS_rrtmg_pre.meta | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/physics/GFS_rrtmg_pre.meta b/physics/GFS_rrtmg_pre.meta index b14a68806..1900bfbb7 100644 --- a/physics/GFS_rrtmg_pre.meta +++ b/physics/GFS_rrtmg_pre.meta @@ -273,6 +273,21 @@ type = integer intent = in optional = F +[imp_physics_nssl2m] + standard_name = flag_for_nssl2m_microphysics_scheme + long_name = choice of NSSL 2-moment microphysics scheme + units = flag + dimensions = () + type = integer + intent = in + optional = F +[imp_physics_nssl2mccn] + standard_name = flag_for_nssl2mccn_microphysics_scheme + long_name = choice of NSSL 2-moment microphysics scheme with CCN + units = flag + dimensions = () + type = integer + intent = in- optional = F [imp_physics_thompson] standard_name = flag_for_thompson_microphysics_scheme long_name = choice of Thompson microphysics scheme From 38f836184e38c6e89fb0796d5298066194db2b21 Mon Sep 17 00:00:00 2001 From: Ted Mansell Date: Fri, 2 Apr 2021 13:12:49 -0500 Subject: [PATCH 3/3] Turn off setting rain radius for now. --- physics/mp_nsslg.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/mp_nsslg.F90 b/physics/mp_nsslg.F90 index 66e207568..3034d9012 100644 --- a/physics/mp_nsslg.F90 +++ b/physics/mp_nsslg.F90 @@ -679,7 +679,7 @@ subroutine mp_nsslg_run(ncol, nlev, con_g, con_rd, & re_cloud = re_cloud_mp*1.0E6_kind_phys re_ice = re_ice_mp*1.0E6_kind_phys re_snow = re_snow_mp*1.0E6_kind_phys - re_rain = 1.0E3_kind_phys +! re_rain = 1.0E3_kind_phys end if IF ( ndebug > 1 ) write(0,*) 'mp_nsslg: end'