UMD-AOSC / UMD-SST

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

Convert background to/from Celsius #33

Closed travissluka closed 3 years ago

travissluka commented 3 years ago

SST observations within JEDI are currently in Celsius, but our model state here is in Kelvin. We need to either

1) convert the state between K and C when reading/writing the state or 2) Convert between K and C within GetValues.

1 might be more convenient, especially if we plan on using the CoolSkin observation operator, which I think currently expects the get the GeoVaLs as Celsius.

loganchen39 commented 3 years ago

@travissluka Check the Pull Request #41, I used your 1st method: convert the state between K and C when reading/writing the state.