-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I wanted to provide a quick update on missing values in the copernicus dataset now that I've read daily data from 1990-2019. I rewrote my correct_andreas() function to include a "diagnose" mode, which prints information about missing variables as they appear. Example of this below:
Based on that function, I've thus identified 7 variables from the physical and biogeochemical datasets with missing values due to upper/lower bounds. Variables and my diagnose-mode chosen replacements below. To the best of my knowledge, most if not all missing values are only observed off-shelf.
"mlotst" = 700,
"uo" = -2,
"bottomT" = -3,
"vo" = 2.25,
"zos" = -1.88,
"po4" = 0,
"no3" = 64.283
Wanted to share just so we have this information on record for other Copernicus users!