Skip to content

Commit 58e223a

Browse files
Remove commented section to allow for postproc files to be used in plotting
1 parent 307d49e commit 58e223a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

utils/soca/fig_gallery/vrfy_script.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@
177177
colormap='seismic',
178178
projs=['North', 'South'],
179179
comout=os.path.join(comout, 'vrfy', 'incr'))] # sea ice increment
180-
# plotConfig(grid_file=grid_file,
181-
# data_file=os.path.join(comout, f'{RUN}.t'+cyc+'z.ice.incr.postproc.nc'),
182-
# lats=np.arange(-60, 60, 10),
183-
# variables_horiz={'aice_h': [-0.2, 0.2],
184-
# 'hi_h': [-0.5, 0.5],
185-
# 'hs_h': [-0.1, 0.1]},
186-
# colormap='seismic',
187-
# projs=['North', 'South'],
188-
# comout=os.path.join(comout, 'vrfy', 'incr.postproc'))] # sea ice increment after postprocessing
180+
plotConfig(grid_file=grid_file,
181+
data_file=os.path.join(comout, f'{RUN}.t'+cyc+'z.ice.incr.postproc.nc'),
182+
lats=np.arange(-60, 60, 10),
183+
variables_horiz={'aice_h': [-0.2, 0.2],
184+
'hi_h': [-0.5, 0.5],
185+
'hs_h': [-0.1, 0.1]},
186+
colormap='seismic',
187+
projs=['North', 'South'],
188+
comout=os.path.join(comout, 'vrfy', 'incr.postproc'))] # sea ice increment after postprocessing
189189
configs.extend(config_incr)
190190

191191

0 commit comments

Comments
 (0)