Downscaling simulated data on CDO
Added by ibrahim erkol over 3 years ago
Have a nice day everyone,
I need to downscale my simulated GCM and RCM datasets. Is it possible for me to carry out the downscaling operation by increasing the resolution of my nc file with the help of the script written below? Plus, if this method below is counted as a separate downscaling method, what is the name for this kind of downscaling/bias-correction method?
cdo remapcon,r720x360 inputfile.nc outputfile.nc
Thanks in advance
Best of luck
Replies (1)
RE: Downscaling simulated data on CDO - Added by Karin Meier-Fleischer over 3 years ago
Hi Ibrahim,
for more explanation about remapcon see https://code.mpimet.mpg.de/projects/cdo/embedded/cdo.pdf#subsection.2.12.5.
Grid r720x360:
lon : 0 to 359.5 by 0.5 degrees_east circular lat : -89.75 to 89.75 by 0.5 degrees_north
-Karin