|
177 | 177 | colormap='seismic',
|
178 | 178 | projs=['North', 'South'],
|
179 | 179 | 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 |
189 | 189 | configs.extend(config_incr)
|
190 | 190 |
|
191 | 191 |
|
|
0 commit comments