From 08037863d241f3d364da1dd76cee79038f009e87 Mon Sep 17 00:00:00 2001 From: Christopher Harrop Date: Tue, 12 Jul 2022 17:54:16 +0000 Subject: [PATCH 1/2] Fix externals reference for GSI in Externals.cfg The ncdiag was removed from GSI and replaced by a submodule. This requires the GSI to be checked out with the ncdiag submodule, which requires addition of a separate Externals_gsi.cfg file to specify which GSI submodules are needed. --- Externals.cfg | 2 +- Externals_gsi.cfg | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Externals_gsi.cfg diff --git a/Externals.cfg b/Externals.cfg index 9ea95ff426..db33a9e67f 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -48,7 +48,7 @@ repo_url = https://github.com/NOAA-GSL/GSI.git #branch = feature/rrfs_dev hash = de987e08 local_path = src/gsi -externals = None +externals = ../../Externals_gsi.cfg required = True [rrfs_utl] diff --git a/Externals_gsi.cfg b/Externals_gsi.cfg new file mode 100644 index 0000000000..38029f5ae8 --- /dev/null +++ b/Externals_gsi.cfg @@ -0,0 +1,7 @@ +[externals_description] +schema_version = 1.1.0 + +[ncdiag] +protocol = git +required = True +from_submodule = True \ No newline at end of file From e043e21ed0661238abdda206a19b78e536e1c686 Mon Sep 17 00:00:00 2001 From: Christopher Harrop Date: Tue, 12 Jul 2022 18:03:35 +0000 Subject: [PATCH 2/2] Add newline to last line of Externals_gsi.cfg --- Externals_gsi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals_gsi.cfg b/Externals_gsi.cfg index 38029f5ae8..8013635413 100644 --- a/Externals_gsi.cfg +++ b/Externals_gsi.cfg @@ -4,4 +4,4 @@ schema_version = 1.1.0 [ncdiag] protocol = git required = True -from_submodule = True \ No newline at end of file +from_submodule = True