Skip to content

Commit

Permalink
More descriptions in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Jan 14, 2025
1 parent 6d340ab commit 959fd8c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions bris/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@
"verif": {
"type": "object",
"properties": {
"filename": {"type": "string"},
"filename": {
"description": "Filename of output. Use %R for run_name",
"type": "string"
},
"variable": {
"description": "What anemoi variable to verify? Can include variables that can be diagnosed from other vairables (e.g. 10si from 10u and 10v)",
"description": "What anemoi variable to verify? Can include variables that can be diagnosed from other variables (e.g. 10si from 10u and 10v)",
"type": "string"
},
"thresholds": {"type": "array", "items": {"type": "number"}},
"quantiles": {"type": "array", "items": {"type": "number", "minimum": 0, "maximum": 1}},
"units": {
"description": "What units to write in the output file. If unspecified, use the units from the anemoi input dataset",
"type": "string"
},
"obs_sources": {
"type": "array",
"items": {
Expand Down

0 comments on commit 959fd8c

Please sign in to comment.