Skip to content

update correct_andreas function #7

@btupper

Description

@btupper

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:

Image

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions