Commit 39aed08
Case 05: one partition each (both chunks=100); document the chunk finding
A 2×2 sweep of (forecasts, era5) time-chunks ∈ {6,100} shows the truth/era5 chunk
is what matters — small splits it into many partitions and costs ~3× — while the
forecasts chunk is in the noise and a mismatch costs nothing. So set both to one
partition (time:100) for these small windows, and document why.
Also: cases 07 and 08 now validated end-to-end against real Earth Engine (08's
symmetric-lazy regrid matches xarray .interp over 4,320 target cells; 07's PROJ
UDF matches EE pixelLonLat).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AWvrZYAT2NbuETBqNAN3o91 parent 22d38ef commit 39aed08
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| |||
0 commit comments