Skip to content

Commit

Permalink
Add plotting of postprocessed ice increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Shlyaeva committed Jan 7, 2025
1 parent 92750be commit 05c3fb5
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,16 @@
'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),
variables_horiz={'aice_h': [-0.2, 0.2],
'hi_h': [-0.5, 0.5],
'hs_h': [-0.1, 0.1]},
colormap='seismic',
projs=['North', 'South'],
comout=os.path.join(comout, 'vrfy', 'incr.postproc'))] # sea ice increment after postprocessing
configs.extend(config_incr)


Expand Down

0 comments on commit 05c3fb5

Please sign in to comment.