Project

General

Profile

CMIP5 output in the coastal zone

Added by Pablo Riul over 9 years ago

Hi everybody,

I am new in cdo user and I am trying to use sea surface temperature obtained from CMIP5 (file attached).

I used cdo to regrid and remap this data as following:

cdo genbil,r360x180 tos_Omon_CNRM-CM5_historical_r1i1p1_199001-199912.nc w_tos.nc

cdo remap,r360x180, w_tos.nc tos_Omon_CNRM-CM5_historical_r1i1p1_199001-199912.nc rem_tos.nc

This worked fine but when I looked the file there are mismatches between the file and the landmask so few cells overlap coastal zone which is the area I am interested (see the attached figure).

In this post (https://code.zmaw.de/boards/1/topics/452) I found one option could be using REMAP_EXTRAPOLATE=on (but I am not sure if its what I need). So I did the same including this.

REMAP_EXTRAPOLATE=on cdo genbil,r360x180 tos_Omon_CNRM-CM5_historical_r1i1p1_199001-199912.nc w_tos.nc
REMAP_EXTRAPOLATE=on cdo remap,r360x180, w_tos.nc tos_Omon_CNRM-CM5_historical_r1i1p1_199001-199912.nc rem_tos.nc

However the results did not changed. Can I extrapolate the values to overlap the area with no data? Does anyone can help me to figure out how to handle this?

Cheers,

Pablo


Replies (1)

    (1-1/1)