PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Namespaces | Functions
part_grid_threshold_thickness.cc File Reference

Methods implementing PIK option -part_grid [Albrechtetal2011]. More...

#include <cmath>
#include "pism/geometry/part_grid_threshold_thickness.hh"
#include "pism/util/Mask.hh"

Go to the source code of this file.

Namespaces

 pism
 

Functions

double pism::part_grid_threshold_thickness (stencils::Star< int > cell_type, stencils::Star< double > ice_thickness, stencils::Star< double > surface_elevation, double bed_elevation)
 Compute threshold thickness used when deciding if a partially-filled cell should be considered 'full'. More...
 

Detailed Description

Methods implementing PIK option -part_grid [Albrechtetal2011].

Definition in file part_grid_threshold_thickness.cc.