There will be variables in the history file output that will help. For example,
cols1d_lon and cols1d_lat will identify the lat/lon of each column
cols1d_itype_lunit will identify the landunit type of each column
An ncdump -h on the file provides global attributes that identify the pft, column, landunit type ids, e.g.,
:ltype_vegetated_or_bare_soil = 1 ;
:ltype_crop = 2 ;
:ltype_UNUSED = 3 ;
:ltype_landice = 4 ;
:ltype_deep_lake = 5 ;
:ltype_wetland = 6 ;
:ltype_urban_tbd = 7 ;
:ltype_urban_hd = 8 ;
:ltype_urban_md = 9 ;