Skip to content

Commit

Permalink
Add height for sfcWindmax in MPI HighRes models (#2292)
Browse files Browse the repository at this point in the history
Co-authored-by: Elizaveta Malinina <[email protected]>
Co-authored-by: Valeriu Predoi <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent ff57ddb commit ce3ddb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions esmvalcore/cmor/_fixes/cmip6/mpi_esm1_2_hr.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ def fix_metadata(self, cubes):
return cubes


class SfcWindmax(SfcWind):
"""Fixes for sfcWindmax."""


class Uas(SfcWind):
"""Fixes for uas."""

Expand Down
4 changes: 4 additions & 0 deletions esmvalcore/cmor/_fixes/cmip6/mpi_esm1_2_xr.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ class SfcWind(BaseSfcWind):
"""Fixes for sfcWind."""


class SfcWindmax(BaseSfcWind):
"""Fixes for sfcWindmax."""


class Uas(BaseSfcWind):
"""Fixes for uas."""

Expand Down

0 comments on commit ce3ddb8

Please sign in to comment.