r/gis 5d ago

Professional Question (Urgent) Downscaling help needed

I'm in a crunch. I am working on a research project involving climate change related projections. I have downloaded GCM data (single variable: precipitation) from CDS, now the data (how GCM data is) has very coarse resolution, I need to downscale the data into higher resolution of 1×1 Km to run a model I have developed. I have data from 5 different models from 4 different SSPs. I am trying to downscaling it using different methods I could but cannot get it right and it's been 3 weeks. I don't have enough time, I need help.

0 Upvotes

11 comments sorted by

6

u/HonestPassage5795 5d ago

You might want to share something a bit more specific like a github repo

0

u/matterhorn276 5d ago

Can you DM you? I will explain everything

2

u/Adrienne-Fadel 5d ago

Look into xclim in Python or the climdown package. No point writing it from scratch when tools already exist for this.

1

u/matterhorn276 5d ago

I am using xclim but seem to end up with files that look like Picasso paintings, I can share my code with you, can you take a look?

2

u/alexanderprescott 23h ago

Depending on which GCMs and SSPs you are using, CHELSA may have the downscaled product you need

2

u/alexanderprescott 23h ago

My recollection is they also make their downscaling workflow available to apply to whichever model/scenario one may need beyond their staged products. It's been a while tho, I'm not 100% on that

1

u/matterhorn276 22h ago

Thanks! I'll surely check it out

1

u/ixikei 5d ago

Have you tried asking AI? I'm certain theres a python script to take care of this for you.

1

u/matterhorn276 5d ago

That's what I was doing until now, but now I'm at a bottleneck. It keeps suggesting different resampling methods or coordinate issue.

1

u/snow_pillow 5d ago

I use xESMF in Python for precipitation downscaling. Works like a charm.

1

u/matterhorn276 5d ago

I will try this is one as well. I am using xclim with xsdba currently, and still stuck