Skip to content

Commit

Permalink
Add task/reminder for future refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
truth-quark committed Aug 30, 2024
1 parent 07efb1a commit 8c6abdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umpost/um2netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def _add_coord_bounds(coord):

# TODO: split cube ops into functions, this will likely increase process() workflow steps
def cubewrite(cube, sman, compression, use64bit, verbose):
# TODO: move into process() AND if a new cube is returned, swap into filtered cube list
cube = fix_plevs(cube) or cube # NB: use new cube if pressure points are modified

if not use64bit:
Expand Down

0 comments on commit 8c6abdd

Please sign in to comment.