Skip to content

Commit

Permalink
Add descriptions for area/n
Browse files Browse the repository at this point in the history
  • Loading branch information
burggraaff committed Mar 1, 2024
1 parent 1e61a2e commit 191088c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fpcup/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"DOM": "Date of maturity",
"DOH": "Date of harvest",
"DOV": "Date of vernalisation",
"CEVST": "Cumulative soil evaporation [cm]"}
"CEVST": "Cumulative soil evaporation [cm]",
"area": "Total area [ha]",
"n": "Number of sites",
}


class RunData(tuple):
Expand Down

0 comments on commit 191088c

Please sign in to comment.