E3SM-Project / ACME-ECP

E3SM MMF for DoE ECP project
Other
9 stars 1 forks source link

Fixing integer overflow in PIO in cam/src/utils #77

Closed mrnorman closed 5 years ago

mrnorman commented 5 years ago

There was an integer overflow in PIO where the product of dimensions were not properly done, and this fixes it.

Fixes #72

mt5555 commented 5 years ago
integer(iMap)                          :: gridlen, gridloc, ierr

I believe 'ierr' should not be of type iMap

singhbalwinder commented 5 years ago

Is this change BFB?

singhbalwinder commented 5 years ago

Never mind. Didn't realize it is ECP not E3SM