From 6f8c3ebfbf01ba5bc0f2365da592dfeb20be0515 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Mon, 23 Sep 2024 22:13:27 +0000 Subject: [PATCH] Omission from previous commit --- physics/Interstitials/UFS_SCM_NEPTUNE/GFS_rrtmg_pre.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_rrtmg_pre.F90 b/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_rrtmg_pre.F90 index bc4f5619c..db36e6383 100644 --- a/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_rrtmg_pre.F90 +++ b/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_rrtmg_pre.F90 @@ -74,8 +74,8 @@ subroutine GFS_rrtmg_pre_run (im, levs, lm, lmk, lmp, n_var_lndp, lextop,& ! For Thompson MP use module_mp_thompson, only: calc_effectRad_thmpsn => calc_effectRad, & - Nt_c_l_thmpsn => Nt_c, & - Nt_c_o_thmpsn => Nt_c, & + Nt_c_l_thmpsn => Nt_c_l, & + Nt_c_o_thmpsn => Nt_c_o, & re_qc_min_thmpsn => re_qc_min, & re_qc_max_thmpsn => re_qc_max, & re_qi_min_thmpsn => re_qi_min, &