JGCRI / CEDS

Community Emissions Data System (CEDS)
https://www.pnnl.gov/projects/ceds
88 stars 27 forks source link

readData can fail if no metadata files available #25

Open ssmithClimate opened 3 years ago

ssmithClimate commented 3 years ago

The fail appears to happen on the second file read with no metadata, for example see issue 24

For now the fix is to add: , meta = FALSE )

to the end of each readData commands to turn off its attempt to read metadata.