gcpy
gcpy copied to clipboard
Fix issues in cubed-sphere regridding
Name and Institution (Required)
Name: Yuanjian Zhang Institution: WashU
Confirm you have reviewed the following documentation
Describe the update
Fixed bugs about cube-sphere regridding formatting mentioned in #310
Expected changes
- Now cube-sphere regridding in
file_regrid
would have correct shape of value array for single level plotting insingle_panel
. - Now
compare_single_level
will automatically choose the higher resolution between two standard cube-sphere grids, and also having correct unflippedabsdiff
andfracdiff
. (see the figure below) - Now will not trigger renaming error when 2D data (Emissions, column AODs) that needs regridding is passed to
compare_single_level
. - delete code for quiting benchmark (which is already included in dev branch)
Reference(s)
None
Related Github Issue(s)
#310