Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RM timing info.
  • Loading branch information
EdwardSafford-NOAA committed Apr 10, 2024
1 parent 8ebd2d8 commit 1fdfdcd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ush/plotObsMon.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def loadConfig(satname, instrument, obstype, plot, cycle_tm, cycle_interval,
Example calling sequence: >python plotObsMon.py -i ../parm/gfs/gfs_plots.yaml -p 2023122000
"""

start = subprocess.check_output('date')
logger = Logger('plotObsMon')
parser = argparse.ArgumentParser()

Expand Down Expand Up @@ -227,7 +226,3 @@ def loadConfig(satname, instrument, obstype, plot, cycle_tm, cycle_interval,
genYaml(plot_template, plot_yaml, config)
eva(plot_yaml)
os.remove(plot_yaml)

end = subprocess.check_output('date')
logger.info(f'start: {start}')
logger.info(f'end: {end}')

0 comments on commit 1fdfdcd

Please sign in to comment.