Skip to content

Commit

Permalink
Successful testing of allowable wildcard in base_exp_path
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineLukens-NOAA committed Feb 13, 2025
1 parent 0df1129 commit fddd384
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions utils/soca/fig_gallery/vrfy_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
colormap='jet',
projs=['North', 'South', 'Global'],
vrfyout=os.path.join(vrfyout, 'vrfy', 'ana'))] # sea ice analysis
#configs.extend(config_ana)
configs.extend(configs_ana)

# Ensemble B plotting configuration
Expand Down Expand Up @@ -217,16 +216,14 @@
projs=['North', 'South'],
vrfyout=os.path.join(vrfyout, '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'),
data_file=os.path.join(comout, f'{RUN}.t'+cyc+'z.ice.incr.nc'),
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'],
#vrfyout=os.path.join(vrfyout, 'vrfy', 'incr.postproc'))] # sea ice increment after postprocessing
vrfyout=os.path.join(vrfyout, 'vrfy', 'incr'))] # sea ice increment after postprocessing
vrfyout=os.path.join(vrfyout, 'vrfy', 'incr.postproc'))] # sea ice increment after postprocessing
configs.extend(config_incr)


Expand Down

0 comments on commit fddd384

Please sign in to comment.