ReedEspinosa / GSFC-GRASP-Python-Interface

A python interface for the GRASP retrieval code
Apache License 2.0
3 stars 2 forks source link

Only 2 of 3 RTLS parameters read into rsltDict #15

Open ReedEspinosa opened 12 months ago

ReedEspinosa commented 12 months ago

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.