Skip to content

Error with output printed out #1424

Closed Answered by dmocko
mhle510 asked this question in Q&A
Sep 28, 2023 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

Hi @mhle510

Sorry for the very slow response on this. The reason that your GPP output is not working is that the MODEL OUTPUT TBL file is specifying units and direction that are not available as an output from the Noah-MP-4.0.1 LSM. It's best to look into the code to see what options are available for each variable:
https://github.com/NASA-LIS/LISF/blob/master/lis/surfacemodels/land/noahmp.4.0.1/NoahMP401_main.F90#L1119-L1121

Please try changing this line in your MODEL OUTPUT TBL file to:

GPP: 1 g/m2s IN 1 0 0 1 256 1 # Gross Primary Production

I realize that our sample MODEL OUTPUT TBL for the GPP variable has the units/direction that you were trying. I will investigate to see if these a…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@mhle510
Comment options

Comment options

You must be logged in to vote
4 replies
@mhle510
Comment options

@mhle510
Comment options

@dmocko
Comment options

Answer selected by mhle510
@mhle510
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #1422 on September 28, 2023 21:27.