PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ update()
Compute masks needed by the PICO physics code. After this call box_mask(), ice_shelf_mask(), and continental_shelf_mask() will be up to date. Definition at line 104 of file PicoGeometry.cc. References basin_neighbors(), compute_box_mask(), compute_continental_shelf_mask(), compute_distances_cf(), compute_distances_gl(), compute_ice_rises(), compute_ice_shelf_mask(), compute_lakes(), compute_ocean_mask(), identify_calving_front_connection(), pism::join(), m_basin_mask, m_basin_neighbors, m_boxes, pism::Component::m_config, m_continental_shelf, m_distance_cf, m_distance_gl, m_ice_rises, m_ice_shelves, m_lake_mask, pism::Component::m_log, m_n_basins, m_ocean_mask, pism::array::max(), n, pism::printf(), split_ice_shelves(), and pism::array::Array::update_ghosts(). Referenced by pism::ocean::Pico::update_impl(). |