PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ allocate_submodels()

void pism::IceModel::allocate_submodels ( )
protectedvirtual

Allocate PISM's sub-models implementing some physical processes.

This method is called after memory allocation but before filling any of Arrays because all the physical parameters should be initialized before setting up the coupling or filling model-state variables.

Definition at line 686 of file initialization.cc.

References allocate_age_model(), allocate_basal_yield_stress(), allocate_bed_deformation(), allocate_bedrock_thermal_unit(), allocate_couplers(), allocate_energy_model(), allocate_geometry_evolution(), allocate_iceberg_remover(), allocate_isochrones(), allocate_stressbalance(), allocate_subglacial_hydrology(), m_config, m_fracture, m_grid, m_stress_balance, and m_submodels.

Referenced by init().