When the 2nd and 3rd RTLS land surface parameters are set to be spectrally flat (index_of_wavelength: 0) the output is not read correctly by the graspRun class. The shape of rsltDict['brdf'] is only 2 x Nlambda. It seems the first two values do correspond to the first two RTLS parameters, so it is simply that third is not being read.
When the 2nd and 3rd RTLS land surface parameters are set to be spectrally flat (
index_of_wavelength: 0
) the output is not read correctly by thegraspRun
class. The shape ofrsltDict['brdf']
is only 2 x Nlambda. It seems the first two values do correspond to the first two RTLS parameters, so it is simply that third is not being read.