Skip to content

Commit

Permalink
Merge pull request #1664 from karsenau/feature/noahmp401_fcst_openwat
Browse files Browse the repository at this point in the history
Add forecast runmode for NoahMP401 and Openwater
  • Loading branch information
dmocko authored Dec 23, 2024
2 parents 5b7107a + 5458e71 commit 67fdd15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lis/plugins/LIS_lsm_pluginMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions lis/plugins/LIS_openwatermodel_pluginMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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),&
Expand Down

0 comments on commit 67fdd15

Please sign in to comment.