Skip to content

Commit

Permalink
Add 10m height coordinate to SfcWind GFDL-CM4 instead of 2m height (#…
Browse files Browse the repository at this point in the history
…2385)

Co-authored-by: Karen Garcia Perdomo <[email protected]>
  • Loading branch information
Karen-A-Garcia and karen-garciaperdomo authored Apr 2, 2024
1 parent 390285e commit 97ef75c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions esmvalcore/cmor/_fixes/cmip6/gfdl_cm4.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ class Tasmax(Tas):
"""Fixes for tasmax."""


class SfcWind(Tas):
"""Fixes for sfcWind."""


class Hurs(Tas):
"""Fixes for hurs."""

Expand Down Expand Up @@ -110,6 +106,10 @@ class Vas(Uas):
"""Fixes for vas."""


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


Omon = BaseOmon


Expand Down

0 comments on commit 97ef75c

Please sign in to comment.