Commit 1e68ff5
Fix EXF binary latitude orientation (north-to-south → south-to-north)
ERA5 NetCDF stores latitude decreasing (60→20 N, j=0=60N), but MITgcm
data.exf expects the binary to be south-to-north (lat0=20.0, lat_inc=0.25,
j=0=20N). Without the flip, MITgcm interpolates model lat=26N by reading
binary row j≈24 which holds ERA5 lat=54N data (cold North Atlantic air),
creating a ~20°C air-sea temperature difference that drives hflux values
well above the EXF range-check threshold and causes the run to abort at it=0.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6d08d60 commit 1e68ff5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
0 commit comments