Skip to content

Commit

Permalink
Remove code that has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Jun 19, 2021
1 parent bd21258 commit dffd569
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/coupler/ocean/PicoGeometry.cc
Expand Up @@ -43,11 +43,6 @@ PicoGeometry::PicoGeometry(IceGrid::ConstPtr grid)
m_ice_rises(grid, "pico_ice_rise_mask", WITH_GHOSTS),
m_tmp(grid, "temporary_storage", WITHOUT_GHOSTS) {

ForcingOptions opt(*m_grid->ctx(), "ocean.pico");
{
File file(m_grid->com, opt.filename, PISM_NETCDF3, PISM_READONLY);
}

m_boxes.metadata().set_number("_FillValue", 0.0);

m_ice_rises.metadata().set_numbers("flag_values",
Expand Down

0 comments on commit dffd569

Please sign in to comment.