Skip to content

cdms cannot read in all requested data on some climo files #2071

@doutriaux1

Description

@doutriaux1
In [7]:  pr = cdmsfile('pr',lat=(-88.75, 88.75),squeeze=1,lon=(1.25, 358.75),time=('0-01-16', '0-12-16'))
In [8]: pr.shape
Out[8]: (11, 72, 144)
In [9]:  pr = cdmsfile('pr',lat=(-88.75, 88.75),squeeze=1,lon=(1.25, 358.75))
In [10]: pr.shape
Out[10]: (12, 72, 144)

file to reproduce this is attached:
pr_GPCP_000001-000012_ac.nc.zip

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions