Skip to content

Commit

Permalink
#3799: Making changes to the diag script for sst due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieHall2024 committed Nov 4, 2024
1 parent 2902989 commit facc4f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esmvaltool/diag_scripts/ocean/diagnostic_maps_quad.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def multi_model_maps(

input_files = diagtools.get_input_files(cfg)

model_types = [ctl_key, exp_key, obs_key]
model_types = [ctl_key, exp_key, obs_key]
for model_type in model_types:
logger.debug(model_type, cfg[model_type])
Expand Down Expand Up @@ -196,7 +195,7 @@ def multi_model_maps(
zrange1 = diagtools.get_cube_range([
cube221,
])
zrange2 = diagtools.get_cube_range_diff([cube222, cube223, cube224])
zrange2 = [-5.0, 5.0]

linspace1 = np.linspace(zrange1[0], zrange1[1], 12, endpoint=True)
linspace2 = np.linspace(zrange2[0], zrange2[1], 12, endpoint=True)
Expand Down

0 comments on commit facc4f4

Please sign in to comment.