Hello,
Is there a "best practice" way to regrid POP output from the TLONG/TLAT grid to a regular (e.g., 1x1 degree) grid?
My naive approach would be:
Is there a "best practice" way to regrid POP output from the TLONG/TLAT grid to a regular (e.g., 1x1 degree) grid?
My naive approach would be:
- loop over all combinations of lats / lons on my desired 1x1 deg grid
- collect all Tlong/Tlat gridcells within 0.5 deg of the given lat/lon
- Perform an average (or some other operation) to give a single value at the new gridcell