forked from gsn/predictor
fixed wind data bug
This commit is contained in:
parent
b355b41ed2
commit
ca95e06ab7
4 changed files with 10 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue