Skip to content

Commit

Permalink
pynorm with 2 blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
apchoiCMD committed Nov 13, 2024
1 parent 954ffe3 commit 4cf5f96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/exgdas_global_marine_analysis_vrfy_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
config_bkgerr = [plotConfig(grid_file=grid_file,
layer_file=layer_file,
data_file=os.path.join(comout, os.path.pardir, os.path.pardir,
'bmatrix', 'ocean', f'{RUN}.t'+cyc+'z.ocean.bkgerr_stddev.nc'),
'bmatrix', 'ocean', f'{RUN}.t'+cyc+'z.ocean.bkgerr_stddev.nc'),
lats=np.arange(-60, 60, 10),
lons=np.arange(-280, 80, 30),
variables_zonal={'Temp': [0, 2],
Expand Down Expand Up @@ -168,12 +168,14 @@
comout=os.path.join(comout, 'vrfy', 'incr'))] # sea ice increment
configs.extend(config_incr)


# plot marine analysis vrfy

def plot_marine_vrfy(config):
ocnvrfyPlotter = statePlotter(config)
ocnvrfyPlotter.plot()


# Number of processes
num_processes = len(configs)

Expand Down

0 comments on commit 4cf5f96

Please sign in to comment.