Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590105291
  • Loading branch information
Weatherbench authors committed Dec 12, 2023
1 parent 26b86dd commit 595e662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,12 @@ def main(argv: list[str]) -> None:
LandRegion(land_sea_mask=land_sea_mask),
]
),
'tropics_land': CombinedRegion(
regions=[
SliceRegion(lat_slice=slice(-20, 20)),
LandRegion(land_sea_mask=land_sea_mask),
]
),
}
predefined_regions = predefined_regions | land_regions
except KeyError:
Expand Down

0 comments on commit 595e662

Please sign in to comment.