You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The insitu/potential temperature conversion is currently being performed in UFO (via InsituTemperature), but this requires a separate vertical interpolation that also does this conversion. If we add a recipe to VADER to do the conversion, we can then use the generic vertical interpolator that is in UFO. We can then depreciate, and eventually remove, the InsituTemperature observation operator. The code should be cleaner and more maintainable this way.
We'll also want to sort out the model names, afterward, before this is used by other people (e.g. ROMS)
Add GSW support to VADER
Add the non-linear insitu/potential temperature recipe to VADER
Add the linear insitu/potential temperature recipe to VADER
Change the yamls in SOCA / Skylab to use the generic vertical interpolator and VADER recipe.
Compare the two methods (conversion in VADER vs conversion in UFO) it shouldn't make a big difference, but who knows
The text was updated successfully, but these errors were encountered:
@hga007 FYI, since you were interested in this. We hope to get this implemented this quarter.
symoore90
changed the title
Use VADER for insitu/potential temperature conversion
ALGO-72.2.1: Use VADER for insitu/potential temperature conversion
Aug 10, 2023
symoore90
changed the title
ALGO-72.2.1: Use VADER for insitu/potential temperature conversion
ALGO-72.2.1: Use VADER for insitu/potential temperature conversion/ SOCA
Aug 10, 2023
travissluka
changed the title
ALGO-72.2.1: Use VADER for insitu/potential temperature conversion/ SOCA
Use VADER for insitu/potential temperature conversion/ SOCA
Nov 8, 2024
travissluka
changed the title
Use VADER for insitu/potential temperature conversion/ SOCA
Use VADER for insitu/potential temperature conversion in SOCA
Nov 8, 2024
Description
The insitu/potential temperature conversion is currently being performed in UFO (via
InsituTemperature
), but this requires a separate vertical interpolation that also does this conversion. If we add a recipe to VADER to do the conversion, we can then use the generic vertical interpolator that is in UFO. We can then depreciate, and eventually remove, theInsituTemperature
observation operator. The code should be cleaner and more maintainable this way.We'll also want to sort out the model names, afterward, before this is used by other people (e.g. ROMS)
The text was updated successfully, but these errors were encountered: