Skip to content

Commit

Permalink
Code style optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma committed Mar 25, 2020
1 parent f2a5b44 commit 9311e21
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip5/access1_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from ..fix import Fix
from .access1_0 import Cl as BaseCl


Cl = BaseCl


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip5/bcc_csm1_1_m.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from ..common import ClFixHybridPressureCoord
from .bcc_csm1_1 import Tos as BaseTos


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip5/bnu_esm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from ..common import ClFixHybridPressureCoord
from ..fix import Fix


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip5/ccsm4.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from ..fix import Fix
from ..shared import round_coordinates


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/access_cm2.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for ACCESS-CM2."""
from ..common import ClFixHybridHeightCoord


Cl = ClFixHybridHeightCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/access_esm1_5.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for ACCESS-ESM1-5."""
from ..common import ClFixHybridHeightCoord


Cl = ClFixHybridHeightCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/bcc_csm2_mr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from ..cmip5.bcc_csm1_1 import Tos as BaseTos
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/bcc_esm1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from ..common import ClFixHybridPressureCoord
from .bcc_csm2_mr import Tos as BaseTos


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/cams_csm1_0.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for CAMS-CSM1-0 model."""
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/cesm2_fv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from .cesm2 import Cl as BaseCl
from .cesm2 import Tas as BaseTas


Cl = BaseCl


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/cnrm_cm6_1_hr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from .cnrm_cm6_1 import Cli as BaseCli
from .cnrm_cm6_1 import Clw as BaseClw


Cl = BaseCl


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/cnrm_esm2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from .cnrm_cm6_1 import Cli as BaseCli
from .cnrm_cm6_1 import Clw as BaseClw


Cl = BaseCl


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/giss_e2_1_g.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for GISS-E2-1-G model."""
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/giss_e2_1_h.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for GISS-E2-1-H model."""
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/hadgem3_gc31_ll.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from ..common import ClFixHybridHeightCoord
from .ukesm1_0_ll import AllVars as BaseAllVars


AllVars = BaseAllVars


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/kace_1_0_g.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for KACE-1-0-G."""
from ..common import ClFixHybridHeightCoord


Cl = ClFixHybridHeightCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/miroc6.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for MIROC6 model."""
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/miroc_es2l.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for MIROC-ES2L model."""
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/mpi_esm1_2_hr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from ..fix import Fix
from ..shared import add_scalar_height_coord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/mri_esm2_0.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for MRI-ESM2-0 model."""
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/nesm3.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for NESM3 model."""
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down
1 change: 1 addition & 0 deletions esmvalcore/cmor/_fixes/cmip6/sam0_unicon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fixes for SAM0-UNICON model."""
from ..common import ClFixHybridPressureCoord


Cl = ClFixHybridPressureCoord


Expand Down

0 comments on commit 9311e21

Please sign in to comment.