Skip to content

Commit

Permalink
Updating units of SWY precip inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed May 9, 2024
1 parent f79d308 commit 4e5d1a8
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@
"contents": {
# monthly precipitation maps, each file ending in a number 1-12
"[MONTH]": {
**spec_utils.PRECIP,
"type": "raster",
"bands": {
1: {
"type": "number",
"units": u.millimeter/u.month,
},
},
"name": gettext("precipitation"),
"about": gettext(
"Twelve files, one for each month. File names must "
"end with the month number (1-12). For example, "
Expand Down

0 comments on commit 4e5d1a8

Please sign in to comment.