eguil / Density_bining

Density bining code
2 stars 5 forks source link

Use WOA scale factors #72

Open eguil opened 5 years ago

eguil commented 5 years ago

instead of computing the scale factors and area in compute_area() read basinmask3_area from new WOA file (170224)

durack1 commented 5 years ago

@eguil as noted in November 2018 discussions, I have now generated code to work with model native grids - this is another way to proceed with grid preserving analysis, rather than forcing everything to WOA 1x1 or 0p25x0p25 grids, the grids look like: ACCESS1-0: cmip5 access1-0 1pctco2 r0i0p0 fx ocn fx basinmask ver-1 CanESM2: cmip5 canesm2 1pctco2 r0i0p0 fx ocn fx basinmask ver-1

note, in the case that a model is tri-polar (ACCESS1-0) some additional coordinates are required to be copied to the file so that the lat/lon can be correctly assigned when mapping (above)