cedadev / cis

Home of the Community Intercomparison Suite.
www.cistools.net
GNU Lesser General Public License v3.0
46 stars 18 forks source link

nearest neighbour argument not passed to linear interpolation #37

Closed duncanwp closed 2 years ago

duncanwp commented 2 years ago

The how method is not being correctly passed through the collocation algorithms since the below code will run the linear interpolation method:

trackvar = cisvar.collocated_onto(flight, how=’nn’)

duncanwp commented 2 years ago

Fixed by https://github.com/cedadev/cis/pull/40