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),&