From 272ebf367f7b7db77fb8898c02f2bc7f0b3b3837 Mon Sep 17 00:00:00 2001 From: drnimbusrain Date: Thu, 15 Dec 2022 12:58:22 -0500 Subject: [PATCH 1/4] Updated gitmodules for noaa-oar-arl fork. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 22c723ac1..b233f40fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,8 +8,8 @@ branch = main [submodule "ccpp/physics"] path = ccpp/physics - url = https://github.com/ufs-community/ccpp-physics - branch = ufs/dev + url = https://github.com/noaa-oar-arl/ccpp-physics + branch = develop [submodule "upp"] path = upp url = https://github.com/NOAA-EMC/UPP From e8d3584eac2026de5d4c80316a223b7f286324ee Mon Sep 17 00:00:00 2001 From: drnimbusrain Date: Thu, 15 Dec 2022 13:09:10 -0500 Subject: [PATCH 2/4] Updated .gitmodule to our noaa-oar-arl fork. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b233f40fd..d998e58a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = dev/emc [submodule "ccpp/framework"] path = ccpp/framework - url = https://github.com/NCAR/ccpp-framework - branch = main + url = https://github.com/noaa-oar-arl/ccpp-framework + branch = develop [submodule "ccpp/physics"] path = ccpp/physics url = https://github.com/noaa-oar-arl/ccpp-physics From eddf3592e563f0b5e34de6183478d405394ccf3b Mon Sep 17 00:00:00 2001 From: drnimbusrain Date: Mon, 13 May 2024 16:52:14 +0000 Subject: [PATCH 3/4] Fixed bug in aux2d dimensions for GFS meta file. --- ccpp/data/GFS_typedefs.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccpp/data/GFS_typedefs.meta b/ccpp/data/GFS_typedefs.meta index 92e2cdf37..59b9f19bd 100644 --- a/ccpp/data/GFS_typedefs.meta +++ b/ccpp/data/GFS_typedefs.meta @@ -9938,7 +9938,7 @@ standard_name = auxiliary_2d_arrays long_name = auxiliary 2d arrays to output (for debugging) units = none - dimensions = (horizontal_loop_extent,number_of_xyz_dimensioned_auxiliary_arrays) + dimensions = (horizontal_loop_extent,number_of_xy_dimensioned_auxiliary_arrays) type = real kind = kind_phys active = (number_of_xy_dimensioned_auxiliary_arrays > 0) From 5a5d095b162b8b8cc7c4b62448bf3a3fb6b5c9b1 Mon Sep 17 00:00:00 2001 From: drnimbusrain Date: Mon, 13 May 2024 16:54:43 +0000 Subject: [PATCH 4/4] Reverting gitmodules. --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index d998e58a9..22c723ac1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,12 +4,12 @@ branch = dev/emc [submodule "ccpp/framework"] path = ccpp/framework - url = https://github.com/noaa-oar-arl/ccpp-framework - branch = develop + url = https://github.com/NCAR/ccpp-framework + branch = main [submodule "ccpp/physics"] path = ccpp/physics - url = https://github.com/noaa-oar-arl/ccpp-physics - branch = develop + url = https://github.com/ufs-community/ccpp-physics + branch = ufs/dev [submodule "upp"] path = upp url = https://github.com/NOAA-EMC/UPP