Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some comments.
  • Loading branch information
EdwardSafford-NOAA committed Nov 30, 2023
1 parent 801c7f5 commit d46f6d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ush/plotObsMon.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def loadConfig(satname, instrument, plot, cycle_tm, cycle_interval, data_locatio
cycle_interval = mon_dict.get('cycle_interval')
data_location = mon_dict.get('data')

# if specified, generate template YAMLS and figures for satellite based obs
if 'satellites' in mon_dict.keys():
for sat in mon_dict.get('satellites'):
satname = sat.get('name')
Expand All @@ -150,6 +151,7 @@ def loadConfig(satname, instrument, plot, cycle_tm, cycle_interval, data_locatio
eva(plot_yaml)
os.remove(plot_yaml)

# if specified, generate template YAMLs and figures for minimization
if 'minimization' in mon_dict.keys():
satname = None
instrument = None
Expand Down

0 comments on commit d46f6d0

Please sign in to comment.