eguil / Density_bining

Density bining code
2 stars 5 forks source link

Interpolation or masking bug ? #35

Closed eguil closed 5 years ago

eguil commented 9 years ago

@durack1 Can you investigate this and push through UVCDAT

IPSL/ORCA grid is distorted where the spuriously masked points appear on the target grid Using:

ESMP.ESMP_Initialize()
regridObj = CdmsRegrid(ingrid,outgrid,depth_bin.dtype,missing=valmask,regridMethod='bicubic',regridTool='esmf')

using regridMethod = 'linear' same pb screen shot 2015-02-05 at 11 54 14

durack1 commented 9 years ago

@doutriaux1 it's likely there is some work to figure out within ESMF here..?

eguil commented 9 years ago

Figure above is doing ncview on field isondepthg from file /work/guilyardi/Density_bining/test/cmip5.IPSL-CM5A-LR.historical.r1i1p1.an.ocn.Omon.density.ver-v20111119-compressed_old.nc

eguil commented 7 years ago

also see issues #53 and #54

eguil commented 5 years ago

Taken up by #54 and #53