Skip to content

Error in GDAS forcing resolution #1439

Closed Answered by dmocko
MariRiba asked this question in Q&A
Oct 26, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @MariRiba

The error message lets you know that "neighbor" is not supported for GDAS spatial interpolation.

Looking further at the code (and the error message):
https://github.com/NASA-LIS/LISF/blob/master/lis/metforcing/gdas/read_gdas.F90#L513-L544

You can see that these options are supported: "bilinear", "budget-bilinear", and "average".

Please change to one of these options and try again.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MariRiba
Comment options

@dmocko
Comment options

Answer selected by MariRiba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants