Skip to content

Greenland landcover type is not showing up after running LDT (both IGBPNCEP and USGS). #1608

Closed Answered by dmocko
jayaisro asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jayaisro

Thanks for your interest in LIS.

I will take a closer look at your ldt.config and ldtlog files later today, but I think I know why you are seeing this behavior.

The "LANDCOVER" field in the lis_input field is a layered field, where each layer is the fraction of that grid point that is
that particular landcover classification. The values are not either 0 or 1, but can be any fraction from (and including) 0.0 to 1.0.

If you use "ncdump" on the lis_input file, you can see that this field is also dimensioned by the number of landcover types:

        float LANDCOVER(sfctypes, north_south, east_west) ;
                LANDCOVER:standard_name = "MODIS-IGBP (NCEP-modified) landcover …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by jayaisro
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