Skip to content

Commit

Permalink
Save.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Jul 14, 2024
1 parent 6b1cf0b commit 8f0089d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions melodies_monet/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,12 @@ def open_sat_obs(self, time_interval=None, control_dict=None):
elif self.sat_type == 'modis_l2':
# from monetio import modis_l2
print('Reading MODIS L2')
flst = tsub.subset_MODIS_l2(self.file,time_interval)
print(flst)
self.obj = mio.sat._modis_l2_mm.read_mfdataset(
self.file, self.variable_dict, debug=self.debug)
# self.obj = mio.sat._modis_l2_mm.read_mfdataset(
# flst, self.variable_dict, debug=self.debug)
# self.obj = granules, an OrderedDict of Datasets, keyed by datetime_str,
# with variables: Latitude, Longitude, Scan_Start_Time, parameters, ...
elif self.sat_type == 'tropomi_l2_no2':
Expand Down

0 comments on commit 8f0089d

Please sign in to comment.