fixed wind data bug

This commit is contained in:
straitz 2025-12-16 11:42:00 +09:00
parent b355b41ed2
commit ca95e06ab7
4 changed files with 10 additions and 9 deletions

View file

@ -28,7 +28,7 @@ func openCube(path string) (*cube, error) {
}
const (
nT = 97 // 0-96 hours with step 1 hour
nT = 33 // 0-96 hours with step 3 hours (33 time steps)
nP = 47 // 47 pressure levels matching tawhiri
nLat = 361
nLon = 720