UMD-AOSC / UMD-SST

Testbed sea surface analysis system
Apache License 2.0
1 stars 2 forks source link

Fixed conversion between Celsius and Kelvin. #46

Closed loganchen39 closed 3 years ago

loganchen39 commented 3 years ago

@travissluka Passed all tests. Implemented as you suggested at #44. Be aware when using Field::read() and Field::write(), if the netCDF file temperature var is with Kelvin unit, we need to add "Kelvin: true" in the related yaml file.

close #44.