Project

General

Profile

Remap

Added by ray kettaren over 1 year ago

Hi everybody!

I have RCMs data from several source which has this curvilinear projection. I want to know which operator that suit for changing the projection to lan lot projection e.g in EOBS and CRU. Since I want to compute the bias between RCMs and the observational dataset. Operators:
  • remapbil, remapdis, remapbic, remapnn, remapcon
    Thank you!
    Regards,
    Ray

Replies (1)

RE: Remap - Added by Karin Meier-Fleischer over 1 year ago

Hi Ray,

I guess, you can use the remap operators with a CRU or EOBS file as gridfile to remap the RCM files. See https://code.mpimet.mpg.de/projects/cdo/embedded/cdo.pdf#section.2.12

E.g.

cdo -remapnn,<your-CRU-file>  RCM_infile  outfile
    (1-1/1)