Skip to content

Commit bb1a307

Browse files
committed
removed blank line(s)
1 parent 76fff77 commit bb1a307

File tree

1 file changed

+0
-4
lines changed
  • esmvaltool/cmorizers/data/formatters/datasets

1 file changed

+0
-4
lines changed

esmvaltool/cmorizers/data/formatters/datasets/jra_55.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def _extract_variable(short_name, var, in_files, cfg, out_dir):
7676
cubes = _load_jra55_grib(in_files, var)
7777

7878
# apply operators (if any)
79-
8079
if len(cubes) > 1:
8180
if var.get('operator', '') == 'sum':
8281
# Multiple variables case using sum operation
@@ -116,7 +115,6 @@ def _extract_variable(short_name, var, in_files, cfg, out_dir):
116115
attrs['positive'] = 'down'
117116

118117
# fix longitudes and z-coordinate (if present)
119-
120118
for coord in cube.dim_coords:
121119
coord_type = iris.util.guess_coord_axis(coord)
122120
if coord_type == 'X':
@@ -133,11 +131,9 @@ def _extract_variable(short_name, var, in_files, cfg, out_dir):
133131
utils.flip_dim_coord(cube, coord.standard_name)
134132

135133
utils.fix_dim_coordnames(cube)
136-
137134
utils.fix_coords(cube)
138135
if 'height2m' in cmor_info.dimensions:
139136
utils.add_height2m(cube)
140-
141137
utils.set_global_atts(cube, attrs)
142138

143139
# Save variable

0 commit comments

Comments
 (0)