Hi @vagudets
I have made some changes to the orography correction.
- It corrects the hindcast and the forecast instead of the observations because we aim to be similar to observations in general
- It checks the units of the orography
- It includes a parameter to adjust the constant if needed
- The Start calls are defined in the same order as the data cubes
We may need to ensure all c3s forecasts are correctly calling the orography variable in the conf (related to !197 (merged))
I don't know why I need to change get_archive() by the archive <- read_yaml("conf/archive_seasonal.yml")[[recipe$Run$filesystem]]
Núria