Skip to content

Commit

Permalink
Removed some unused config parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Jul 13, 2024
1 parent 2fdd9af commit 45f08e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/process_raster_data/control_raster_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ analysis:
time_interval: '24h'
output_dir: $HOME/Plots
debug: True
regrid: False

obs:
Terra_MODIS:
Expand Down
1 change: 0 additions & 1 deletion examples/process_raster_data/process_raster_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
an.control = 'control_raster_data.yaml'
an.read_control()

print(an.control_dict)

for time_interval in an.time_intervals:

Expand Down

0 comments on commit 45f08e7

Please sign in to comment.