Skip to content

Commit

Permalink
Fix groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jun 12, 2024
1 parent 4ed1293 commit d47c777
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion definitions/group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
mandatory: false
identifier: geo_dataset

- specifier: biophysical-forcing
- specifier: biophysical-variables
title: Biophysical forcing
identifier: upstream_variable

Expand Down
8 changes: 4 additions & 4 deletions definitions/upstream_variable.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- specifier: yield
long_name: Crop Yields
group: biophysical-forcing
group: biophysical-variables
mandatory: true
unit: dry matter (t ha-1)
frequency: annual
Expand All @@ -19,7 +19,7 @@

- specifier: qtot
long_name: Total Runoff
group: biophysical-forcing
group: biophysical-variables
unit: kg m-2 s-1
frequency: daily
resolution: 0.5° grid
Expand All @@ -34,7 +34,7 @@

- specifier: dis
long_name: Discharge
group: biophysical-forcing
group: biophysical-variables
unit: m3 s-1
frequency: daily
resolution: 0.5° grid
Expand All @@ -50,7 +50,7 @@

- specifier: qrd
long_name: Diffuse groundwater recharge
group: biophysical-forcing
group: biophysical-variables
unit: kg m-2 s-1
frequency: monthly
resolution: 0.5° grid
Expand Down

0 comments on commit d47c777

Please sign in to comment.