From fc0aa5d9742fce931a636a95637fa141a8008d4a Mon Sep 17 00:00:00 2001 From: Eric Aligo Date: Fri, 14 Feb 2020 20:44:21 +0000 Subject: [PATCH 1/3] my .gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d253f6966..55b0c7476 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,5 +8,5 @@ branch = master [submodule "ccpp/physics"] path = ccpp/physics - url = https://github.com/NCAR/ccpp-physics - branch = master + url = https://github.com/ericaligo-NOAA/ccpp-physics.git + branch = tho_noaero_refl From bfec13968550b3c6a63d3d795e32cc3432c8efd2 Mon Sep 17 00:00:00 2001 From: Eric Aligo Date: Tue, 18 Feb 2020 17:49:41 +0000 Subject: [PATCH 2/3] reset used to output full Thompson refl on output times, kdt passed into Thompson, allow Thompson without aerosols. --- ccpp/physics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccpp/physics b/ccpp/physics index 01ed01fb0..86644f441 160000 --- a/ccpp/physics +++ b/ccpp/physics @@ -1 +1 @@ -Subproject commit 01ed01fb0b3112e96eb619e0339d88fb0201982f +Subproject commit 86644f441543836454ea88e73d2cba9fa4155f54 From a5af1a87faed53fda02bbedf214cc59af9a798b4 Mon Sep 17 00:00:00 2001 From: Eric Aligo Date: Tue, 18 Feb 2020 17:54:32 +0000 Subject: [PATCH 3/3] Allow Thompson to be run without aerosols. --- gfsphysics/GFS_layer/GFS_typedefs.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfsphysics/GFS_layer/GFS_typedefs.F90 b/gfsphysics/GFS_layer/GFS_typedefs.F90 index 09ab1da2d..ad0381f8c 100644 --- a/gfsphysics/GFS_layer/GFS_typedefs.F90 +++ b/gfsphysics/GFS_layer/GFS_typedefs.F90 @@ -2622,7 +2622,7 @@ subroutine coupling_create (Coupling, IM, Model) endif !--- needed for Thompson's aerosol option - if(Model%imp_physics == Model%imp_physics_thompson .and. Model%ltaerosol) then + if(Model%imp_physics == Model%imp_physics_thompson) then allocate (Coupling%nwfa2d (IM)) allocate (Coupling%nifa2d (IM)) Coupling%nwfa2d = clear_val