|
PISM, A Parallel Ice Sheet Model 2.3.2-61fbb4273 committed by Andy Aschwanden on 2026-06-25
|
◆ allocate_submodels()
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 626 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(). |