Skip to content

Commit

Permalink
marine vrfy bugfix (#1483)
Browse files Browse the repository at this point in the history
# Description

This bugfix addresses a small typo and comments out a section for
plotting "postproc" files that are not available by default.

# Companion PRs

None

# Issues

None

---------

Co-authored-by: Guillaume Vernieres <[email protected]>
  • Loading branch information
JohnSteffen-NOAA and guillaumevernieres authored Feb 7, 2025
1 parent 07ff8a0 commit 32ac11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/soca/fig_gallery/vrfy_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
colormap='jet',
projs=['North', 'South', 'Global'],
comout=os.path.join(comout, 'vrfy', 'ana'))] # sea ice analysis
configs.extend(config_ana)
configs.extend(configs_ana)

# Ensemble B plotting configuration
if plot_ensemble_b:
Expand Down Expand Up @@ -176,7 +176,7 @@
'hs_h': [-0.1, 0.1]},
colormap='seismic',
projs=['North', 'South'],
comout=os.path.join(comout, 'vrfy', 'incr')), # sea ice increment
comout=os.path.join(comout, 'vrfy', 'incr'))] # sea ice increment
plotConfig(grid_file=grid_file,
data_file=os.path.join(comout, f'{RUN}.t'+cyc+'z.ice.incr.postproc.nc'),
lats=np.arange(-60, 60, 10),
Expand Down

0 comments on commit 32ac11e

Please sign in to comment.