You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to output my LIS run in the format of "grib1" in order to use the output in WRF Pre-Processing System (WPS) in a package of NASA-Unified WRF. But the LIS program stops with the following error message:
[INFO] Writing surface model output to:
OUTPUT/SURFACEMODEL/202207/LIS_HIST_202207280000.d01.grb
[ERR] grib_set:indicatorOfParameter failed in LIS_historyMod Stopping.
[ERR] endrun is being called
These error messages come from the following lines in lis/core/LIS_historyMod.F90
call grib_set(igrib,'indicatorOfParameter',gribid, iret)
call LIS_verify(iret,'grib_set:indicatorOfParameter failed in LIS_historyMod')
I think there may be an error in parts of my OUTPUT.TBL file that relate to GRIB1 parameters. But I cannot identify the problem. Attached are my OUTPUT.TBL and lis.config for this run.
If anyone knows how to solve the problem or has OUTPUT.TBL that was used for GRIB1 output format, please let me know.
Thank you so much for your help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am trying to output my LIS run in the format of "grib1" in order to use the output in WRF Pre-Processing System (WPS) in a package of NASA-Unified WRF. But the LIS program stops with the following error message:
[INFO] Writing surface model output to:
OUTPUT/SURFACEMODEL/202207/LIS_HIST_202207280000.d01.grb
[ERR] grib_set:indicatorOfParameter failed in LIS_historyMod Stopping.
[ERR] endrun is being called
These error messages come from the following lines in lis/core/LIS_historyMod.F90
call grib_set(igrib,'indicatorOfParameter',gribid, iret)
call LIS_verify(iret,'grib_set:indicatorOfParameter failed in LIS_historyMod')
I think there may be an error in parts of my OUTPUT.TBL file that relate to GRIB1 parameters. But I cannot identify the problem. Attached are my OUTPUT.TBL and lis.config for this run.
If anyone knows how to solve the problem or has OUTPUT.TBL that was used for GRIB1 output format, please let me know.
Thank you so much for your help.
Taka
lis.config.txt
NOAHMP401_OUTPUT_LIST_SPINUP.TBL.txt
Beta Was this translation helpful? Give feedback.
All reactions