Skip to content

Commit

Permalink
Add forecast runmode for NoahMP401 and Openwater
Browse files Browse the repository at this point in the history
 Adding forecast (e.g., ESP) runmode plugins for:
   - Noah-MP.4.0.1
   - Openwater surface model type

 Targeted for LIS "master" branch.
  • Loading branch information
karsenau committed Dec 20, 2024
1 parent 5b7107a commit 5458e71
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 5458e71

Please sign in to comment.