From bf0405a03b7ad571c8f5ad98333775842e22e5d8 Mon Sep 17 00:00:00 2001 From: BinLi-NOAA Date: Wed, 15 Dec 2021 15:48:28 -0500 Subject: [PATCH] update CDEPS (#14) modify CDEPS-interface/cdeps_files.cmake --- .gitmodules | 4 ++-- CDEPS-interface/CDEPS | 2 +- CDEPS-interface/cdeps_files.cmake | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 03871d7d81..790dc287dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -36,8 +36,8 @@ branch = emc/develop [submodule "CDEPS"] path = CDEPS-interface/CDEPS - url = https://github.com/NOAA-EMC/CDEPS - branch = develop + url = https://github.com/binli2337/CDEPS + branch = add_gfs [submodule "GOCART"] path = GOCART url = https://github.com/GEOS-ESM/GOCART diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index bfbba9bb0e..edb770ee26 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit bfbba9bb0e3a70e04cf606b10e3573b24cb81fb8 +Subproject commit edb770ee26b7dfad76571048372ef5ef40247ea9 diff --git a/CDEPS-interface/cdeps_files.cmake b/CDEPS-interface/cdeps_files.cmake index 8c4f5d6ae9..3990572168 100644 --- a/CDEPS-interface/cdeps_files.cmake +++ b/CDEPS-interface/cdeps_files.cmake @@ -44,6 +44,7 @@ list(APPEND cdeps_datm_files CDEPS/datm/datm_datamode_cplhist_mod.F90 CDEPS/datm/datm_datamode_era5_mod.F90 CDEPS/datm/datm_datamode_gefs_mod.F90 + CDEPS/datm/datm_datamode_gfs_mod.F90 CDEPS/datm/datm_datamode_jra_mod.F90 )