Home
last modified time | relevance | path

Searched refs:grid_gen_xbounds2D (Results 1 – 3 of 3) sorted by relevance

/dports/science/cdo/cdo-2.0.0/src/mpim_grid/
H A Dmpim_grid.h70 void grid_gen_xbounds2D(size_t nx, size_t ny, const std::vector<double> &xbounds, std::vector<doubl…
H A Dmpim_grid.cc396 grid_gen_xbounds2D(size_t nx, size_t ny, const std::vector<double> &xbounds, std::vector<double> &x… in grid_gen_xbounds2D() function
1075 grid_gen_xbounds2D(nx, ny, xbounds, xbounds2D); in gridToCurvilinear()
1219 grid_gen_xbounds2D(nx, ny, xbounds, xbounds2D); in gridToUnstructuredRegular()
/dports/science/cdo/cdo-2.0.0/src/
H A Dgrid_from_name.cc265 grid_gen_xbounds2D(nlon, nlat, xbounds, grid.xbounds); in gen_grid_lonlat()