How to open .ctl file in python

21 Views Asked by At

I have a control file named co2_prior.ctl I've written the code.

from xgrads import open_CtlDataset

dset = open_CtlDataset('co2_prior.ctl')

But it is throwing error.The error message is "unsupported format: %y4_22sat/CO2pri_gmc3t" Can anyone help me?

0

There are 0 best solutions below