We ran into an issue with Bremen and Ny-Alesund that their default values in xx_sunrun.dat were not in their missing_values.json file for the netCDF writer, so they weren't transformed into NaNs/proper fill values. For 2020.2, we want:
- The
xx_sunrun.dat file to be used if the missing values file doesn't override the missing values for that time period
- to move the missing values file into
$GGGPATH/tccon, probably as xx_missing_values.toml. It can still support different values for difference time periods, we just want it there to make it (a) easier to see and (b) not overwritten when the repo updates
We ran into an issue with Bremen and Ny-Alesund that their default values in
xx_sunrun.datwere not in theirmissing_values.jsonfile for the netCDF writer, so they weren't transformed into NaNs/proper fill values. For 2020.2, we want:xx_sunrun.datfile to be used if the missing values file doesn't override the missing values for that time period$GGGPATH/tccon, probably asxx_missing_values.toml. It can still support different values for difference time periods, we just want it there to make it (a) easier to see and (b) not overwritten when the repo updates