karpob / pycrtm

Apache License 2.0
4 stars 16 forks source link

calling runDirect() and runK() in the same script breaks things, test cases broken with new interface #52

Closed karpob closed 5 years ago

karpob commented 5 years ago

I broke things with the latest interface update. All test cases were broken. The test cases don't use CO2 explicitly, so drop that, fix change to EmisRefl to be two dimensions (emissivity, and reflectivity). Add line to setupGaeses to exit immediately if it was run once already.

karpob commented 5 years ago

Fixed with #53