igmk / pamtra

Passive and Active Microwave TRAnsfer model
GNU General Public License v3.0
19 stars 16 forks source link

Minor bug fix in core.py #51

Open AnWalbroel opened 7 months ago

AnWalbroel commented 7 months ago

When using nmlSet['save_ssp'] = True and runParallelPamtra, a KeyError appeared stating key 'emission_vector' does not exist.

This could be fixed by adding one line to the function _joinResults in core.py.