NASA-LIS/LISF

Need to add "micromet" option to LIS met forcing readers

Closed this issue · 2 comments

LIS met forcing readers with terrain maps need to be updated to account for the addition of MicroMet topographic downscaling routines

@karsenau

Several metforcing readers have coded “ .ne. ‘none’ “ for “met_ecor” option (set in the lis.config file) when activating elevation correction to forcing fields, i.e.,:
if( LIS_rc%met_ecor(findex).ne."none" ) then

The readers that currently have that as the option include:

Princeton forcing reader
NAM-242 forcing reader
WRFoutv2 reader
WRFAKdom reader
GFS
ERA5
ECMWF
NLDAS2

This issue was addressed in #1265