Skip to content

Commit

Permalink
Update driver.py
Browse files Browse the repository at this point in the history
changing obs.label flag to obs.sat_type in the driver for tropomi processing
  • Loading branch information
rrbuchholz authored Jun 14, 2024
1 parent d6490a8 commit b84d67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melodies_monet/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ def pair_data(self, time_interval=None):
label = '{}_{}'.format(p.obs,p.model)
self.paired[label] = p

if obs.label == 'tropomi_l2_no2':
if obs.sat_type == 'tropomi_l2_no2':
from .util import sat_l2_swath_utility as sutil
from .util import cal_mod_no2col as mutil

Expand Down

0 comments on commit b84d67a

Please sign in to comment.