E3SM-Project / scorpio

A high-level Parallel I/O Library for structured grid applications
Other
21 stars 16 forks source link

checking if a variable is a record variable when using PnetCDF #594

Open wkliao opened 3 months ago

wkliao commented 3 months ago

Since CDF-1,2,5 formats supported by PnetCDF only allow a single (first) unlimited dimension, optimizing the check for a record variable by limiting the dimensions checked to the first dimension.

Fixes #519

jayeshkrishna commented 3 months ago

@dqwu : Please update the PR description and the commit message to reflect the changes.

Thanks @wkliao for the patch.

jayeshkrishna commented 2 months ago

@dqwu : I just updated the PR desc. Also update the commit message accordingly.