Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pyaerocom .plot_scatter #118

Open
jrieksta opened this issue Oct 22, 2019 · 1 comment
Open

pyaerocom .plot_scatter #118

jrieksta opened this issue Oct 22, 2019 · 1 comment

Comments

@jrieksta
Copy link
Contributor

jrieksta commented Oct 22, 2019

HI @jgliss
I have used regrid function :
model_ukesm_regrid = modeldata_ukesm_isop.regrid(modeldata_noresm_isop)
instead of this one
try:
coldata = pya.colocation.colocate_gridded_gridded(modeldata_noresm_isop,
modeldata_ukesm_isop,
start=1980,
ts_type='monthly')
stats = coldata.calc_statistics()
except Exception as e:
print('Colocating failed. Reason: {}'.format(repr(e)))

is there any way I can make coldata.plot_scatter with the separate files.

Thanks

@jrieksta jrieksta changed the title pyaerocom pyaerocom coldata.scatter plot Oct 22, 2019
@jrieksta jrieksta changed the title pyaerocom coldata.scatter plot pyaerocom .plot_scatter plot Oct 22, 2019
@jrieksta jrieksta changed the title pyaerocom .plot_scatter plot pyaerocom .plot_scatter Oct 22, 2019
@jgliss
Copy link
Contributor

jgliss commented Oct 23, 2019

@jrieksta Not sure if I understand. Did the colocation routine work? Or does it throw an error? The colocation routine should take care of regridding automatically.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants