From f1d4f19283c88ddd077c1ae9dfbce4c83f220634 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 <108497463+ezhilsabareesh8@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:10:24 +1000 Subject: [PATCH] Update CMakeLists.txt Changed file path from extra_sources/datm_datamode_jra55_mod.F90 to extra_sources/datm_datamode_jra55do_mod.F90 --- CDEPS/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CDEPS/CMakeLists.txt b/CDEPS/CMakeLists.txt index 216bc0c..31cfeab 100644 --- a/CDEPS/CMakeLists.txt +++ b/CDEPS/CMakeLists.txt @@ -30,8 +30,8 @@ list(APPEND cdeps_common_src_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_jra_mod.F90 - extra_sources/datm_datamode_jra_mod.F90 + CDEPS/datm/datm_datamode_jra_mod.F90 + extra_sources/datm_datamode_jra55do_mod.F90 CDEPS/dlnd/lnd_comp_nuopc.F90 CDEPS/drof/rof_comp_nuopc.F90