From 5458e719680c6807b3bcaf27ddecf60ab5adfa4a Mon Sep 17 00:00:00 2001 From: "Kristi R. Arsenault" Date: Thu, 19 Dec 2024 21:08:39 -0500 Subject: [PATCH] Add forecast runmode for NoahMP401 and Openwater Adding forecast (e.g., ESP) runmode plugins for: - Noah-MP.4.0.1 - Openwater surface model type Targeted for LIS "master" branch. --- lis/plugins/LIS_lsm_pluginMod.F90 | 2 ++ lis/plugins/LIS_openwatermodel_pluginMod.F90 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lis/plugins/LIS_lsm_pluginMod.F90 b/lis/plugins/LIS_lsm_pluginMod.F90 index a5c2fdda5..ccad8c58b 100644 --- a/lis/plugins/LIS_lsm_pluginMod.F90 +++ b/lis/plugins/LIS_lsm_pluginMod.F90 @@ -706,6 +706,8 @@ subroutine LIS_lsm_plugin trim(LIS_agrmetrunId)//char(0),noahmp401_f2t) call registerlsmf2t(trim(LIS_noahmp401Id)//"+"//& trim(LIS_smootherDAId)//char(0),noahmp401_f2t) + call registerlsmf2t(trim(LIS_noahmp401Id)//"+"//& + trim(LIS_forecastrunId)//char(0),noahmp401_f2t) call registerlsmrun(trim(LIS_noahmp401Id)//char(0),noahmp401_main) call registerlsmrestart(trim(LIS_noahmp401Id)//char(0),noahmp401_readrst) call registerlsmdynsetup(trim(LIS_noahmp401Id)//char(0),noahmp401_dynsetup) diff --git a/lis/plugins/LIS_openwatermodel_pluginMod.F90 b/lis/plugins/LIS_openwatermodel_pluginMod.F90 index 0b69a954b..9716c0235 100644 --- a/lis/plugins/LIS_openwatermodel_pluginMod.F90 +++ b/lis/plugins/LIS_openwatermodel_pluginMod.F90 @@ -156,6 +156,8 @@ subroutine LIS_openwatermodel_plugin trim(LIS_retroId)//char(0),templateOpenWater_f2t) call registeropenwaterf2t(trim(LIS_templateOpenWaterId)//"+"//& trim(LIS_agrmetrunId)//char(0),templateOpenWater_f2t) + call registeropenwaterf2t(trim(LIS_templateOpenWaterId)//"+"//& + trim(LIS_forecastrunId)//char(0),templateOpenWater_f2t) call registeropenwaterwrst(trim(LIS_templateOpenWaterId)//char(0),& templateOpenWater_writerst) call registeropenwaterfinalize(trim(LIS_templateOpenWaterId)//char(0),&